summaryrefslogtreecommitdiffstats
path: root/benches
AgeCommit message (Expand)Author
2020-12-09chore: prepare for Tokio 1.0 work (#3238)Carl Lerche
2020-11-13chore: automate running benchmarks (#3140)Carl Lerche
2020-10-12rt: `worker_threads` must be non-zero (#2947)Lucio Franco
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-09-27bench: fix unused_mut lint in benches (#2889)Mikail Bagishov
2020-09-22signal: move driver to runtime thread (#2835)Ivan Petkov
2020-08-27rt: Refactor `Runtime::block_on` to take `&self` (#2782)Lucio Franco
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
2020-03-23sync: new internal semaphore based on intrusive lists (#2325)Eliza Weisman
2020-03-05rt: cleanup and simplify scheduler (scheduler v2.5) (#2273)Carl Lerche
2020-01-27sync: add mpsc benchmark (#2166)Lucio Franco
2019-12-24chore: move benches to separate crate (#2028)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-06-12Deprecate executor re-exports (#412)Carl Lerche
2018-03-06Fix benches (#188)Carl Lerche
2018-02-13Make benches compilable again (#133)Roman
2017-12-05Blanket rename `Core` to `Reactor`Alex Crichton
2017-10-30Remove deprecated code.Carl Lerche
2017-10-30Rename crate to tokioCarl Lerche
2017-05-30TCP reactor benchmarksCarl Lerche
2017-03-15Remove deprecated benchmarkAlex Crichton
2016-11-19Fix benchmark on nightlyAlex Crichton
2016-11-10Add a benchmark for futures channel latencyAlex Crichton
2016-11-10Touch up some of the benchmarksAlex Crichton
2016-11-10Improve latency benchmarks.Dawid Ciężarkiewicz
2016-11-08Add `channel_lantency` and fix previous issues.Dawid Ciężarkiewicz
2016-11-04Add some benchmarks.Dawid Ciężarkiewicz