aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_loop_whileloop.rb
blob: 59b89cc519ec1f50ec668d240e2ca97116bcd4f4 (plain)
1
2
3
4
i = 0
while i<30000000 # benchmark loop 1
  i+=1
end