From 8fe34f33ee4f12f074635920cc53bc556442f823 Mon Sep 17 00:00:00 2001 From: Anthony Brown <121869075+anthony-nhs@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:58:03 +0000 Subject: [PATCH] set max users --- artillery/psu_load_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/artillery/psu_load_test.yml b/artillery/psu_load_test.yml index 506e05e..5c3e63a 100644 --- a/artillery/psu_load_test.yml +++ b/artillery/psu_load_test.yml @@ -8,7 +8,8 @@ config: # we can set the arrival count to what we want the TPS to be # as it ramps up to this level and we have a 1 second delay in the flow between each request - duration: 300 - arrivalCount: 90 + arrivalRate: 1 + maxVusers: 90 name: ramp up phase environments: dev: