summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2020-01-21 09:00:52 +0000
committerMichael Meeks <michael.meeks@collabora.com>2020-01-21 15:07:54 +0000
commit9126a641a90b11038681241a1b04f9ecccf9475a (patch)
tree93cddadbbc70a131d0aff23c8558467f92641575 /tools
parent43d0de1234824de97637ba9a2cc007d1a49dda56 (diff)
test: switch to using ClientPortNumber to allow parallelism.
Change-Id: Ifef3bce1b217605000300b240ea74df4d264e0df
Diffstat (limited to 'tools')
-rw-r--r--tools/Stress.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Stress.cpp b/tools/Stress.cpp
index 1a4d17124..b298951db 100644
--- a/tools/Stress.cpp
+++ b/tools/Stress.cpp
@@ -34,6 +34,8 @@
#include <TraceFile.hpp>
#include <test/helpers.hpp>
+int ClientPortNumber = DEFAULT_CLIENT_PORT_NUMBER;
+
/// Stress testing and performance/scalability benchmarking tool.
class Stress: public Poco::Util::Application
{