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

  def bp_pass &b
    bp_yield &b
  end
benchmark:
  vm1_blockparam_pass: 'bp_pass{}

'
loop_count: 30000000