Benchmark.bm do |bm|
  bm.report("Airbrake.notify") do
    NOTICES.times { Airbrake.notify(BIG_EXCEPTION) }
  end