benchmark(caption = "", label_width = nil, format = nil, *labels)
Class Public methods
Invokes the block with a Benchmark::Report object, which may be used to
collect and report on the results of individual benchmark tests. Reserves
label_width leading spaces for labels on each line. Prints
caption at the top of the report, and uses format
to format each line. Returns an array of Benchmark::Tms objects.
If the block returns an array of Benchmark::Tms objects, these will be used to