summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-rw-r--r--tool/hashbench1.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/hashbench1.rb b/tool/hashbench1.rb
index c67420fcac..cb030d458d 100644
--- a/tool/hashbench1.rb
+++ b/tool/hashbench1.rb
@@ -6,6 +6,6 @@ n = 50_000
h["%020d" % i] = "v-#{i}"
}
-(n * 500).times{
+(n * 1_000).times{
''
}