aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/vm2_string_literal.yml
blob: 5b8599556e6fda96c06c5e6ac77850c24728b3a1 (plain)
1
2
3
4
5
6
7
8
benchmark:
  vm2_string_literal: |
    i = 0
    while i<6_000_000 # benchmark loop 2
      i += 1
      x = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
    end
loop_count: 1