Open
Description
Replacing divan
with codspeed-divan-compat
results in:
error[E0432]: unresolved import `divan::counter`: bench(bench), skyscraper(test)
--> skyscraper/benches/bench.rs:3:13
|
3 | divan::{counter::ItemsCount, Bencher},
| ^^^^^^^ could not find `counter` in `divan`
error[E0433]: failed to resolve: could not find `bench_group` in `divan`
--> skyscraper/benches/bench.rs:172:10
|
172 | #[divan::bench_group]
| ^^^^^^^^^^^ could not find `bench_group` in `divan`
despite documentation for these crates saying they should exist.