# File lib/railsbench/benchmark.rb, line 439
    def add(&blk) # :yield:
      self + Benchmark::measure(&blk) 
    end