This commit is contained in:
kolaente 2018-12-10 01:22:47 +01:00
parent ebbc966565
commit 4b638fd6ed
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
6 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class VikunjaTaskSet(TaskSequence):
self.headers["Authorization"] = 'Bearer ' + data["token"] self.headers["Authorization"] = 'Bearer ' + data["token"]
@seq_task(1) @seq_task(1)
@task(100) @task(50)
def dashboard(self): def dashboard(self):
self.client.get("/tasks/all", headers=self.headers) self.client.get("/tasks/all", headers=self.headers)
response = self.client.get("/namespaces", headers=self.headers) response = self.client.get("/namespaces", headers=self.headers)

View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB