pubgrub-rs / pubgrub

PubGrub version solving algorithm implemented in Rust
https://pubgrub-rs.github.io/pubgrub/pubgrub/
Mozilla Public License 2.0
337 stars 30 forks source link

Update criterion or replace it #165

Closed Eh2406 closed 5 months ago

Eh2406 commented 7 months ago

We are on an outdated version of criterion, we should update to the latest version. Although while were at it, Criterion has not been a great fit. Criterion is really designed for micro-benchmarks and artist tend to be macro benchmarks. Are there other tools/libraries we should use?