Skip to content

Commit e35cfd1

Browse files
committed
f
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 2c901e6 commit e35cfd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex/benches/single_encoding_throughput.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ fn bench_delta_compress_u32(bencher: Bencher) {
154154
with_byte_counter(bencher, NUM_VALUES * 4)
155155
.with_inputs(|| (&uint_array, SESSION.create_execution_ctx()))
156156
.bench_refs(|(a, ctx)| {
157-
let (_bases, _deltas) = delta_compress(*a, ctx).unwrap();
157+
let (_bases, _deltas) = delta_compress(a, ctx).unwrap();
158158
DeltaData::try_new(0).unwrap()
159159
});
160160
}

0 commit comments

Comments
 (0)