bitshifter / mathbench-rs

Comparing performance of Rust math libraries for common 3D game and graphics tasks
Other
197 stars 16 forks source link

Always show batch size in wide benchmarks #27

Closed bitshifter closed 4 years ago

bitshifter commented 4 years ago

Also name glam as glam_f32x1 in wide benchmarks to hopefully make it clearer that this is scalar for comparison.

I still need to add a bit more info to the README about running these benchmarks.