aboutsummaryrefslogtreecommitdiffstats
path: root/tool/hashbench1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/hashbench1.rb')
-rw-r--r--tool/hashbench1.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/tool/hashbench1.rb b/tool/hashbench1.rb
deleted file mode 100644
index cb030d458d..0000000000
--- a/tool/hashbench1.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-value = 0.01
-h = {}
-n = 50_000
-
-1.upto(n){|i|
- h["%020d" % i] = "v-#{i}"
-}
-
-(n * 1_000).times{
- ''
-}