Calculate the hard cost of your un-merged pull requests

Nov 2, 2017 by Armory

Finding Velocity is our blog series for executives where we share strategies to deliver software to users faster and more confidently (and why creating this deep competency in software matters strategically).

 

We were just onsite with Kieran Lal, Senior Director of API Design products at Mulesoft. He said to us:

What a great way to describe the cost of low deployment velocity in a way that resonates with product leaders, and not just engineering leaders.

Want to calculate that cost at your company? Here’s how:

To calculate hard costs using man-hours: (# of open PRs [1]) x (man-hours of engineering time required for each PR) x (avg. eng. employee hourly rate)

To calculate hard costs using JIRA story points: (# of open PRs [1]) x (story points for each PR) x (avg. eng. dollar cost per story point)

To calculate opportunity & innovation costs to the business:

  1. Figure out how much revenue each employee at your company is responsible for driving. For example, if your company makes $1Bn in annual revenue, and it has 2,000 employees, then each employee is responsible for contributing $500,000 in revenue to the business — but only if their work is getting out the door!
  2. Assuming each employee works 2,000 hours per year, that would mean that each employee’s hourly revenue contribution is $250.
  3. Then calculate (# of open PRs [1]) x (man hours of engineering time required for each PR) x (revenue contribution/hr -- i.e., $250).

[1] Here’s the actual query you can run in your Github repo(s) to find the number of un-merged PRs: org:[your-org-name] is:open is:pr is:private

These numbers will add up quickly and show the true cost of low deployment velocity. Luckily, Armory is here to help. Our entire mission is to accelerate deployment velocity through automation and safety. Your developers’ code should be flowing continuously, and safely, to production, without being held up in a virtualized inventory state.

Learn More:


How Companies Go Digital: We highly recommend O’Reilly’s free PDF e-Book about migrating toward cloud-native technologies and practices by shifting from monolithic onsite architectures to applications designed solely to operate on cloud computing platforms. Get the highlights here.

Share this post:

Recently Published Posts

Continuous Deployment KPIs

May 31, 2023

Key SDLC Performance Metrics for Engineering Leaders Engineering leaders must have an effective system in place to measure their team’s performance and ensure that they are meeting their goals. One way to do this is by monitoring Continuous Deployment Key Performance Indicators (KPIs).  CD and Automated Tests If you’re not aware, Continuous Deployment, or CD, […]

Read more

What Are the Pros and Cons of Rolling Deployments?

May 26, 2023

Rolling deployments use a software release strategy that delivers new versions of an application in phases to minimize downtime. Anyone who has lived through a failed update knows how painful it can be. If a comprehensive update fails, there are hours of downtime while it is rolled back. Even if the deployment happens after hours, […]

Read more

What is DevSecOps?

May 23, 2023

Before agile development became an accepted approach to delivering software, companies waited until software contained all desired features before releasing it. Imagine waiting a year before a needed feature became available. Yet, that was how most software releases occurred.  Once the software was released, companies prepared an annual or semi-annual update that incorporated new features […]

Read more