Latency - CI/CD Glossary Definition
Latency is the elapsed time for one operation to complete; because averages hide outliers, teams track tail percentiles like p95 and p99.
Related guides
p95 - CI/CD Glossary Definitionp95 is the 95th-percentile latency: the value 95% of requests come in under. It captures tail slowness that a…
Throughput - CI/CD Glossary DefinitionThroughput is the rate of work a system completes - requests per second, builds per hour. It measures capacit…
Load Test - CI/CD Glossary DefinitionA load test drives expected or peak traffic at a system to measure throughput, latency, and where it degrades…