summaryrefslogtreecommitdiff
path: root/benchmark/vm2_method.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm2_method.yml')
-rw-r--r--benchmark/vm2_method.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/benchmark/vm2_method.yml b/benchmark/vm2_method.yml
deleted file mode 100644
index cc7b9b28ff..0000000000
--- a/benchmark/vm2_method.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-prelude: |
- def m
- nil
- end
-benchmark:
- vm2_method: |
- m; m; m; m; m; m; m; m;
-loop_count: 6000000