You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
authors = ["bluss", "The Rust Project Developers"]
name = "bencher"
version = "0.1.5"
license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/bencher/"
documentation = "https://docs.rs/bencher/"
description = "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 (caveat: black_box is still missing!)."