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