Deployment Frequency (DF)
Deployment Frequency Metric Definition
This measures how often code changes are deployed to production.
Deployment Frequency Formula
Number of successful deployments to production per day.
Deployment Frequency = [Number of Successful Deployments To Production] / [Days in the selected period]
Last updated
Was this helpful?