Skip to content

Commit

Permalink
Fix bench compile
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Mar 6, 2024
1 parent df59a63 commit 0e9a572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bench-vortex/benches/compress_benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fn download_taxi_data() -> &'static Path {
fn compress(array: ArrayRef) -> usize {
CompressCtx::default()
.compress(array.as_ref(), None)
.unwrap()
.nbytes()
}

Expand Down

0 comments on commit 0e9a572

Please sign in to comment.