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
* transcode.c (trans_open_i): check the result of rb_transcoding_open.
[ruby-svn.git]
/
benchmark
/
bm_loop_whileloop2.rb
blob
e5149896619864f076789ce6e581ab5d48bea7e1
1
i=0
2
while i< 6_000_000 # benchmark loop 2
3
i+=1
4
end