Docs.rs
criterion2-0.11.0
criterion2 0.11.0
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.12
normal
optional
bpaf ^0.9.12
normal
cast ^0.3
normal
ciborium ^0.2.2
normal
codspeed ^2.6.0
normal
optional
colored ^2.1.0
normal
optional
document-features ^0.2.8
normal
optional
futures ^0.3.30
normal
optional
num-traits ^0.2.19
normal
oorandom ^11.1.3
normal
rayon ^1.10
normal
optional
serde ^1.0.203
normal
serde_json ^1.0.117
normal
smol ^2.0
normal
optional
tokio ^1.38.0
normal
optional
walkdir ^2.5
normal
approx ^0.5.1
dev
futures ^0.3.30
dev
quickcheck ^1.0.3
dev
rand ^0.8.5
dev
tempfile ^3.10.1
dev
Versions
100%
of the crate is documented
Go to latest version
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
0.11.0
Function
criterion
::
black_box
Copy item path
source
ยท
[
−
]
pub fn black_box<T>(dummy: T) -> T
Expand description
Reexport of
std::hint::black_box
.