Skip to content

Commit

Permalink
Change bench
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Jul 22, 2022
1 parent f9a9f71 commit db3094a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitpacking_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fn criterion_benchmark_bitpacker<TBitPacker: BitPacker + 'static>(
bitpacker: TBitPacker,
criterion: &mut Criterion,
) {
for &num_bit in [1u8, 15u8, 31u8].iter() {
for &num_bit in [1u8, 2u8, 24u8, 31u8].iter() {
let num_bits = [num_bit; NUM_BLOCKS];
criterion.bench(
name,
Expand Down

0 comments on commit db3094a

Please sign in to comment.