compiler/benchmarks/PPCBenchmark.st
changeset 504 0fb1f0799fc1
parent 503 ff58cd9f1f3c
child 516 3b81c9e53352
--- a/compiler/benchmarks/PPCBenchmark.st	Fri Jul 24 15:37:23 2015 +0100
+++ b/compiler/benchmarks/PPCBenchmark.st	Fri Jul 24 19:42:09 2015 +0100
@@ -712,28 +712,6 @@
     "Created: / 16-05-2015 / 09:44:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-teardownSmalltalkNoopParserCompiled
-    parser class removeFromSystem.
-"       
-    size := input inject: 0 into: [:r :e | r + e size  ].
-    Transcript crShow: 'Compiled Grammar time: ', time asString.
-    Transcript crShow: 'Time per character: ', (time / size * 1000.0) asString, ' microseconds'.
-"
-
-    "Created: / 16-05-2015 / 09:44:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-teardownSmalltalkNoopParserTokenized
-    parser class removeFromSystem.
-"       
-    size := input inject: 0 into: [:r :e | r + e size  ].
-    Transcript crShow: 'Compiled Grammar time: ', time asString.
-    Transcript crShow: 'Time per character: ', (time / size * 1000.0) asString, ' microseconds'.
-"
-
-    "Created: / 16-05-2015 / 09:44:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 teardownSmalltalkParserCompiled
     parser class removeFromSystem.
 "