Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcasale committed May 20, 2024
1 parent d6db338 commit 170e2a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vortex-array/benches/compare_arrays.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use vortex::array::bool::BoolArray;
use vortex::IntoArray;
use vortex_error::VortexError;
use vortex_expr::operators::Operator;
// use crate::array::bool::BoolArray;

fn filter_bool_indices(c: &mut Criterion) {
let mut group = c.benchmark_group("compare_arrays");
Expand Down

0 comments on commit 170e2a4

Please sign in to comment.