Ruby Long Running Benchmarks


Benchmark Types
Show the last
Results
Compare

App strconcat Graph (Iteration per second)

App strconcat Graph (RSS memory usage)

App strconcat Script View on Github

i = 0
while i<2_000_000
  "#{1+1} #{1+1} #{1+1}"
  i += 1
end