ruby/benchmark/vm2_dstr.yml

7 строки
100 B
YAML

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