summaryrefslogtreecommitdiff
path: root/benchmark/vm2_module_const_set.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm2_module_const_set.yml')
-rw-r--r--benchmark/vm2_module_const_set.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/benchmark/vm2_module_const_set.yml b/benchmark/vm2_module_const_set.yml
deleted file mode 100644
index 05a640069c..0000000000
--- a/benchmark/vm2_module_const_set.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-prelude: |
- module M
- end
- $VERBOSE = nil
-benchmark:
- vm2_module_const_set: |
- M.const_set(:X, Module.new)
-loop_count: 6000000