summaryrefslogtreecommitdiff
path: root/benchmark/hash_to_proc.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/hash_to_proc.yml')
-rw-r--r--benchmark/hash_to_proc.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/benchmark/hash_to_proc.yml b/benchmark/hash_to_proc.yml
deleted file mode 100644
index 2ae8588b27..0000000000
--- a/benchmark/hash_to_proc.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-benchmark:
- hash_to_proc: |
- h = {}
-
- 10000.times do |i|
- h[i] = nil
- end
-
- 5000.times do |i|
- [i].map(&h)
- end
-loop_count: 1