ruby/benchmark/vm_method.yml

9 строки
107 B
YAML

prelude: |
def m
nil
end
benchmark:
vm_method: |
m; m; m; m; m; m; m; m;
loop_count: 6000000