Skip to content

Commit 1c3c742

Browse files
authored
chore: expand runend decompress benchmarks (#4228)
Signed-off-by: Alexander Droste <[email protected]>
1 parent 3e893ed commit 1c3c742

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

encodings/runend/benches/run_end_compress.rs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ const BENCH_ARGS: &[(usize, usize)] = &[
2626
(10_000, 4),
2727
(10_000, 16),
2828
(10_000, 256),
29+
(10_000, 1024),
30+
(100_000, 4),
31+
(100_000, 16),
32+
(100_000, 256),
33+
(100_000, 1024),
34+
(100_000, 4096),
35+
(1_000_000, 4),
36+
(1_000_000, 16),
37+
(1_000_000, 256),
38+
(1_000_000, 1024),
39+
(1_000_000, 4096),
40+
(1_000_000, 8192),
2941
];
3042

3143
#[divan::bench(args = BENCH_ARGS)]

0 commit comments

Comments
 (0)