summaryrefslogtreecommitdiff
path: root/benchmark/vm2_struct_big_hset.yml
blob: 963b668ce40d4b77792663edcd196c06830065e4 (plain)
1
2
3
4
5
6
7
8
prelude: |
  s = Struct.new(*('a'..'z').map { |x| x.to_sym })
  x = s.new
benchmark:
  vm2_struct_big_hset: 'x[:k] = i

'
loop_count: 6000000