From ebbc966565f0f3e97b733309c85990e5b166b28a Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 10 Dec 2018 00:40:58 +0100 Subject: [PATCH] ajusted weights --- locust_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locust_file.py b/locust_file.py index ee2c192..c46b51f 100644 --- a/locust_file.py +++ b/locust_file.py @@ -25,7 +25,7 @@ class VikunjaTaskSet(TaskSequence): self.headers["Authorization"] = 'Bearer ' + data["token"] @seq_task(1) - @task(800) + @task(100) def dashboard(self): self.client.get("/tasks/all", headers=self.headers) response = self.client.get("/namespaces", headers=self.headers)