Skip to content

Commit 6c248bb

Browse files
committed
Merge remote-tracking branch 'origin/develop' into codex/cast-bitpacked-pushdown-on-benchmark
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk> # Conflicts: # encodings/fastlanes/benches/cast_bitpacked.rs
2 parents 468cc1c + dba7935 commit 6c248bb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

encodings/fastlanes/benches/cast_bitpacked.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ const U32: DType = DType::Primitive(PType::U32, Nullability::NonNullable);
4848
const ARGS: &[(usize, usize, f64)] = &[
4949
(65_536, 1, 0.00),
5050
(65_536, 1, 0.01),
51-
(65_536, 16, 0.00),
52-
(65_536, 16, 0.01),
53-
(1_048_576, 1, 0.00),
54-
(1_048_576, 1, 0.01),
51+
(65_536, 4, 0.00),
52+
(65_536, 4, 0.01),
53+
(262_144, 1, 0.00),
54+
(262_144, 1, 0.01),
5555
];
5656

5757
/// Build a single bit-packed `u16` chunk. Most values fit in `bit_width` bits; `fraction_patched`

0 commit comments

Comments
 (0)