Benchmarks in CI: Escaping the Cloud Chaos
Creating a performance gate in a CI environment, preventing significant
performance regressions from being deployed has been a long-standing goal of
dozens of software teams. But measuring in hosted CI runners is a particularly
challenging task, mostly because of noisy neighbors leaking through
virtualization layers.
Still, it's worth the effort. Performance regressions are harder to catch and
more expensive to fix the longer they go unnoticed. Mostly because:
Catching issues in production is to...
Read more at codspeed.io