update benchmarks

This commit is contained in:
AlexsanderHamir 2025-10-11 18:06:37 -07:00
parent 6df051e87b
commit 2e57d19a55

View file

@ -44,8 +44,8 @@ In these tests the baseline latency characteristics are measured against a fake-
| | Aggregated | 77 | 130 | 180 | 57.53 | 2340 |
#### Key Findings
- Doubling from 2 to 4 LiteLLM instances cuts median latency from 200ms to 100ms.
- High-percentile latencies drop significantly: P95 from 430ms to 130ms, P99 from 930ms to 180ms.
- Doubling from 2 to 4 LiteLLM instances halves median latency: 200ms → 100ms.
- High-percentile latencies drop significantly: P95 630ms → 150ms, P99 1,200ms → 240ms.
- Setting workers equal to CPU count gives optimal performance.
## Machine Spec used for testing