Skip to content

Commit cb639f1

Browse files
chore(divan_compat): add bench_group to unsupported features
1 parent d7fb152 commit cb639f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/divan_compat/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@ Finished running 1 benchmark suite(s)
7777

7878
### Not supported:
7979

80-
- `divan::bench(const = xxx)`: we do not support this feature yet, if you need it don't hesitate to create an issue.
81-
- `divan::bench(crate = xxx)`: due to how the compatibility layer works internally, we do not plan to support this feature.
80+
- [`divan::bench(crate = xxx)`](https://docs.rs/divan/latest/divan/attr.bench.html#crate): due to how the compatibility layer works internally, we do not plan to support this feature.
81+
- [`divan::bench(consts = xxx)`](https://docs.rs/divan/latest/divan/attr.bench.html#consts): we do not support this feature yet, if you need it don't hesitate to create an issue.
82+
- [`divan::bench_group`](https://docs.rs/divan/latest/divan/attr.bench_group.html): we do not support benchmark grouping this feature yet, if you need it don't hesitate to create an issue.

0 commit comments

Comments
 (0)