[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / benchmark / vm_dstr.yml
blob30c7a3193c71c7706bc4d97aa2a491d71e6f97ea
1 prelude: |
2   x = y = 'z'
3 benchmark:
4   vm_dstr: |
5     str = "foo#{x}bar#{y}baz"
6 loop_count: 6000000