This commit is contained in:
nora 2023-12-09 15:03:04 +01:00
parent 46aa19c61c
commit 072462c698
4 changed files with 85 additions and 7 deletions

View file

@ -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)*) => {