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