負荷テスト - CI/CD用語集の定義
負荷テスト は、予想される同時トラフィックのレベル下でシステムがどのように動作するかを測定し、目標負荷において応答時間とエラー率が許容範囲内に留まることを検証します。
CIにおいて
負荷テストは、安定した隔離されたrunnerを必要とし、ユニットテストよりも時間がかかるため、commitごとではなくスケジュールに従って、または専用のpipelineで実行されることが多いです。
関連ガイド
Stress Testing - CI/CD Glossary DefinitionStress Testing: Stress testing pushes a system beyond its expected capacity to find its breaking point and ob…
Soak Testing - CI/CD Glossary DefinitionSoak Testing: Soak testing (endurance testing) runs a sustained load over hours or days to surface problems t…
Throughput - CI/CD Glossary DefinitionThroughput: Throughput is the amount of work a system completes per unit of time, commonly measured in reques…