s/BenchmarkRunner.st
changeset 223 72287b3d9937
parent 205 63a0130d7951
child 224 703461d83b2f
equal deleted inserted replaced
222:c98af04e13ce 223:72287b3d9937
   241 '
   241 '
   242 Common options:
   242 Common options:
   243   -o FILE ................ write output to FILE instead of to standard output (default: stdout)
   243   -o FILE ................ write output to FILE instead of to standard output (default: stdout)
   244   -n RUNS ................ how many times to run each bechmark (default: 5)
   244   -n RUNS ................ how many times to run each bechmark (default: 5)
   245   -r REPORTCLASS ......... user REPORTCLASS to generate report (default: BenchmarkReportText)
   245   -r REPORTCLASS ......... user REPORTCLASS to generate report (default: BenchmarkReportText)
   246   --script FILE 
       
   247   --arguments FILE ....... read additional arguments from FILE
   246   --arguments FILE ....... read additional arguments from FILE
   248   --setup EXPR ........... evaluate EXPR before actually running any benchmark
   247   --setup EXPR ........... evaluate EXPR before actually running any benchmark
   249   --setup-script FILE .... evaluate code in FILE before actually running any benchmark
   248   --setup-script FILE .... evaluate code in FILE before actually running any benchmark
   250   --teardown EXPR ........ evaluate EXPR after all benchmarks are run
   249   --teardown EXPR ........ evaluate EXPR after all benchmarks are run
   251   --teardown-script FILE . evaluate code in FILE  after all benchmarks are run
   250   --teardown-script FILE . evaluate code in FILE  after all benchmarks are run
   262   see https://bitbucket.org/janvrany/jv-calipel/wiki/Home
   261   see https://bitbucket.org/janvrany/jv-calipel/wiki/Home
   263 
   262 
   264 '
   263 '
   265 
   264 
   266     "Created: / 06-06-2013 / 11:01:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   265     "Created: / 06-06-2013 / 11:01:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   267     "Modified: / 08-03-2014 / 16:15:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   266     "Modified: / 30-09-2014 / 09:57:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   268 ! !
   267 ! !
   269 
   268 
   270 !BenchmarkRunner methodsFor:'private-parsing'!
   269 !BenchmarkRunner methodsFor:'private-parsing'!
   271 
   270 
   272 parseArgument:stream 
   271 parseArgument:stream