Expand description
Simulation runner and orchestration framework. Simulation runner and orchestration framework.
This module provides the infrastructure for running simulation experiments, collecting metrics, and generating comprehensive reports.
§Submodules
builder- SimulationBuilder for configuring experimentsreport- SimulationMetrics and SimulationReport typestopology- WorkloadTopology and workload configurationorchestrator- Internal workload orchestrationtokio- TokioRunner for real-world execution
Re-exports§
pub use builder::IterationControl;pub use builder::SimulationBuilder;pub use report::SimulationMetrics;pub use report::SimulationReport;pub use tokio::TokioReport;pub use tokio::TokioRunner;pub use topology::WorkloadTopology;