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