summaryrefslogtreecommitdiff
path: root/benchmark/vm_case_classes.yml
blob: cacc4f04645379cb4268b405a2c5977751f45e1b (plain)
1
2
3
4
5
6
7
8
9
benchmark:
  vm_case_classes: |
    case :foo
    when Hash
      raise
    when Array
      raise
    end
loop_count: 6000000