summaryrefslogtreecommitdiff
path: root/benchmark/marshal_dump_flo.yml
blob: 0e3cc1394afa5b8ba68502ee30e807a134d7f3ab (plain)
1
2
3
4
5
benchmark:
  marshal_dump_flo: |
    bug10761 = 10000.times.map { |x| x.to_f }
    100.times { Marshal.dump(bug10761) }
loop_count: 1