Ruby Releases Benchmarks


Benchmark Types

Array sample 100k 50k Graph (Iteration per second)

Array sample 100k 50k Graph (RSS memory usage)

Array sample 100k 50k Script View on Github

arr = [*0...100000]
10_000.times {arr.sample 50_000}