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