summaryrefslogtreecommitdiff
path: root/benchmark/vm2_method_with_block.yml
blob: ab4be774bcf16e94d8e173051eae67a369b8297f (plain)
1
2
3
4
5
6
7
8
9
prelude: |
  def m
    nil
  end
benchmark:
  vm2_method_with_block: 'm{}; m{}; m{}; m{}; m{}; m{}; m{}; m{};

'
loop_count: 6000000