We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ab304 commit 30e42d5Copy full SHA for 30e42d5
1 file changed
vortex-buffer/benches/vortex_bitbuffer.rs
@@ -24,7 +24,7 @@ impl FromIterator<bool> for Arrow<BooleanBuffer> {
24
}
25
26
27
-const INPUT_SIZE: &[usize] = &[128, 1024, 2048, 16_384, 65_536];
+const INPUT_SIZE: &[usize] = &[2048, 16_384, 65_536];
28
29
#[inline]
30
fn true_count_pattern(i: usize) -> bool {
0 commit comments