# File lib/railsbench/perf_utils.rb, line 16
  def sum
    inject(0.0){|r,v| r += v }
  end