nikgoodley-ibboost / gbench

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

Extension methods for GBench #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Useful methods for GBench using Groovy 2.0 supports extension module descriptor.

like:
{{{
benchmark {
   // benchmarking code
}
}}}

for the alternative way to:
{{{
import gbench

BenchmarkBuilder.run {
  // benchmarking code   
}
}}}

Original issue reported on code.google.com by nagaimas...@gmail.com on 17 Jul 2012 at 9:01

GoogleCodeExporter commented 9 years ago
I added the feature to v0.4.0.

Original comment by nagaimas...@gmail.com on 7 Mar 2013 at 8:58