tokio-rs / tokio

A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
https://tokio.rs
MIT License
27.09k stars 2.49k forks source link

Do something about the sync_mpsc benchmark #3829

Open Darksonn opened 3 years ago

Darksonn commented 3 years ago

The sync_mpsc benchmark keeps failing due to fluctuations in its running time. We should do something about this.

carllerche commented 3 years ago

Ideally, we would migrate benchmarks to reliable hardware (dedicated VMs on AWS for example).