summaryrefslogtreecommitdiff
path: root/benchmark/vm1_ensure.yml
blob: 2b2cef529aa09c1d305276290c9e770137bc0b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
benchmark:
  vm1_ensure: |
    i = 0
    while i<30_000_000 # benchmark loop 1
      i += 1
      begin
        begin
        ensure
        end
      ensure
      end
    end
loop_count: 1