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