hf_gradio_plodcw_group27 / locust_stress.py
Lamp Socrates
Latest commit
4ad296d
from locust import HttpUser, task
class HelloWorldUser(HttpUser):
@task
def hello_world(self):
self.client.get("/hello")
self.client.get("/world")