(fix) run prod load tests for 5 mins

This commit is contained in:
ishaan-jaff 2024-03-15 14:55:26 -07:00
parent a5b8fb0ee7
commit 82b8fbabcb
2 changed files with 4 additions and 4 deletions

View file

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