Ruby Long Running Benchmarks


Benchmark Types
Show the last
Results
Compare

Hash keys Graph (Iteration per second)

Hash keys Graph (RSS memory usage)

Hash keys Script View on Github

h = {}

10000.times do |i|
  h[i] = nil
end

5000.times do
  h.keys
end