summaryrefslogtreecommitdiff
path: root/benchmark/loop_whileloop2.rb
blob: 47d02dffc420a9ae0a2d454f7e6ba769a40a0456 (plain)
1
2
3
4
i = 0
while i< 6_000_000 # benchmark loop 2
  i += 1
end