summaryrefslogtreecommitdiff
path: root/benchmark/vm_dstr_digit.rb
blob: caaa395192b3802898f6e2e4ae1273c62b7a9870 (plain)
1
2
3
4
5
6
7
i = 0
x = 0
y = 9
while i<6_000_000 # benchmark loop 2
  i += 1
  str = "foo#{x}bar#{y}baz"
end