Update benchmark parameters for rs-decode. (#930)

This commit is contained in:
Álex 2024-12-09 14:55:46 +01:00 committed by GitHub
parent 59726d0cc3
commit 3ca1d9531b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ fn rs_encode(bencher: Bencher, size: usize) {
})
}
#[divan::bench(args = [3224], sample_size = 10, sample_count = 100)]
#[divan::bench(args = [16399, 32798, 65565, 131099, 262167, 524241, 1048606], sample_size = 10, sample_count = 100)]
fn rs_decode(bencher: Bencher, size: usize) {
bencher
.with_inputs(move || {