make/build-benchmark.xml

changeset 693
18edd7a1b166
parent 562
740b1133f1b6
child 952
6d5471a497fb
child 963
e2497b11a021
     1.1 --- a/make/build-benchmark.xml	Mon Dec 09 10:52:05 2013 +0100
     1.2 +++ b/make/build-benchmark.xml	Wed Dec 11 18:09:34 2013 +0100
     1.3 @@ -239,7 +239,7 @@
     1.4      </antcall>
     1.5    </target>
     1.6  
     1.7 -  <target name="octane-regexp-octane-v8" depends="jar">
     1.8 +  <target name="octane-regexp-v8" depends="jar">
     1.9      <antcall target="run-octane-v8">
    1.10        <param name="octane-tests" value="regexp"/>
    1.11      </antcall>
    1.12 @@ -291,17 +291,56 @@
    1.13      </antcall>
    1.14    </target>
    1.15  
    1.16 +  <!-- splay -->
    1.17 +  <target name="octane-typescript" depends="jar">
    1.18 +    <antcall target="run-octane">
    1.19 +      <param name="octane-tests" value="typescript"/>
    1.20 +    </antcall>
    1.21 +  </target>
    1.22 +
    1.23 +  <target name="octane-typescript-v8" depends="jar">
    1.24 +    <antcall target="run-octane-v8">
    1.25 +      <param name="octane-typescript" value="typescript"/>
    1.26 +    </antcall>
    1.27 +  </target>
    1.28 +
    1.29 +  <target name="octane-typescript-rhino" depends="jar">
    1.30 +    <antcall target="run-octane-rhino">
    1.31 +      <param name="octane-tests" value="typescript"/>
    1.32 +    </antcall>
    1.33 +  </target>
    1.34 +
    1.35 +  <!-- zlib -->
    1.36 +  <target name="octane-zlib" depends="jar">
    1.37 +    <antcall target="run-octane">
    1.38 +      <param name="octane-tests" value="zlib"/>
    1.39 +    </antcall>
    1.40 +  </target>
    1.41 +
    1.42 +  <target name="octane-zlib-v8" depends="jar">
    1.43 +    <antcall target="run-octane-v8">
    1.44 +      <param name="octane-typescript" value="zlib"/>
    1.45 +    </antcall>
    1.46 +  </target>
    1.47 +
    1.48 +  <target name="octane-zlib-rhino" depends="jar">
    1.49 +    <antcall target="run-octane-rhino">
    1.50 +      <param name="octane-tests" value="zlib"/>
    1.51 +    </antcall>
    1.52 +  </target>
    1.53 +
    1.54    <!-- run octane benchmarks in a single process  -->
    1.55    <target name="octane-single-process" depends="octane-init">
    1.56      <antcall target="run-octane"/>
    1.57    </target>
    1.58  
    1.59 -  <!-- mandreel excluded due to OOM -->
    1.60 +  <!-- zlib excluded due to missing implementation of 'read' -->
    1.61    <target name="octane-separate-process" depends=
    1.62       "octane-box2d, octane-code-load, octane-crypto, 
    1.63        octane-deltablue, octane-earley-boyer, octane-gbemu,
    1.64 -      octane-navier-stokes, octane-pdfjs, octane-raytrace, 
    1.65 -      octane-regexp, octane-richards, octane-splay"/>
    1.66 +      octane-mandreel, octane-navier-stokes, octane-pdfjs, 
    1.67 +      octane-raytrace, octane-regexp, octane-richards, 
    1.68 +      octane-splay, octane-typescript"/>
    1.69  
    1.70    <target name="--single-process" unless="${octane-test-sys-prop.separate.process}">
    1.71      <antcall target="octane-single-process"/>

mercurial