make/build-benchmark.xml

changeset 19
4cd65798ec70
parent 7
5a1b0714df0e
child 21
a7f177d6639c
equal deleted inserted replaced
18:812b9963b1c7 19:4cd65798ec70
243 <target name="run-octane"> 243 <target name="run-octane">
244 <java classname="${nashorn.shell.tool}" 244 <java classname="${nashorn.shell.tool}"
245 classpath="${run.test.classpath}" 245 classpath="${run.test.classpath}"
246 fork="true" 246 fork="true"
247 dir="."> 247 dir=".">
248 <jvmarg line="${boot.class.path}"/>
249 <jvmarg line="${ext.class.path}"/> 248 <jvmarg line="${ext.class.path}"/>
250 <jvmarg line="${run.test.jvmargs.octane}"/> 249 <jvmarg line="${run.test.jvmargs.octane}"/>
251 <arg value="${octane-test-sys-prop.test.js.framework}"/> 250 <arg value="${octane-test-sys-prop.test.js.framework}"/>
252 <arg value="--"/> 251 <arg value="--"/>
253 <arg value="${octane-tests}"/> 252 <arg value="${octane-tests}"/>
275 <target name="run-octane-rhino"> 274 <target name="run-octane-rhino">
276 <java jar="${rhino.jar}" 275 <java jar="${rhino.jar}"
277 classpath="${run.test.classpath}" 276 classpath="${run.test.classpath}"
278 fork="true" 277 fork="true"
279 dir="."> 278 dir=".">
280 <jvmarg line="${boot.class.path}"/>
281 <jvmarg line="${run.test.jvmargs.octane}"/> 279 <jvmarg line="${run.test.jvmargs.octane}"/>
282 <arg value="${octane-test-sys-prop.test.js.framework}"/> 280 <arg value="${octane-test-sys-prop.test.js.framework}"/>
283 <arg value="${octane-tests}"/> 281 <arg value="${octane-tests}"/>
284 <arg value="--runtime"/> 282 <arg value="--runtime"/>
285 <arg value="Rhino"/> 283 <arg value="Rhino"/>
310 <target name="sunspider" depends="sunspider-init"> 308 <target name="sunspider" depends="sunspider-init">
311 <java classname="${nashorn.shell.tool}" 309 <java classname="${nashorn.shell.tool}"
312 classpath="${run.test.classpath}" 310 classpath="${run.test.classpath}"
313 fork="true" 311 fork="true"
314 dir="."> 312 dir=".">
315 <jvmarg line="${boot.class.path}"/>
316 <jvmarg line="${ext.class.path}"/> 313 <jvmarg line="${ext.class.path}"/>
317 <jvmarg line="${run.test.jvmargs}"/> 314 <jvmarg line="${run.test.jvmargs}"/>
318 <arg value="-timezone=PST"/> 315 <arg value="-timezone=PST"/>
319 <arg value="--class-cache-size=50"/> 316 <arg value="--class-cache-size=50"/>
320 <arg value="${sunspider-test-sys-prop.test.js.framework}"/> 317 <arg value="${sunspider-test-sys-prop.test.js.framework}"/>
336 <target name="sunspider-rhino" depends="sunspider-init"> 333 <target name="sunspider-rhino" depends="sunspider-init">
337 <java jar="${rhino.jar}" 334 <java jar="${rhino.jar}"
338 classpath="${run.test.classpath}" 335 classpath="${run.test.classpath}"
339 fork="true" 336 fork="true"
340 dir="."> 337 dir=".">
341 <jvmarg line="${boot.class.path}"/>
342 <jvmarg line="${run.test.jvmargs}"/> 338 <jvmarg line="${run.test.jvmargs}"/>
343 <arg value="${sunspider-test-sys-prop.test.js.framework}"/> 339 <arg value="${sunspider-test-sys-prop.test.js.framework}"/>
344 <arg value="${sunspider-tests}/"/> 340 <arg value="${sunspider-tests}/"/>
345 </java> 341 </java>
346 </target> 342 </target>

mercurial