Crate mockforge_performance

Crate mockforge_performance 

Source
Expand description

MockForge Performance Mode

Lightweight load simulation mode for running scenarios at N RPS, simulating bottlenecks, recording latencies, and observing response changes under load.

This is NOT true load testing - it’s realistic behavior simulation under stress testing conditions.

Re-exports§

pub use bottleneck::BottleneckConfig;
pub use bottleneck::BottleneckSimulator;
pub use bottleneck::BottleneckType;
pub use controller::RpsController;
pub use controller::RpsProfile;
pub use latency::LatencyAnalyzer;
pub use latency::LatencyRecorder;
pub use latency::LatencySample;
pub use metrics::PerformanceMetrics;
pub use metrics::PerformanceSnapshot;
pub use simulator::PerformanceSimulator;
pub use simulator::SimulatorConfig;

Modules§

bottleneck
Bottleneck Simulation
controller
RPS (Requests Per Second) Controller
latency
Latency Recording and Analysis
metrics
Performance Metrics
simulator
Performance Simulator