mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
10 lines
127 B
YAML
10 lines
127 B
YAML
|
benchmark:
|
||
|
vm_case_classes: |
|
||
|
case :foo
|
||
|
when Hash
|
||
|
raise
|
||
|
when Array
|
||
|
raise
|
||
|
end
|
||
|
loop_count: 6000000
|