benchmarks/matrix-multiplication/pom.xml
branchbenchmarks
changeset 308 bf7dc9e8586c
parent 295 0342e4c7f5ea
child 311 84c05018e079
     1.1 --- a/benchmarks/matrix-multiplication/pom.xml	Mon Dec 10 23:06:43 2012 +0100
     1.2 +++ b/benchmarks/matrix-multiplication/pom.xml	Wed Dec 12 12:37:41 2012 +0100
     1.3 @@ -48,13 +48,26 @@
     1.4                </executions>
     1.5            </plugin>
     1.6            
     1.7 +      </plugins>
     1.8 +  </build>
     1.9 +  
    1.10 +  <profiles>
    1.11 +    <profile>
    1.12 +      <id>run-benchmarks</id>
    1.13 +      <activation>
    1.14 +        <property><name>bck2brwsr.runBenchmarks.browsers</name></property>
    1.15 +      </activation>
    1.16 +
    1.17 +      <build>
    1.18 +        <plugins>
    1.19 +
    1.20            <plugin>
    1.21              <groupId>com.googlecode.jstd-maven-plugin</groupId>
    1.22              <artifactId>jstd-maven-plugin</artifactId>
    1.23              <version>1.3.2.5</version>
    1.24              <configuration>
    1.25                  <port>9876</port>
    1.26 -                <browser>${basedir}/../run-firefox.sh</browser>
    1.27 +                <browser>${bck2brwsr.runBenchmarks.browsers}</browser>
    1.28                  <browserTimeout>720</browserTimeout>
    1.29                  <tests>all</tests>
    1.30                  <config>jsTestDriver.conf</config>
    1.31 @@ -71,8 +84,11 @@
    1.32                  </execution>
    1.33              </executions>
    1.34            </plugin>
    1.35 -      </plugins>
    1.36 -  </build>
    1.37 +
    1.38 +        </plugins>
    1.39 +      </build>
    1.40 +    </profile>
    1.41 +  </profiles>
    1.42  
    1.43    <dependencies>
    1.44      <dependency>