Skip to content

Missing Divan counter and bench_group #96

Open
@recmo

Description

@recmo

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions