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_vm1_rescue.rb
blob
0c98d00e0da593e4a87a659211f24247875ed6d2
1
i=0
2
while i<30000000 # while loop 1
3
i+=1
4
begin
5
rescue
6
end
7
end