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

Function bench_data

src/derive/option.rs:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121mod tests {
122 #[rustfmt::skip]
123 fn bench_data() -> Vec<Option<(u64, u32, u8, i32, u64, u32, u8, i32, u64, (u32, u8, i32, u64, u32, u8, i32))>> {
124 crate::random_data(1000)
125 }
126 crate::bench_encode_decode!(option_vec: Vec<_>);
127}
128

Callers

nothing calls this directly

Calls 1

random_dataFunction · 0.50

Tested by

no test coverage detected