Expand description
Stress Testing Framework with Randomized Inputs
Frame-by-frame stress testing with:
- Randomized inputs via simular (deterministic RNG)
- Performance profiling via renacer
- Anomaly detection for regression identification
§Sovereign Stack
simularv0.2.0: Deterministic RNG (SimRng)renacerv0.7.0: Profiling and anomaly detection
Structs§
- Anomaly
- Detected anomaly during stress testing
- Frame
Profile - Frame profile data collected during stress testing
- Performance
Result - Performance verification result
- Performance
Thresholds - Performance thresholds for anomaly detection
- Stress
Config - Stress test configuration
- Stress
Report - Cumulative stress test report
- Stress
Rng - Simple PCG32 RNG for stress testing (no external deps in core) Used when simular feature is not enabled
- Stress
Test Runner - Stress test runner
Enums§
- Anomaly
Kind - Types of anomalies that can be detected
Functions§
- verify_
performance - Verify performance against thresholds