Jo2234 commented on code in PR #10368:
URL: https://github.com/apache/arrow-rs/pull/10368#discussion_r3694595450


##########
arrow/benches/zip_kernels.rs:
##########
@@ -236,6 +241,26 @@ fn bench_zip_on_input_generator(c: &mut Criterion, 
input_generator: &impl InputG
         &array_2_10pct_nulls,
     );
 
+    for (mask_description, mask) in &masks {

Review Comment:
   Agreed — I removed the direct `array_vs_array_interleave` benchmark loop in 
709a774a. I retained only the contiguous `true_then_false` case in the existing 
matrix because it exercises the non-dispatch baseline. The arrow-select tests 
and both Clippy targets pass.



-- 
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