Skip to content

Commit

Permalink
Further simplify example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Holmberg committed May 25, 2024
1 parent e230bb2 commit 00cda8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/semaphore_wait.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class WebsiteUser(HttpUser):

def on_start(self):
all_users_spawned.wait()
self.wait()

@task
def index(self):
Expand Down

0 comments on commit 00cda8c

Please sign in to comment.