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