# File lib/railsbench/benchmark.rb, line 313
  def realtime(&blk) # :yield:
    Benchmark::measure(&blk).real
  end