Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ bench_data
Function
bench_data
src/int.rs:141–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
}
140
141
fn bench_data() -> Vec<u16> {
142
crate::random_data(1000)
143
}
144
crate::bench_encode_decode!(u16_vec: Vec<_>);
145
}
146
Callers
nothing calls this directly
Calls
2
random_data
Function · 0.70
collect
Method · 0.45
Tested by
no test coverage detected