ruby/benchmark/vm_dstr.yml

7 строки
99 B
YAML

prelude: |
x = y = 'z'
benchmark:
vm_dstr: |
str = "foo#{x}bar#{y}baz"
loop_count: 6000000