chore: repo maintenance, minor code refinements
This commit is contained in:
parent
fd57b9ac75
commit
eb5a369502
11 changed files with 186 additions and 141 deletions
5
benchmark/locustfile.py
Normal file
5
benchmark/locustfile.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from locust import HttpUser, task
|
||||
class RootUser(HttpUser):
|
||||
@task
|
||||
def root(self):
|
||||
self.client.get("/")
|
Loading…
Add table
Add a link
Reference in a new issue