Lead Time for Changes - CI/CD用語集の定義
Lead time for changes は、commitがmergeされてからその変更が本番環境で稼働するまでの時間を測定するDORAメトリクスです。エリートパフォーマーはそれを1時間未満で測定します。
なぜ重要か
lead timeはpipelineの所要時間と手動ゲートに支配されます。CIのbuildとテストの時間を短縮するとそれが直接改善されるため、チームはcacheと並列化に投資します。
関連ガイド
Deployment Frequency - CI/CD Glossary DefinitionDeployment Frequency: Deployment frequency is one of the four DORA metrics: how often an organization success…
Change Failure Rate - CI/CD Glossary DefinitionChange Failure Rate: Change failure rate is a DORA metric: the percentage of deployments that cause a failure…