class BenchmarkDriver::Output::Record

def with_warmup(&block)

def with_warmup(&block)
  $stdout.print 'warming up'
  block.call
ensure
  $stdout.puts
end