Measure how many pull requests a team merges weekly and daily.
Merged pull requests over a month convert to a weekly and daily rate, while the average merge time shows how long each sits in review. Throughput measures how fast code actually ships, and pairing it with merge time reveals where review becomes the bottleneck.
Pull Request Throughput
PRs per week = merged / weeks in a month; daily = / 5; pipeline days = merged x avg days
PRs per week = merged / weeks in a month; daily = / 5; pipeline days = merged x avg days Merged pull requests over a month convert to a weekly and daily rate, while the average merge time shows how long each sits in review.
Throughput measures how fast code actually ships, and pairing it with merge time reveals where review becomes the bottleneck.
This calculator takes 2 inputs: PRs merged last month, Avg days to merge. The pre-filled defaults are a realistic starting point — replace them with figures from your own environment for a result you can act on.