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