s/benchmarks/BenchmarkGame.st
changeset 6 25b264cec44e
parent 5 8669edf62d9b
child 12 3a7ebd3da52f
equal deleted inserted replaced
5:8669edf62d9b 6:25b264cec44e
     9 
     9 
    10 
    10 
    11 !BenchmarkGame class methodsFor:'running'!
    11 !BenchmarkGame class methodsFor:'running'!
    12 
    12 
    13 run: benchmark
    13 run: benchmark
    14     ^ (BenchmarkInstance class: BenchmarkGame benchmark: #strcat) run
    14     ^ (BenchmarkInstance class:BenchmarkGame selector:#strcat) run
    15 
    15 
    16     "Created: / 31-05-2013 / 10:39:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    16     "Created: / 31-05-2013 / 10:39:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    17 ! !
    17 ! !
    18 
    18 
    19 !BenchmarkGame methodsFor:'benchmarks'!
    19 !BenchmarkGame methodsFor:'benchmarks'!