From d7db6adbc81c1dd1228e57e428aeff34d0c7f480 Mon Sep 17 00:00:00 2001 From: Stephen Astels Date: Thu, 6 Feb 2025 13:31:16 -0500 Subject: [PATCH] dial down perf tests to 300 POSTs at once rather than 3000 --- tests-perf/locust/locust.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-perf/locust/locust.conf b/tests-perf/locust/locust.conf index 76aa3d2273..4233300a9a 100644 --- a/tests-perf/locust/locust.conf +++ b/tests-perf/locust/locust.conf @@ -1,7 +1,7 @@ # master.conf in current directory locustfile = tests-perf/locust/locust-notifications.py host = https://api.staging.notification.cdssandbox.xyz -users = 3000 +users = 300 spawn-rate = 20 run-time = 10m