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