Commits


Felipe Oliveira Carvalho authored and GitHub committed 2e36cf5832e
GH-36255: [C++] Add benchmarks for "if_else" kernel on lists (#36256) ### Rationale for this change "if_else" kernels kernels with list input can have their perf improved at the cost of code specialization. I'm working on this problem and would like to introduce benchmarks that measure how it behaves currently. ### What changes are included in this PR? Only the new benchmarks and addition of `items_per_second` metric on the others. ### Are these changes tested? By running the benchmarks. ### Are there any user-facing changes? No. * Closes: #36255 Authored-by: Felipe Oliveira Carvalho <felipekde@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>