pauldick 02/05/07 10:31:38 Modified: test test.properties Log: Moved all perf options into one place, added the iterations property of 5. Program default of 10 takes to long. Revision Changes Path 1.53 +11 -8 xml-xalan/test/test.properties Index: test.properties =================================================================== RCS file: /home/cvs/xml-xalan/test/test.properties,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- test.properties 3 May 2002 21:55:51 -0000 1.52 +++ test.properties 7 May 2002 17:31:38 -0000 1.53 @@ -18,28 +18,24 @@ api.inputDir=tests/api conf.inputDir=tests/conf conferr.inputDir=tests/conferr -perf.inputDir=tests/perf contrib.inputDir=tests/contrib # goldDir is where the 'gold' or reference files to check against live api.goldDir=tests/api-gold conf.goldDir=tests/conf-gold conferr.goldDir=results-conferr/gold-unused -perf.goldDir=tests/perf-gold contrib.goldDir=tests/contrib-gold # outDir is where we put the actual output files api.outputDir=results-api conf.outputDir=results-conf conferr.outputDir=results-conferr -perf.outputDir=results-perf contrib.outputDir=results-contrib # The test results log will be saved in this file api.logFile=results-api/results.xml conf.logFile=results-conf/results.xml conferr.logFile=results-conferr/results.xml -perf.logFile=results-perf/results.xml contrib.logFile=results-contrib/results.xml #---- Choose output: How much/what kinds of info should we log ---- @@ -86,9 +82,6 @@ # The StylesheetErrorTestlet tests negative tests that throw exceptions conferr.testlet=org.apache.qetest.xsl.StylesheetErrorTestlet -# The PerfTestlet iterates through a number of transforms with timing output -perf.testlet=org.apache.qetest.xsl.PerfTestlet - #---- Choose tests via filters (either/or...) ---- # Set category to run only the single named directory in inputDir #qetest.category=Atrs @@ -212,13 +205,23 @@ conf.xsltc.logFile=results-conf_xsltc/results.xml conf.xsltc.fileChecker=org.apache.qetest.xsl.XHTFileCheckServiceXSLTC +# The PerfTestlet iterates through a number of transforms with timing output +perf.testlet=org.apache.qetest.xsl.PerfTestlet +perf.inputDir=tests/perf +perf.goldDir=tests/perf-gold +perf.outputDir=results-perf +perf.logFile=results-perf/results.xml +perf.runId=xalan +perf.iterations=5 + #---- Special: used in perf.xsltc target temporarily ---- +perf.xsltc.testlet=org.apache.qetest.xsl.PerfTestlet perf.xsltc.inputDir=tests/perf perf.xsltc.goldDir=tests/perf-gold perf.xsltc.outputDir=results-perf_xsltc perf.xsltc.logFile=results-perf_xsltc/results.xml -perf.xsltc.testlet=org.apache.qetest.xsl.PerfTestlet perf.xsltc.runId=xsltc +perf.xsltc.iterations=5 # End of File
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
