A port of the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmarks and filtering based on the name. Benchmark execution works exactly the same way and no more (Warning: black_box is not working perfectly!).

Please read the API documentation here__ (it includes a usage example).

__ https://docs.rs/bencher/

|buildstatus| |crates|_

.. |buildstatus| image:: https://travis-ci.org/bluss/bencher.svg?branch=master .. _buildstatus: https://travis-ci.org/bluss/bencher

.. |crates| image:: https://meritbadge.herokuapp.com/bencher .. _crates: https://crates.io/crates/bencher

Recent Changes

Authors

Principal original authors of the benchmark and statistics code in the Rust project are:

Very very many have contributed to lib.rs and stats.rs however, so author credit is due to:

License

Dual-licensed just like the Rust project.

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0 or the MIT license http://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.