forked from phoenix/litellm-mirror
(ci/cd) load test
This commit is contained in:
parent
06e319fceb
commit
0552679a58
1 changed files with 2 additions and 0 deletions
2
.github/workflows/locustfile.py
vendored
2
.github/workflows/locustfile.py
vendored
|
@ -4,6 +4,8 @@ import time
|
|||
|
||||
|
||||
class MyUser(HttpUser):
|
||||
wait_time = between(1, 5)
|
||||
|
||||
@task(20)
|
||||
def chat_completion(self):
|
||||
headers = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue