Skip to content

Commit

Permalink
change bench parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
oleggator committed Jan 11, 2022
1 parent f34943b commit f3d7193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/bench/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ async fn module_main(dispatcher: Dispatcher) {
}
});

let iterations = 1_000_000;
let iterations = 4_000_000;

let worker_n = 6;
let worker_n = 16;
let iterations_per_worker = iterations / worker_n;
let mut workers = Vec::new();

Expand Down

0 comments on commit f3d7193

Please sign in to comment.