This commit is contained in:
2023-10-24 16:00:55 +08:00
commit 4b0ca4a68d
2 changed files with 37 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from locust import HttpUser, task
class HelloWorldUser(HttpUser):
@task
def hello_world(self):
self.client.get("/")