Skip to content

Guides

How to track build duration percentiles

Average build time looks fine but developers still complain.

4 min read

Average build time looks fine but developers still complain.

Why it happens

The mean hides the slow tail. Developers remember the p95 run, not the median one.

How to fix it

  1. Track p50 and p95 per workflow, not just the mean
  2. Alert on p95 regression rather than on absolute duration
  3. Segment by cache hit and miss — they are effectively two different distributions

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.