From b44416a72f3ce23a3254229c9f469c21df86c82f Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Fri, 29 May 2020 08:02:39 +0200 Subject: Refactor performance scripts -change scripts to use deployment instead of pod -add function for instant,inverval mode -add config files -remove unused variable from test.properties Issue-ID: DCAEGEN2-1576 Change-Id: Ice889f7e8e1dd2d787c7b59a9701669a93a7cfb1 Signed-off-by: Tomasz Wrobel --- tools/performance/cloud/producers-config/instant-config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/performance/cloud/producers-config/instant-config.json (limited to 'tools/performance/cloud/producers-config/instant-config.json') diff --git a/tools/performance/cloud/producers-config/instant-config.json b/tools/performance/cloud/producers-config/instant-config.json new file mode 100644 index 00000000..486bb077 --- /dev/null +++ b/tools/performance/cloud/producers-config/instant-config.json @@ -0,0 +1,3 @@ +{ + "connections": 500 +} -- cgit 1.2.3-korg