make/build-benchmark.xml

changeset 298
e6193dcfe36c
parent 295
1f57afd14cc1
child 562
740b1133f1b6
     1.1 --- a/make/build-benchmark.xml	Mon May 27 20:41:34 2013 +0530
     1.2 +++ b/make/build-benchmark.xml	Mon May 27 17:57:07 2013 +0200
     1.3 @@ -24,14 +24,13 @@
     1.4  <project name="nashorn-benchmarks" default="all" basedir="..">
     1.5  
     1.6    <target name="octane-init" depends="jar">
     1.7 -    <fileset id="octane-set"
     1.8 -	     dir="${octane-test-sys-prop.test.js.roots}"
     1.9 -	     excludes="${octane-test-sys-prop.test.js.exclude.list}">
    1.10 -      <include name="*.js"/>
    1.11 -    </fileset>
    1.12 -    <pathconvert pathsep=" " property="octane-tests" refid="octane-set"/>
    1.13 +    <property name="octane-tests" value="box2d code-load crypto deltablue earley-boyer gbemu navier-stokes pdfjs raytrace regexp richards splay"/>
    1.14    </target>
    1.15 -
    1.16 +  
    1.17 +  <!-- ignore benchmarks where rhino crashes -->
    1.18 +  <target name="octane-init-rhino" depends="jar">
    1.19 +    <property name="octane-tests" value="box2d code-load crypto deltablue earley-boyer gbemu navier-stokes raytrace regexp richards splay"/>
    1.20 +  </target>
    1.21  
    1.22    <!-- box2d -->
    1.23    <target name="octane-box2d" depends="jar">
    1.24 @@ -320,7 +319,7 @@
    1.25    </target>
    1.26  
    1.27    <!-- run octane benchmarks using Rhino as runtime -->
    1.28 -  <target name="octane-rhino" depends="octane-init">
    1.29 +  <target name="octane-rhino" depends="octane-init-rhino">
    1.30      <antcall target="run-octane-rhino"/>
    1.31    </target>
    1.32    

mercurial