MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / bench_data

Function bench_data

src/benches.rs:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132pub fn bench_data() -> Vec<Data> {
133 random_data(crate::limit_bench_miri(1000))
134}
135
136#[cfg(any(feature = "derive", feature = "serde"))]
137macro_rules! bench {

Callers 6

bench_bincode_serializeFunction · 0.70
bench_bitcode_encodeFunction · 0.70
bench_bitcode_decodeFunction · 0.70
bench_bitcode_serializeFunction · 0.70

Calls 2

limit_bench_miriFunction · 0.85
random_dataFunction · 0.70

Tested by

no test coverage detected