diff --git a/examples/benchmark/node/src/main.rs b/examples/benchmark/node/src/main.rs index 726eb484..e559affa 100644 --- a/examples/benchmark/node/src/main.rs +++ b/examples/benchmark/node/src/main.rs @@ -18,8 +18,8 @@ fn main() -> eyre::Result<()> { 4 * 4096, 10 * 4096, 100 * 4096, - 1000 * 4096, - 10000 * 4096, + // 1000 * 4096, + // 10000 * 4096, ]; // test latency first diff --git a/examples/benchmark/run.rs b/examples/benchmark/run.rs index b1b5ee2f..c5c2e070 100644 --- a/examples/benchmark/run.rs +++ b/examples/benchmark/run.rs @@ -25,7 +25,7 @@ async fn main() -> eyre::Result<()> { .await?; println!("\n\nICEORYX:"); dora_coordinator::run(dora_coordinator::Args { - run_dataflow: dataflow_zenoh.to_owned().into(), + run_dataflow: dataflow_iceoryx.to_owned().into(), runtime: None, }) .await?;