MCPcopy 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

45mod 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_dataFunction · 0.50

Tested by

no test coverage detected