Expand description
Load Testing Module
Implements the Load Testing features from the spec (Section D):
- D.1: Command Interface (basic, scenario, ramp-up)
- D.2: Load Test Scenario Format (YAML)
- D.3: Load Test Results Format
- D.4: Implementation Requirements
Structs§
- Assertion
Result - Assertion result
- Endpoint
Stats - Per-endpoint statistics
- Latency
Histogram - Latency histogram for tracking percentiles
- Load
Test Config - Load test configuration
- Load
Test Error - Load test error
- Load
Test Request - A request definition in the scenario
- Load
Test Result - Load test results
- Load
Test Scenario - Load test scenario (from YAML)
- Load
Test Stage - A stage in the load test
- Resource
Usage - Resource usage statistics
Enums§
- Http
Method - HTTP methods
- Load
Test Assertion - Assertion for load test
- Load
Test Error Kind - Load test error kinds
- Load
Test Output Format - Output format for load test results
- User
Config - User configuration for load test
Functions§
- render_
load_ test_ json - Render load test results as JSON
- render_
load_ test_ report - Render load test results as text