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