Skip to content

Commit 15463ab

Browse files
committed
change bench parameters
1 parent f4a4d25 commit 15463ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/bench/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ async fn module_main(dispatcher: AsyncDispatcher) {
1616
}
1717
});
1818

19-
let iterations = 1_000_000;
19+
let iterations = 4_000_000;
2020

21-
let worker_n = 6;
21+
let worker_n = 16;
2222
let iterations_per_worker = iterations / worker_n;
2323
let mut workers = Vec::new();
2424

0 commit comments

Comments
 (0)