Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.1 KB

nicole-forsgren-four-key-metrics-of-high-performance.md

File metadata and controls

26 lines (22 loc) · 1.1 KB
title author date slug tags categories draft
Nicole Forsgren: The Four Key Metrics of High Performance
Vedang Manerikar
2022-08-19 09:07:00 -0700
nicole-forsgren-four-key-metrics-of-high-performance
devops
wisdom
engineering-management
notes
false

Nicole Forsgren: The Four Key Metrics of High Performance

_Snippet from [Accelerate](https://itrevolution.com/book/accelerate/)_
  • Lead Time : Length of time between when the code is committed and when it is deployed to production. Smaller is better.
  • Mean Time to Recover : Length of time from incident start to incident end. Smaller is better.
  • Change Failure Rate : Number of deployments to production that need hotfixes. Smaller is better.
  • Deployment Frequency : Number of times new code (not hotfixes) is deployed to production. Larger is better.

Improving these metrics directly results in huge performance boosts for developer productivity.