summaryrefslogtreecommitdiff
path: root/benchmark/hash_ident_num.yml
blob: c9b58bd0c6cc0277dd1d73edc445caa7109cf86f (plain)
1
2
3
4
5
6
7
benchmark:
  hash_ident_num: |
    h = {}.compare_by_identity
    nums = (1..26).to_a
    nums.each { |n| h[n] = n }
    200_000.times { nums.each { |n| h[n] } }
loop_count: 1