Benchmark.ips do |x|
  x.report("gets") do
    input.rewind
    $stdin.gets
  end