nashorn/make/project.properties
changeset 24768 ae21f28f0ddc
parent 24767 0b8af588070b
child 24769 de4dcfa9380f
--- a/nashorn/make/project.properties	Tue May 27 21:25:07 2014 +0200
+++ b/nashorn/make/project.properties	Wed May 28 13:58:46 2014 +0200
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 # 
 # This code is free software; you can redistribute it and/or modify it
@@ -185,6 +185,7 @@
 
 # test262 test root
 test262-test-sys-prop.test.js.roots=${test262.suite.dir}
+
 # test262 enable/disable strict mode tests
 test262-test-sys-prop.test.js.enable.strict.mode=true
 
@@ -305,7 +306,7 @@
 test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath}
 
 # path of rhino.jar for benchmarks
-rhino.dir=/Users/marcus/src/rhino
+rhino.dir=
 rhino.jar=${rhino.dir}/js.jar
 
 v8.shell=d8
@@ -343,19 +344,25 @@
 #timeout for performance tests in minutes
 octaneperf-sys-prop.timeout.value=10
 
+#how many iterations to run sunspider after warmup
+sunspider.iterations=3000
+
 #################
 # code coverage #
 #################
 
-	#enable/disable code coverage; please redifine in the ${user.home}/.nashorn.project.local.properties
+#enable/disable code coverage; please redifine in the ${user.home}/.nashorn.project.local.properties
 make.code.coverage=false
-	#type of codecoverage; one of static or dynamic. Now only dynamic is supported
+
+#type of codecoverage; one of static or dynamic. Now only dynamic is supported
 jcov=dynamic
-	#naming of CC results
-	#NB directory specified in the cc.dir will be cleaned up!!!
+
+#naming of CC results
+#NB directory specified in the cc.dir will be cleaned up!!!
 cc.dir=${basedir}/../Codecoverage_Nashorn
 cc.result.file.name=CC_${jcov}_nashorn.xml
-	#dynamic CC parameters; please redefine in the ${user.home}/.nashorn.project.local.properties
+
+#dynamic CC parameters; please redefine in the ${user.home}/.nashorn.project.local.properties
 jcov2.lib.dir=${basedir}/../jcov2/lib
 jcov.jar=${jcov2.lib.dir}/jcov.jar
 cc.include=jdk\.nashorn\.*