Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 891 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 891 Bytes

Istio Performance/Stability Testing

This folder contains tests for performance and stability. There are different types of test under each subdirectory. For more details, see each directories README.

  1. /istio-install provides scripts and Helm values to setup Istio for performance testing.

    This setup is designed for very large clusters to test Istio's limits. Most tests can run on a standard Istio install.

  2. /stability provides tests that exercise various Istio features to ensure stability.

    The intent of these tests is to be run continuously for extend periods of time, which differentiates them from integration tests.

  3. /benchmark provides a test to measure the latency and metrics of traffic between pods in various setups.

  4. /load provides tools to generate large services to test Istio under heavy load.