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