repo.or.cz
/
ruby.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git]
/
benchmark
/
vm_dstr_int.rb
blob
ed380d7595349f52813ffe6cbd325fbff1aea301
1
i = 0
2
while i<6_000_000 # benchmark loop 2
3
i += 1
4
str = "foo#{i}bar#{i}baz"
5
end