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