Skip to content

Commit 77c939b

Browse files
committed
Update READMe
1 parent 0a727e9 commit 77c939b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,21 @@ dependencies:
6767
- safe fallback behavior when cached payloads are corrupt
6868
- deployment flexibility from single-process apps to multi-instance Redis-backed setups
6969

70+
## Benchmarks
71+
72+
Numbers from [kemal-cache-benchmark](https://github.com/sdogruyol/kemal-cache-benchmark) (same app with vs without `kemal-cache`; see that repo for hardware, `wrk` commands, and full output).
73+
74+
- **Lighter route:** **~1.6×** throughput, **~34%** lower average latency
75+
- **Heavier route:** **~5.7×** throughput, **~82%** lower average latency
76+
77+
```mermaid
78+
xychart-beta
79+
title "Throughput vs uncached (higher is better)"
80+
x-axis ["Lighter route", "Heavier route"]
81+
y-axis "multiplier" 0 --> 6
82+
bar [1.6, 5.7]
83+
```
84+
7085
## Quick Start
7186

7287
Add the shard to `shard.yml`:

0 commit comments

Comments
 (0)