Module runner

Module runner 

Source
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 experiments
  • report - SimulationMetrics and SimulationReport types
  • topology - WorkloadTopology and workload configuration
  • orchestrator - Internal workload orchestration
  • tokio - 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;

Modules§

builder
Simulation builder pattern for configuring and running experiments.
report
Simulation metrics and reporting.
tokio
Tokio-based runner for executing workloads with real networking and timing.
topology
Workload topology configuration.