summaryrefslogtreecommitdiff
path: root/benchmark/vm_dstr.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm_dstr.yml')
-rw-r--r--benchmark/vm_dstr.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/benchmark/vm_dstr.yml b/benchmark/vm_dstr.yml
new file mode 100644
index 0000000000..30c7a3193c
--- /dev/null
+++ b/benchmark/vm_dstr.yml
@@ -0,0 +1,6 @@
+prelude: |
+ x = y = 'z'
+benchmark:
+ vm_dstr: |
+ str = "foo#{x}bar#{y}baz"
+loop_count: 6000000