Skip to content

Commit

Permalink
fix bench import
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwmanning committed Jul 3, 2024
1 parent 9d65fc5 commit 05743cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benches/bitpacking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use std::mem::size_of;
use arrayref::{array_mut_ref, array_ref};
use criterion::{black_box, criterion_group, criterion_main, Criterion};
use fastlanes::BitPacking;
use seq_macro::seq;

fn pack(c: &mut Criterion) {
{
Expand Down

0 comments on commit 05743cd

Please sign in to comment.