mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-14 17:45:02 +01:00
optimize
This commit is contained in:
parent
46aa19c61c
commit
072462c698
4 changed files with 85 additions and 7 deletions
|
|
@ -122,7 +122,7 @@ macro_rules! benchmarks {
|
|||
#[macro_export]
|
||||
macro_rules! _bench_sample_count {
|
||||
(;$($tt:tt)*) => {
|
||||
#[::divan::bench(sample_count = 5000)]
|
||||
#[::divan::bench(sample_count = 10000)]
|
||||
$($tt)*
|
||||
};
|
||||
($sample_count:expr; $($tt:tt)*) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue