benchmarks/Groovy.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 28 Jan 2013 21:15:59 +0000
branchdevelopment
changeset 2005 f5f046bfdfc6
parent 1818 2e5ed72e7dfd
child 2014 9fa66342102b
permissions -rw-r--r--
More work on new JavaCodeBundleEditor & preferences. Not yet finished.

"{ Package: 'stx:libjava/benchmarks' }"

JavaBenchmark subclass:#Groovy
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Benchmarks-Java-Micro'
!


!Groovy methodsFor:'running'!

runBenchmarkS:n 
    ^ 'N/A'

    "Created: / 31-10-2012 / 10:17:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
! !

!Groovy class methodsFor:'documentation'!

version_SVN
    ^ '$Id::                                                                                                                        $'
! !