Commits
Click on a commit to change the comparison range:arrow_up: Bump criterion from 0.5.1 to 0.7.0
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.5.1 to 0.7.0.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.5.1...0.7.0)
No need to use the criterion.rs fork set at f07ae721237c5ab107d0b5429f8fa349cd16a072/#27, because the original error `assertion failed: slice.len() > 1 && slice.iter().all(|x| !x.is_nan())` can been fixed by setting nresamples to 2, yeah I know right! :construction_worker: Run criterion benchmarks on CI with cargo-codspeed
Use codspeed-criterion-compat crate inplace of criterion, and setup CI job to run the Rust benchmarks! :green_heart: Run on ghcr.io/osgeo/gdal:ubuntu-small-3.11.5 container
And bump to georust/gdal version with GDAL 3.11 bindings.36 minutes ago
by weiji14