Skip to content

Commit 05a73b7

Browse files
committed
u
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 3c153b9 commit 05a73b7

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)