Update locustfile.py

This commit is contained in:
Siarhei Fedartsou 2024-05-27 00:23:06 +02:00 committed by GitHub
parent ae35a89529
commit 577c4f085a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,4 +64,4 @@ class OSRMTasks(TaskSet):
class OSRMUser(HttpUser):
tasks = [OSRMTasks]
wait_time = between(0.01, 0.1)
wait_time = between(0.1, 1)