ruby/benchmark/vm_module_const_set.yml

9 строки
133 B
YAML

prelude: |
module M
end
$VERBOSE = nil
benchmark:
vm_module_const_set: |
M.const_set(:X, Module.new)
loop_count: 6000000