nikgoodley-ibboost / gbench

Automatically exported from code.google.com/p/gbench
Apache License 2.0
0 stars 0 forks source link

@Benchmark has same problems with issue 10 and issue 16. #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
{{{
@Grab('com.googlecode.gbench:gbench:0.4.1-groovy-2.1')

@groovyx.gbench.Benchmark
doNothing() {}

3.times { doNothing() }
}}}
outputs:
{{{
test  java.lang.Object doNothing()  user:1063000 system:666000 cpu:1729000 
real:1204000
test  java.lang.Object doNothing()  user:40000 system:8000 cpu:48000 real:34000
test  java.lang.Object doNothing()  user:25000 system:-3000 cpu:22000 real:15000
}}}

Original issue reported on code.google.com by nagaimas...@gmail.com on 23 Mar 2013 at 5:54

GoogleCodeExporter commented 9 years ago
fixed 
https://code.google.com/p/gbench/source/detail?r=edf5a2f202d33ff03053cdeba6d7b9e
da351c38d&name=develop

Original comment by nagaimas...@gmail.com on 23 Mar 2013 at 9:18