#benchmark #testing #multi-threading

testbench

Testing and benchmarking tools for concurrent Rust code

18 releases (2 stable)

new 1.0.1 May 4, 2025
1.0.0 Aug 15, 2022
0.9.0 Aug 10, 2022
0.8.0 Jan 16, 2021
0.3.1 Jun 25, 2017

#200 in Concurrency

Download history 25/week @ 2025-01-08 33/week @ 2025-01-22 2/week @ 2025-01-29 29/week @ 2025-02-05 41/week @ 2025-02-12 2/week @ 2025-02-19 22/week @ 2025-02-26 2/week @ 2025-03-05 19/week @ 2025-03-26 27/week @ 2025-04-09 30/week @ 2025-04-23

58 downloads per month
Used in 3 crates

MPL-2.0 license

27KB
334 lines

Testing & benchmarking tools for concurrent Rust code

MPLv2 licensed On crates.io On docs.rs Continuous Integration Requires rustc 1.63.0+

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.

No runtime deps