mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
benches: fix benchmarking conflicts (#6243)
This commit is contained in:
@@ -80,10 +80,10 @@ fn rt() -> Runtime {
|
|||||||
}
|
}
|
||||||
|
|
||||||
criterion_group!(
|
criterion_group!(
|
||||||
scheduler,
|
rt_curr_scheduler,
|
||||||
spawn_many_local,
|
spawn_many_local,
|
||||||
spawn_many_remote_idle,
|
spawn_many_remote_idle,
|
||||||
spawn_many_remote_busy
|
spawn_many_remote_busy
|
||||||
);
|
);
|
||||||
|
|
||||||
criterion_main!(scheduler);
|
criterion_main!(rt_curr_scheduler);
|
||||||
|
|||||||
@@ -263,7 +263,7 @@ fn stall() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
criterion_group!(
|
criterion_group!(
|
||||||
scheduler,
|
rt_multi_scheduler,
|
||||||
spawn_many_local,
|
spawn_many_local,
|
||||||
spawn_many_remote_idle,
|
spawn_many_remote_idle,
|
||||||
spawn_many_remote_busy1,
|
spawn_many_remote_busy1,
|
||||||
@@ -273,4 +273,4 @@ criterion_group!(
|
|||||||
chained_spawn,
|
chained_spawn,
|
||||||
);
|
);
|
||||||
|
|
||||||
criterion_main!(scheduler);
|
criterion_main!(rt_multi_scheduler);
|
||||||
|
|||||||
Reference in New Issue
Block a user