index
:
pw.cloudef.rpg.git
master
rtp-support
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jni
/
ruby
/
benchmark
/
bm_app_raise.rb
blob: 5db8f95d5076ccfe9ffde33f9011b1c70fc1765e (
plain
)
1
2
3
4
5
6
7
8
i = 0 while i<300000 i += 1 begin raise rescue end end