summaryrefslogtreecommitdiff
path: root/benchmark/vm2_unif1.yml
blob: d4759ea78e724b2e1b716703ca8cec58f85a241a (plain)
1
2
3
4
5
6
7
8
9
10
11
benchmark:
  vm2_unif1: |
    i = 0
    def m a, b
    end

    while i<6_000_000 # benchmark loop 2
      i += 1
      m 100, 200
    end
loop_count: 1