ruby/benchmark/vm_case.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 строки
171 B
YAML
Исходник Обычный вид История

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