forked from phoenix/litellm-mirror
(docs) how to run a locust load test
This commit is contained in:
parent
82e44e4962
commit
91a47dc17a
4 changed files with 37 additions and 1 deletions
2
.github/workflows/locustfile.py
vendored
2
.github/workflows/locustfile.py
vendored
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue