Skip to content

Commit 90d8b4a

Browse files
committed
fix
Signed-off-by: Andrew Duffy <[email protected]>
1 parent 5fc6745 commit 90d8b4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

encodings/zstd/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ vortex-array = { workspace = true, features = ["test-harness"] }
3636

3737
[[bench]]
3838
name = "listview_rebuild"
39-
path = "benches/listiew_rebuild.rs"
40-
harness = false
39+
harness = false

encodings/zstd/benches/listiew_rebuild.rs renamed to encodings/zstd/benches/listview_rebuild.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// SPDX-License-Identifier: Apache-2.0
22
// SPDX-FileCopyrightText: Copyright the Vortex contributors
33

4+
#![allow(clippy::unwrap_used)]
5+
46
use divan::Bencher;
57
use vortex_array::IntoArray;
68
use vortex_array::arrays::{ListViewArray, ListViewRebuildMode, VarBinViewArray};

0 commit comments

Comments
 (0)