Benchmarks are triggered by bck2brwsr.runBenchmarks.browsers property, it should contain list of browsers to run benchmarks in.
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.apidesign.bck2brwsr</groupId>
7 <artifactId>matrix.multiplication</artifactId>
8 <version>0.3-SNAPSHOT</version>
9 <packaging>jar</packaging>
11 <name>Matrix multiplication</name>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20 <directory>src/main/resources</directory>
22 <exclude>**/*.js</exclude>
29 <groupId>org.apache.maven.plugins</groupId>
30 <artifactId>maven-compiler-plugin</artifactId>
31 <version>2.3.2</version>
39 <groupId>org.apidesign.bck2brwsr</groupId>
40 <artifactId>mojo</artifactId>
41 <version>0.3-SNAPSHOT</version>
56 <id>run-benchmarks</id>
58 <property><name>bck2brwsr.runBenchmarks.browsers</name></property>
65 <groupId>com.googlecode.jstd-maven-plugin</groupId>
66 <artifactId>jstd-maven-plugin</artifactId>
67 <version>1.3.2.5</version>
70 <browser>${bck2brwsr.runBenchmarks.browsers}</browser>
71 <browserTimeout>720</browserTimeout>
73 <config>jsTestDriver.conf</config>
75 <testOutput>${basedir}/target/testOutput</testOutput>
76 <!-- runnerMode>DEBUG</runnerMode -->
95 <groupId>org.apidesign.bck2brwsr</groupId>
96 <artifactId>emul</artifactId>
97 <version>0.3-SNAPSHOT</version>
100 <groupId>com.googlecode.jstd-maven-plugin</groupId>
101 <artifactId>jstd-maven-plugin</artifactId>
102 <version>1.3.2.5</version>
109 <id>jstd-maven-plugin google code repo</id>
110 <url>http://jstd-maven-plugin.googlecode.com/svn/maven2</url>
115 <id>jstd-maven-plugin google code repo</id>
116 <url>http://jstd-maven-plugin.googlecode.com/svn/maven2</url>
118 </pluginRepositories>