svenstaro / bvh

A fast BVH using SAH in rust
https://docs.rs/bvh
MIT License
225 stars 37 forks source link

Change benchmarks to either criterion or divan #104

Open svenstaro opened 3 months ago

svenstaro commented 3 months ago

The current benchmarks need nightly and they are kind of primitive. Using criterion or divan would be much better.