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
fix variable name.
[ruby-svn.git]
/
benchmark
/
bm_app_raise.rb
blob
01d2ae3219272e57f0d196789a8ebfaba3cc63a3
1
i=0
2
while i<300000
3
i+=1
4
begin
5
raise
6
rescue
7
end
8
end