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

'
loop_count: 6000000