Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoftbearStudios/bitcode
/ bench_data
Function
bench_data
src/ext/glam.rs:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
mod tests {
46
use glam::Vec2;
47
fn bench_data() -> Vec<Vec2> {
48
crate::random_data(1000)
49
}
50
crate::bench_encode_decode!(vec2_vec: Vec<_>);
51
}
Callers
nothing calls this directly
Calls
1
random_data
Function · 0.50
Tested by
no test coverage detected