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