PR Cycle Time measures the total time from when a developer first commits code until that code is successfully merged into the default branch. This metric represents the end-to-end delivery speed of your development process.
We automatically track the time between your first commit and when that code gets merged into the default branch (main/master). Since merges to main typically represent when code is ready for production, this gives us a good measure of your development cycle time.What We Track:
Time from first commit to PR merge
The complete development cycle
How long code takes to be integrated
What We Don’t Count:
Time spent planning or designing (before first commit)
Time after merge (deployment, user adoption, etc.)
We use the 75th percentile (P75) to show you the typical cycle time, filtering out unusually long outliers that could skew your understanding of normal performance.
PR Cycle Time is a critical metric that measures your team’s ability to complete development work efficiently. High cycle times may indicate large batch sizes, lengthy review processes, or bottlenecks in the development workflow.