mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
update benchmarks
This commit is contained in:
parent
00f50bc201
commit
eb2770fee2
1 changed files with 5 additions and 3 deletions
|
|
@ -20,11 +20,13 @@ model_list:
|
|||
|
||||
## 1 Instance LiteLLM Proxy
|
||||
|
||||
In these tests the median latency of directly calling the fake-openai-endpoint is 60ms.
|
||||
|
||||
| Metric | Litellm Proxy (1 Instance) |
|
||||
|--------|------------------------|
|
||||
| Median Latency (ms) | 110 |
|
||||
| RPS | 250 |
|
||||
| RPS | 500 |
|
||||
| Median Latency (ms) | 100 |
|
||||
| Latency overhead added by LiteLLM Proxy | 40ms |
|
||||
|
||||
<!-- <Image img={require('../img/1_instance_proxy.png')} /> -->
|
||||
|
||||
|
|
@ -33,7 +35,7 @@ model_list:
|
|||
<Image img={require('../img/instances_vs_rps.png')} /> -->
|
||||
|
||||
#### Key Findings
|
||||
- Single instance: 250 RPS @ 100ms latency
|
||||
- Single instance: 500 RPS @ 100ms latency
|
||||
- 4 LiteLLM instances: 1000 RPS @ 100ms latency
|
||||
|
||||
### 2 Instances
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue