mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
benches: fix benchmarking conflicts (#6243)
This commit is contained in:
parent
53ad102cf0
commit
7cae89af47
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user