From cd9dda89f325adec30701f134165969e0100bf85 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 28 May 2024 20:49:28 +0200 Subject: [PATCH] wip --- scripts/ci/locustfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/locustfile.py b/scripts/ci/locustfile.py index 8ea01a490..f08c5bad7 100644 --- a/scripts/ci/locustfile.py +++ b/scripts/ci/locustfile.py @@ -71,4 +71,5 @@ class OSRMTasks(TaskSet): class OSRMUser(HttpUser): tasks = [OSRMTasks] + # random wait time between requests to not load server for 100% wait_time = between(0.05, 0.5)