You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,21 @@ dependencies:
67
67
- safe fallback behavior when cached payloads are corrupt
68
68
- deployment flexibility from single-process apps to multi-instance Redis-backed setups
69
69
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
0 commit comments