index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
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