summaryrefslogtreecommitdiff
path: root/benchmark/hash_ident_flo.yml
blob: ee2a78db446899716162f3a948868ab483343289 (plain)
1
2
3
4
5
6
7
benchmark:
  hash_ident_flo: |
    h = {}.compare_by_identity
    strs = (1..10000).to_a.map!(&:to_f)
    strs.each { |s| h[s] = s }
    50.times { strs.each { |s| h[s] } }
loop_count: 1