s/BenchmarkSuite.st
changeset 4 2e2258b6bf90
parent 2 e48eb0a3f5a3
child 5 8669edf62d9b
--- a/s/BenchmarkSuite.st	Tue May 28 23:24:05 2013 +0100
+++ b/s/BenchmarkSuite.st	Fri May 31 00:31:43 2013 +0100
@@ -53,12 +53,10 @@
 initialize
     "Invoked when a new instance is created."
 
-    "/ please change as required (and remove this comment)
     benchmarks := Set new.
 
-    "/ super initialize.   -- commented since inherited method does nothing
-
     "Modified: / 27-05-2013 / 18:57:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 31-05-2013 / 00:31:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !BenchmarkSuite methodsFor:'running'!