Adding more examples, fixing an issue in the generation of state at time T

This commit is contained in:
Kinesin Data Technologies Incorporated
2022-10-05 17:23:53 -03:00
parent 1201e93169
commit d6ced6db50
10 changed files with 128 additions and 14 deletions
+3
View File
@@ -1,5 +1,6 @@
use clap::Parser;
use log::*;
use serde::{Deserialize, Serialize};
use tokio::sync::{mpsc, oneshot};
use waterfall;
@@ -120,6 +121,8 @@ async fn main() -> std::io::Result<()> {
let tasks = world_def.taskset().unwrap();
debug!("Config: {:?}", args);
let mut runner = Runner::new(
tasks,
world_def.variables,