summaryrefslogtreecommitdiff
path: root/benchmark/vm2_dstr.yml
blob: b1f538156dfd9e5e4857c07270f5083c0e3204d2 (plain)
1
2
3
4
5
6
7
8
9
benchmark:
  vm2_dstr: |
    i = 0
    x = y = 'z'
    while i<6_000_000 # benchmark loop 2
      i += 1
      str = "foo#{x}bar#{y}baz"
    end
loop_count: 1