summaryrefslogtreecommitdiffstats
path: root/benches
AgeCommit message (Collapse)Author
2018-06-12Deprecate executor re-exports (#412)Carl Lerche
2018-03-06Fix benches (#188)Carl Lerche
Some of the benchhmarks were broken and/or using deprecated APIs. This patch updates the benches and requires them all to compile without warnings in order to pass CI.
2018-02-13Make benches compilable again (#133)Roman
2017-12-05Blanket rename `Core` to `Reactor`Alex Crichton
This commit uses a script to rename `Core` to `Reactor` all at once, notably: find . -name '*.rs' | xargs sed -i 's/\bCore\b/Reactor/g'
2017-10-30Remove deprecated code.Carl Lerche
This commit removes code that was deprecated in tokio-core master.
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
Warmup round before actually performing the test seems to eliminate variance.
2016-11-04Add some benchmarks.Dawid Ciężarkiewicz
To be moved into separate repo.