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

'
loop_count: 6000000