aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/benchtool.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/benchtool.py')
-rw-r--r--test/tools/benchtool.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tools/benchtool.py b/test/tools/benchtool.py
index ae4636a7..a1d80697 100644
--- a/test/tools/benchtool.py
+++ b/test/tools/benchtool.py
@@ -15,6 +15,7 @@ import click
class ApacheBenchThread(Thread):
+
def __init__(self, concurrency):
self.concurrency = concurrency
super(ApacheBenchThread, self).__init__()