JsTestDriver result will be always under benchmarks/.../ directory benchmarks
authorMartin Soch <Martin.Soch@oracle.com>
Thu, 06 Dec 2012 09:48:24 +0100
branchbenchmarks
changeset 27143b6795196fd
parent 270 4cbe8ca081ce
child 293 77ad706571c2
JsTestDriver result will be always under benchmarks/.../ directory
benchmarks/matrix-multiplication/pom.xml
     1.1 --- a/benchmarks/matrix-multiplication/pom.xml	Wed Dec 05 13:24:03 2012 +0100
     1.2 +++ b/benchmarks/matrix-multiplication/pom.xml	Thu Dec 06 09:48:24 2012 +0100
     1.3 @@ -58,7 +58,7 @@
     1.4                  <tests>all</tests>
     1.5                  <config>jsTestDriver.conf</config>
     1.6                  <reset>true</reset>
     1.7 -                <testOutput>testOutput</testOutput>
     1.8 +                <testOutput>${basedir}/target/testOutput</testOutput>
     1.9              </configuration>
    1.10              <executions>
    1.11                  <execution>