# Testing & benchmarking tools for concurrent Rust code [![On crates.io](https://img.shields.io/crates/v/testbench.svg)](https://crates.io/crates/testbench) [![On docs.rs](https://docs.rs/testbench/badge.svg)](https://docs.rs/testbench/) [![Continuous Integration](https://github.com/HadrienG2/testbench/workflows/Continuous%20Integration/badge.svg)](https://github.com/HadrienG2/testbench/actions?query=workflow%3A%22Continuous+Integration%22) ![Requires rustc 1.63+](https://img.shields.io/badge/rustc-1.63+-red.svg) ## What is this? Just a simple collection of testing and benchmarking tools for concurrent Rust code. The "benchmarking tool" part has been much reduced in v0.8 since I'm now using criterion. ## License This crate is distributed under the terms of the MPLv2 license. See the LICENSE file for details. More relaxed licensing (Apache, MIT, BSD...) may also be negociated, in exchange of a financial contribution. Contact me for details at knights_of_ni AT gmx DOTCOM.