compiler/PetitBenchmark.st
changeset 392 9b297f0d949c
parent 391 553a5456963b
child 393 00381102a9b5
equal deleted inserted replaced
391:553a5456963b 392:9b297f0d949c
     3 Object subclass:#PetitBenchmark
     3 Object subclass:#PetitBenchmark
     4 	instanceVariableNames:'sources report contextClass compile'
     4 	instanceVariableNames:'sources report contextClass compile'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'PetitCompiler-Benchmarks'
     7 	category:'PetitCompiler-Benchmarks'
     8 !
       
     9 
       
    10 PetitBenchmark comment:''
       
    11 !
     8 !
    12 
     9 
    13 !PetitBenchmark methodsFor:'benchmark support'!
    10 !PetitBenchmark methodsFor:'benchmark support'!
    14 
    11 
    15 createContext
    12 createContext