PR Cycle Time
What is this metric?
PR Cycle Time is the sum of PR Coding Time, Pickup TIme, Review Time and Deploy Time. It is the total time from the first commit to when the PR is deployed.
Why is it important?
PR Cycle Time indicate the overall speed of the delivery progress in terms of PR.
Which dashboard(s) does it exist in?
- Engineering Throughput and Cycle Time
- Engineering Throughput and Cycle Time - Team View
How is it calculated?
You can define deployment
based on your actual practice. For a full list of deployment
's definitions that DevLake support, please refer to Deployment Frequency.
This metric relies on PR/MRs collected from GitHub or GitLab.
Transformation Rules RequiredN/A
SQL QueriesHow to improve?
- Divide coding tasks into workable and manageable pieces;
- Use DevLake's dashboards to monitor your delivery progress;
- Have a habit to check for hanging PRs regularly;
- Set up alerts for your communication tools (e.g. Slack, Lark) when new PRs are issued;
- Use automated tests for the initial work;
- Reduce PR size;
- Analyze the causes for long reviews.