CI/CD & Velocity
DORA metrics
Also known as: Four Keys
DORA metrics are four research-backed measures of software delivery performance: deployment frequency, lead time for changes, change failure rate, and time to restore service.
Defined by the DORA (DevOps Research and Assessment) program, the four keys split into throughput (deployment frequency, lead time) and stability (change failure rate, time to restore). They are the standard way to talk about whether an engineering org ships fast and safely.
Testing connects directly to the stability metrics: reliable, fast tests lower change failure rate and shorten lead time, while flaky tests and slow feedback drag both the wrong way. Quality data is a leading indicator for DORA outcomes.
- Four keys: deployment frequency, lead time, change failure rate, time to restore.
- Throughput (speed) vs stability (safety).
- Test reliability and speed are direct levers on the stability metrics.
Sources
See it in your own test results
Qualflare detects flaky tests, clusters failures by root cause, and scores release risk from the test results you already produce in CI. Start free.
Start free with Qualflare← Back to the testing & observability glossary.
Last reviewed June 11, 2026