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