Skip to main content

run

Function run 

Source
pub fn run(
    specs: Vec<ScenarioSpec>,
    engines: &Arc<Vec<Box<dyn EngineFactory>>>,
    store: &Arc<Mutex<GlobalStore>>,
    config: &RunConfig,
    events: &EventSink,
    cancel: &CancellationToken,
) -> RunSummary
Expand description

Execute specs and return the summary. Emits the full event stream on events (RunStartedRunFinished — ADR-0008).