compiler/PetitBenchmark.st
changeset 393 00381102a9b5
parent 392 9b297f0d949c
--- a/compiler/PetitBenchmark.st	Sun Oct 26 01:28:07 2014 +0000
+++ b/compiler/PetitBenchmark.st	Sun Oct 26 22:00:05 2014 +0000
@@ -7,6 +7,14 @@
 	category:'PetitCompiler-Benchmarks'
 !
 
+!PetitBenchmark class methodsFor:'instance creation'!
+
+new
+    "return an initialized instance"
+
+    ^ self basicNew initialize.
+! !
+
 !PetitBenchmark methodsFor:'benchmark support'!
 
 createContext