パフォーマンステスト - CI/CD用語集の定義
パフォーマンステストは、あるワークロード下での速度、応答性、安定性を測定し、ロードテスト、ストレステスト、ソークテストを通じて、ユーザーが気づく前にボトルネックを見つけます。
CIでは
パフォーマンススイートは通常、専用の安定したrunnerで実行されます。共有された、あるいはノイズの多いマシンでは、信頼できない計測値が生じるためです。
関連ガイド
Non-Functional Test - CI/CD Glossary DefinitionNon-Functional Test: A non-functional test verifies qualities of the system rather than specific features: pe…
Security Test - CI/CD Glossary DefinitionSecurity Test: A security test probes an application for vulnerabilities such as injection, broken authentica…