← buildlogFictional example
23 Sept 2026 · 6h 14m · Claude CodeFictional example

we optimised.

@example

The request pipeline, with the bottleneck removed.

API latency

87.5%

lower API latency

Before184ms
After23ms

p99

1.8ms 410µs

Throughput

19K/s 142K/s

Allocations

47 0

Performance wins

  1. 01Removed a redundant database round trip
  2. 02Reused connections across the request pipeline
  3. 03Checked the result against the same benchmark

Illustrative measurements from a fictional session.

Performance receipt

The result speaks for itself.

Performance receipt: API latency, 184ms to 23ms
Save image ↓

Fictional example. Your receipts use only evidence from your session.