aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/vm2_struct_small_aset.yml
blob: adb9f49da54e4fec00d4773c60a56f839587ba5e (plain)
1
2
3
4
5
6
7
prelude: |
  s = Struct.new(:a, :b, :c)
  x = s.new
benchmark:
  vm2_struct_small_aset: |
    x.a = i
loop_count: 6000000