lib/benchmark_driver/output/simple.rb in benchmark_driver-0.14.9 vs lib/benchmark_driver/output/simple.rb in benchmark_driver-0.14.10
- old
+ new
@@ -9,9 +9,10 @@
@context_names = contexts.map(&:name)
@name_length = jobs.map(&:name).map(&:size).max
end
def with_warmup(&block)
+ @with_benchmark = false
without_stdout_buffering do
$stdout.print 'warming up'
block.call
end
ensure