Skip to content

Commit 30e42d5

Browse files
committed
chore: bench drop small input sizes
This is to only keep benchmarks which are stable across runs Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent b1ab304 commit 30e42d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-buffer/benches/vortex_bitbuffer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl FromIterator<bool> for Arrow<BooleanBuffer> {
2424
}
2525
}
2626

27-
const INPUT_SIZE: &[usize] = &[128, 1024, 2048, 16_384, 65_536];
27+
const INPUT_SIZE: &[usize] = &[2048, 16_384, 65_536];
2828

2929
#[inline]
3030
fn true_count_pattern(i: usize) -> bool {

0 commit comments

Comments
 (0)