Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
132
pub fn bench_data() -> Vec<Data> {
133
random_data(crate::limit_bench_miri(1000))
134
}
135
136
#[cfg(any(feature =
"derive"
, feature =
"serde"
))]
137
macro_rules! bench {
Callers
6
bench_bincode_serialize
Function · 0.70
bench_bincode_deserialize
Function · 0.70
bench_bitcode_encode
Function · 0.70
bench_bitcode_decode
Function · 0.70
bench_bitcode_serialize
Function · 0.70
bench_bitcode_deserialize
Function · 0.70
Calls
2
limit_bench_miri
Function · 0.85
random_data
Function · 0.70
Tested by
no test coverage detected