[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / benchmark / array_sample_100k_11.rb
blob18b17153198eb353f179bf075b7e5434877d5b88
1 arr = [*0...100000]
2 10_000.times {arr.sample 11}