mkleen commented on code in PR #8963:
URL: https://github.com/apache/arrow-rs/pull/8963#discussion_r2597827363
##########
arrow/benches/zip_kernels.rs:
##########
@@ -224,6 +251,61 @@ fn bench_zip_input_on_all_masks(
}
}
+fn bench_zip_on_input_generator_for_scalars(
+ c: &mut Criterion,
+ input_generator: &impl InputGenerator,
+) {
+ bench_zip_on_input_generators_for_scalars(c, input_generator,
input_generator);
+}
+
+fn bench_zip_on_input_generators_for_scalars(
Review Comment:
These additional functions are used to benchmark only scalar combinations.
It also utilises different input generators to support cases such as
`string_view size 100 vs string_view size 10`.
--
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]