summaryrefslogtreecommitdiff
path: root/benches
AgeCommit message (Collapse)Author
2018-12-25add a simple criterion-based benchmarkStuart Stock
2018-09-29Remove critereon based benchmarkStuart Stock
Benchmarks were out-of-date copy-pasta and misleading.
2018-03-17Apply default rustfmt style to the project.Stuart Stock
2018-02-24Clippy suggested fixes/changesStuart Stock
2018-02-17Add benchmarks for message and response creationStuart Stock
As `[bench]` isn't in stable Rust yet, use [Criterion.rs]https://github.com/japaric/criterion.rs) as the benchmarking harness.