summaryrefslogtreecommitdiff
path: root/benchmark/array_sample_100k_11.rb
blob: 18b17153198eb353f179bf075b7e5434877d5b88 (plain)
1
2
arr = [*0...100000]
10_000.times {arr.sample 11}