chore: repo maintenance, minor code refinements

This commit is contained in:
Arthur Khachaturov 2024-07-20 01:32:20 +03:00
parent fd57b9ac75
commit eb5a369502
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
11 changed files with 186 additions and 141 deletions

5
benchmark/locustfile.py Normal file
View file

@ -0,0 +1,5 @@
from locust import HttpUser, task
class RootUser(HttpUser):
@task
def root(self):
self.client.get("/")