repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
add rdoc.
[ruby-svn.git]
/
benchmark
/
bm_loop_whileloop.rb
blob
43d35e1131cf5ed456427c3e366fb1cebb483578
1
i=0
2
while i<30_000_000 # benchmark loop 1
3
i+=1
4
end