summaryrefslogtreecommitdiff
path: root/benchmark/vm1_blockparam_pass.yml
blob: ca1bef33693a95ab9da1c7af37a5003b34613db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prelude: |
  def bp_yield
    yield
  end

  def bp_pass &b
    bp_yield &b
  end
benchmark:
  vm1_blockparam_pass: |
    bp_pass{}
loop_count: 30000000