aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_hash_small8.rb
blob: 9cffcc91b61993d9a55e93e12fd696cbc8ed4165 (plain)
1
1000000.times.map{|i| a={}; 8.times{|j| a[j]=j}; a}