summaryrefslogtreecommitdiff
path: root/benchmark/vm1_ensure.yml
blob: afbbe38bec85ca5e63ae6b12616d585456769349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Not utilizing loop_count since using it for this is too unstable for now
benchmark:
  vm1_ensure: |
    i = 0
    while i<30_000_000
      i += 1
      begin
        begin
        ensure
        end
      ensure
      end
    end
loop_count: 1