mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add time ago on recent items
+ move to waitress wsgi server + refactor dates utils + create locustfile for stress test
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from locust import HttpUser, task
|
||||
|
||||
class HelloWorldUser(HttpUser):
|
||||
host = "http://localhost:1980"
|
||||
|
||||
@task
|
||||
def hello_world(self):
|
||||
self.client.get("/getall/artists?start=0&limit=50&sortby=created_date&reverse=1")
|
||||
Reference in New Issue
Block a user