class BenchmarkDriver::Output::Simple
def with_warmup(&block)
def with_warmup(&block) @with_benchmark = false without_stdout_buffering do $stdout.print 'warming up' block.call end ensure $stdout.puts end
def with_warmup(&block) @with_benchmark = false without_stdout_buffering do $stdout.print 'warming up' block.call end ensure $stdout.puts end