Measuring success
Delivery performance
Deployment frequency
1min
We settled on deployment frequency as a proxy for batch size since it is easy to measure and typically has low variability. By โdeploymentโ we mean a software deployment to production or to an app store. A release (the changes that get deployed) will typically consist of multiple version control commits, unless the organization has achieved a single-piece flow where each commit can be released to production (a practice known as continuous deployment). โ Accelerate: The Science of Lean Software and DevOps. IT Revolution Press
Echoes computes the deployment frequency using both the tagging events as detected on GitHub or GitLab, and the deployment events as notified through the deployments API.๏ปฟ

Deployment frequency visualization
๏ปฟ
๏ปฟ
Updated 12 Sep 2023
Did this page help you?