Skip to content

Commit

Permalink
Hot fix pg setup (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: amber <>
  • Loading branch information
z1yoon authored Nov 10, 2024
1 parent 79cfd74 commit 5deffc7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions locust/locust-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ data:
class NshmUser(HttpUser):
wait_time = between(1, 5)
@task
def web_service(self):
self.client.get("/")
@task
def account_service(self):
self.client.get("/api/accounts/1")
self.client.get("/api/accounts/2")
@task
def item_service(self):
Expand Down

0 comments on commit 5deffc7

Please sign in to comment.