Groovy Documentation

Deprecated API


Methods
BenchmarkBuilder#each(Closure clos)
      @deprecated Use benchmarks.each{} instead.
BenchmarkBuilder#sort()
      @deprecated Use benchmarks.sort() instead.
BenchmarkBuilder#with(String label, Closure clos)
      Adds a code block as a benchmark target.


Groovy Documentation