(docs) how to run a locust load test

This commit is contained in:
ishaan-jaff 2024-03-15 07:37:50 -07:00
parent 82e44e4962
commit 91a47dc17a
4 changed files with 37 additions and 1 deletions

View file

@ -6,7 +6,7 @@ import time
class MyUser(HttpUser):
wait_time = between(1, 5)
@task(3)
@task
def chat_completion(self):
headers = {
"Content-Type": "application/json",