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_strconcat.rb
blob: 7eed7c1aed9d6e598897eb1188ce23e14a7776f7 (
plain
)
1
2
3
4
5
i = 0 while i<2_000_000 "#{1+1} #{1+1} #{1+1}" i += 1 end