Skip to content

Commit

Permalink
add perf test
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanuelAaron committed Nov 4, 2024
1 parent ec80672 commit 4d30d9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions performance/daist/daist/rest_api/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ def read_only_tasks(resources: Resources) -> LocustTasksWithMeta:
tasks.append(LocustGetTaskWithMeta(
f"/api/v1/projects/{resources.project_id}/columns",
test_name="get project columns"))

tasks.append(LocustGetTaskWithMeta(
f"/api/v1/runs/groups?projectId={resources.project_id}&group=state",
test_name="get groups"))

if resources.workspace_id is not None:
tasks.append(LocustGetTaskWithMeta(
Expand Down

0 comments on commit 4d30d9f

Please sign in to comment.