init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from locust import HttpUser, task
|
||||
|
||||
|
||||
class HelloWorldUser(HttpUser):
|
||||
@task
|
||||
def hello_world(self):
|
||||
self.client.get("/")
|
||||
Reference in New Issue
Block a user