summaryrefslogtreecommitdiffstats
path: root/tokio-sync/benches
AgeCommit message (Expand)Author
2019-09-13Add broken feature to old benchmarks (#1555)Lucio Franco
2019-08-10chore: change default lint level to warning and deny warnings in CI (#1416)Taiki Endo
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-03-13sync: add mpsc benchmarks of small, medium, and large message types (#982)Sean McArthur
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-02-20sync: fix warnings in benches and tests (#912)Sean McArthur
2019-02-14Check Task::will_notify_current before cloning in AtomicTaskSean McArthur
2019-02-14Add poll_ready and constructor benchmarks for tokio-syncSean McArthur
2019-01-22Introduce tokio-sync crate containing synchronization primitives. (#839)Carl Lerche