summaryrefslogtreecommitdiff
path: root/benchmark/app_raise.yml
blob: 3b7826c34fefd835cb84d86cb655d1d0bde3e3c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
benchmark:
  app_raise: |
    i = 0
    while i<300000
      i += 1
      begin
        raise
      rescue
      end
    end
loop_count: 1