パフォーマンステスト - CI/CD用語集の定義
パフォーマンステストは、負荷の下でシステムがどれだけ高速で効率的かを定量化します。
パフォーマンステストは、与えられたワークロードの下でシステムの速度、応答性、リソース効率を測定し、レイテンシとスループットのbaselineを確立します。
パフォーマンステストは、負荷の下でシステムがどれだけ高速で効率的かを定量化します。
CIでは
チームはbuildをまたいでパフォーマンス指標を追跡し、変更がレイテンシをしきい値を超えて悪化させたときにパイプラインを失敗させ、遅延が出荷される前に捉えます。
関連ガイド
Load Test - CI/CD Glossary DefinitionLoad Test: A load test measures how a system behaves under an expected level of concurrent demand, checking t…
Stress Test - CI/CD Glossary DefinitionStress Test: A stress test pushes a system past its normal operating limits to find its breaking point and ob…
Quality Gate - CI/CD Glossary DefinitionQuality Gate: A quality gate is a set of pass or fail conditions, such as minimum test coverage, no failing t…