class BenchmarkDriver::Output::Markdown

def with_warmup(&block)

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