ruby--ruby/benchmark/vm_case.yml

14 lines
171 B
YAML
Raw Normal View History

benchmark:
vm_case: |
case :foo
when :bar
raise
when :baz
raise
when :boo
raise
when :foo
# noop
end
loop_count: 6000000