summaryrefslogtreecommitdiff
path: root/benchmark/vm2_struct_big_aref_lo.yml
blob: 17b2b0ca5e724548f54e8d8596aa06e782adf2ee (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_aref_lo: 'x.k # x[10]

'
loop_count: 6000000