[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / benchmark / loop_whileloop.rb
blob0072822c06d0e5f738e7dde92b0393a9e896c14a
1 i = 0
2 while i<30_000_000 # benchmark loop 1
3   i += 1
4 end