ruby--ruby/benchmark/vm_dstr_int.rb

6 lines
84 B
Ruby

i = 0
while i<6_000_000 # benchmark loop 2
i += 1
str = "foo#{i}bar#{i}baz"
end