Skip to main content

Module stress

Module stress 

Source
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

  • simular v0.2.0: Deterministic RNG (SimRng)
  • renacer v0.7.0: Profiling and anomaly detection

Structs§

Anomaly
Detected anomaly during stress testing
FrameProfile
Frame profile data collected during stress testing
PerformanceResult
Performance verification result
PerformanceThresholds
Performance thresholds for anomaly detection
StressConfig
Stress test configuration
StressReport
Cumulative stress test report
StressRng
Simple PCG32 RNG for stress testing (no external deps in core) Used when simular feature is not enabled
StressTestRunner
Stress test runner

Enums§

AnomalyKind
Types of anomalies that can be detected

Functions§

verify_performance
Verify performance against thresholds