mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-14 17:45:02 +01:00
more optimization
This commit is contained in:
parent
485b24b202
commit
d47ca1f175
3 changed files with 114 additions and 4 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue