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

'
loop_count: 6000000