bm_loop_whileloop.rb   [plain text]


i = 0
while i<30_000_000 # benchmark loop 1
  i += 1
end