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