Ruby Releases Benchmarks


Benchmark Types

App raise Graph (Iteration per second)

App raise Graph (RSS memory usage)

App raise Script View on Github

i = 0
while i<300000
  i += 1
  begin
    raise
  rescue
  end
end