summaryrefslogtreecommitdiff
path: root/benchmark/bm_bighash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_bighash.rb')
-rw-r--r--benchmark/bm_bighash.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmark/bm_bighash.rb b/benchmark/bm_bighash.rb
deleted file mode 100644
index e2ad5a5c94..0000000000
--- a/benchmark/bm_bighash.rb
+++ /dev/null
@@ -1 +0,0 @@
-h = {}; 5000000.times {|n| h[n] = n }