[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / benchmark / vm_struct_big_aref_lo.yml
blobc91af27fa5111c4823b61e6fa1983d150e914c53
1 prelude: |
2   s = Struct.new(*('a'..'z').map { |x| x.to_sym })
3   x = s.new
4 benchmark:
5   vm_struct_big_aref_lo: |
6     x.k # x[10]
7 loop_count: 6000000