[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / benchmark / vm_dstr_int.rb
blobed380d7595349f52813ffe6cbd325fbff1aea301
1 i = 0
2 while i<6_000_000 # benchmark loop 2
3   i += 1
4   str = "foo#{i}bar#{i}baz"
5 end