summaryrefslogtreecommitdiff
path: root/benchmark/hash_small8.yml
blob: 30b50a789c39e1d6f465b3d9d97f1eb76e50cf84 (plain)
1
2
3
4
benchmark:
  hash_small8: |
    1000000.times.map{|i| a={}; 8.times{|j| a[j]=j}; a}
loop_count: 1