summaryrefslogtreecommitdiff
path: root/benchmark/vm1_blockparam.yml
blob: 7d670f7d8200abac9bae095331e01f39c69e8b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
benchmark:
  vm1_blockparam: |
    def m &b
    end

    i = 0
    while i<30_000_000 # while loop 1
      i += 1
      m{}
    end
loop_count: 1