forked from phoenix/litellm-mirror
fix rps / rpm values on load testing
This commit is contained in:
parent
a0e4510f53
commit
87bac7c026
1 changed files with 3 additions and 3 deletions
|
@ -107,9 +107,9 @@ export LITELLM_SALT_KEY="sk-1234"
|
|||
|--------------|-------|
|
||||
| Avg latency | `50ms` |
|
||||
| Median latency | `51ms` |
|
||||
| `/chat/completions` Requests/second | `35` |
|
||||
| `/chat/completions` Requests/minute | `2100` |
|
||||
| `/chat/completions` Requests/hour | `126K` |
|
||||
| `/chat/completions` Requests/second | `100` |
|
||||
| `/chat/completions` Requests/minute | `6000` |
|
||||
| `/chat/completions` Requests/hour | `360K` |
|
||||
|
||||
|
||||
### Verifying Debugging logs are off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue