summaryrefslogtreecommitdiff
path: root/benchmark/bm_hash_small8.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_hash_small8.rb')
-rw-r--r--benchmark/bm_hash_small8.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/bm_hash_small8.rb b/benchmark/bm_hash_small8.rb
deleted file mode 100644
index 9cffcc91b6..0000000000
--- a/benchmark/bm_hash_small8.rb
+++ /dev/null
@@ -1 +0,0 @@
-1000000.times.map{|i| a={}; 8.times{|j| a[j]=j}; a}