summaryrefslogtreecommitdiff
path: root/benchmark/vm2_struct_small_hset.yml
blob: edfde8b4290fda51a4c78bfdffe938bd047ff5f8 (plain)
1
2
3
4
5
6
7
8
prelude: |
  s = Struct.new(:a, :b, :c)
  x = s.new
benchmark:
  vm2_struct_small_hset: 'x[:a] = 1

'
loop_count: 6000000