more optimization

This commit is contained in:
nora 2023-12-03 15:45:33 +01:00
parent 485b24b202
commit d47ca1f175
3 changed files with 114 additions and 4 deletions

View file

@ -104,7 +104,7 @@ macro_rules! construct_variants {
#[macro_export]
macro_rules! benchmarks {
() => {
#[::divan::bench_group(sample_count = 1_000)]
#[::divan::bench_group(sample_count = 10_000)]
mod bench {
mod part1 {
part1_variants! { _define_benchmarks }