summaryrefslogtreecommitdiff
path: root/benchmark/bm_app_strconcat.rb
blob: d2203356de1d459bd71663b664bd6e830223a31a (plain)
1
2
3
4
5
i = 0
while i<2_000_000
  "#{1+1} #{1+1} #{1+1}"
  i+=1
end