From a2d554631bfb468764f86c9705bbaeb375c7beb7 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 11 Sep 2020 13:05:19 -0400
Subject: [PATCH] Push even harder in the load generator

---
 misc/load-test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/load-test.py b/misc/load-test.py
index 2144bc6..d83af5e 100755
--- a/misc/load-test.py
+++ b/misc/load-test.py
@@ -61,7 +61,7 @@ from twisted.internet.defer import (
 
 PARALLELISM = 50
 ITERATIONS = 16
-NUM_TOKENS = 5000
+NUM_TOKENS = 100000
 
 
 def a_random_token():
-- 
GitLab