Docs.rs
criterion2-2.0.0
criterion2 2.0.0
Permalink
Docs.rs crate page
Apache-2.0 OR MIT
Links
Homepage
Repository
crates.io
Source
Owners
Boshen
Dependencies
anes ^0.2.0
normal
async-std ^1.13.0
normal
optional
bpaf ^0.9.15
normal
cast ^0.3
normal
ciborium ^0.2.2
normal
codspeed ^2.7.2
normal
optional
colored ^2.1.0
normal
optional
document-features ^0.2.10
normal
optional
futures ^0.3.31
normal
optional
num-traits ^0.2.19
normal
oorandom ^11.1.4
normal
rayon ^1.10
normal
optional
serde ^1.0.213
normal
serde_json ^1.0.132
normal
smol ^2.0.2
normal
optional
tokio ^1.41.0
normal
optional
walkdir ^2.5
normal
approx ^0.5.1
dev
futures ^0.3.31
dev
quickcheck ^1.0.3
dev
rand ^0.8.5
dev
tempfile ^3.13.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
criterion
2.0.0
criterion
Function
black_box
Copy item path
Source
pub fn black_box<T>(dummy: T) -> T
Expand description
Reexport of
std::hint::black_box
.