(ci/cd) load test

This commit is contained in:
ishaan-jaff 2024-03-15 15:30:53 -07:00
parent 06e319fceb
commit 0552679a58

View file

@ -4,6 +4,8 @@ import time
class MyUser(HttpUser): class MyUser(HttpUser):
wait_time = between(1, 5)
@task(20) @task(20)
def chat_completion(self): def chat_completion(self):
headers = { headers = {