index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
benchmark
/
loop_whileloop.rb
blob: 0072822c06d0e5f738e7dde92b0393a9e896c14a (
plain
)
1
2
3
4
i = 0 while i<30_000_000 # benchmark loop 1 i += 1 end