# HG changeset patch # User Martin Soch # Date 1355312261 -3600 # Node ID bf7dc9e8586c2c09d6a8ff646678709044e1ae34 # Parent 0342e4c7f5ea0781b36d64058b886d341befa0de Benchmarks are triggered by bck2brwsr.runBenchmarks.browsers property, it should contain list of browsers to run benchmarks in. diff -r 0342e4c7f5ea -r bf7dc9e8586c benchmarks/matrix-multiplication/pom.xml --- a/benchmarks/matrix-multiplication/pom.xml Mon Dec 10 23:06:43 2012 +0100 +++ b/benchmarks/matrix-multiplication/pom.xml Wed Dec 12 12:37:41 2012 +0100 @@ -48,13 +48,26 @@ + + + + + + run-benchmarks + + bck2brwsr.runBenchmarks.browsers + + + + + com.googlecode.jstd-maven-plugin jstd-maven-plugin 1.3.2.5 9876 - ${basedir}/../run-firefox.sh + ${bck2brwsr.runBenchmarks.browsers} 720 all jsTestDriver.conf @@ -71,8 +84,11 @@ - - + + + + +