#dev #linear-interpolation #median

archived nightly libtest

Rust's built in unit-test and micro-benchmarking framework

1 unstable release

0.0.1 Mar 3, 2019
Download history 10/week @ 2023-07-29 11/week @ 2023-08-05 15/week @ 2023-08-12 10/week @ 2023-08-19 11/week @ 2023-08-26 13/week @ 2023-09-02 14/week @ 2023-09-09 12/week @ 2023-09-16 11/week @ 2023-09-23 15/week @ 2023-09-30 15/week @ 2023-10-07 14/week @ 2023-10-14 11/week @ 2023-10-21 15/week @ 2023-10-28 11/week @ 2023-11-04 12/week @ 2023-11-11

51 downloads per month
Used in tarpc-bincode-transport

MIT/Apache

190KB
4.5K SLoC

Support code for rustc's built in unit-test and micro-benchmarking framework.

Almost all user code will only be interested in Bencher and black_box. All other interactions (such as writing tests and benchmarks themselves) should be done via the #[test] and #[bench] attributes.

See the Testing Chapter of the book for more details.

Dependencies

~140KB