mirror of https://github.com/locustio/locust.git
Further simplify example
This commit is contained in:
parent
e230bb2e5d
commit
00cda8ce0d
|
@ -16,7 +16,6 @@ class WebsiteUser(HttpUser):
|
||||||
|
|
||||||
def on_start(self):
|
def on_start(self):
|
||||||
all_users_spawned.wait()
|
all_users_spawned.wait()
|
||||||
self.wait()
|
|
||||||
|
|
||||||
@task
|
@task
|
||||||
def index(self):
|
def index(self):
|
||||||
|
|
Loading…
Reference in New Issue