alamb commented on code in PR #10236:
URL: https://github.com/apache/arrow-rs/pull/10236#discussion_r3538870343


##########
arrow/benches/filter_kernels.rs:
##########
@@ -295,6 +298,407 @@ fn add_benchmark(c: &mut Criterion) {
     c.bench_function("filter run array low selectivity (kept 1/1024)", |b| {
         b.iter(|| bench_built_filter(&sparse_filter, &data_array))
     });
+

Review Comment:
   this more than doubles the size of this benchmark. Do we need them all?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to