felipecrv commented on code in PR #34811:
URL: https://github.com/apache/arrow/pull/34811#discussion_r1154815968
##########
cpp/src/arrow/compute/kernels/vector_sort_benchmark.cc:
##########
@@ -154,6 +222,12 @@ static void
ChunkedArraySortIndicesInt64Wide(benchmark::State& state) {
ChunkedArraySortFuncInt64Benchmark(state, SortRunner(state), min, max);
}
+static void ChunkedArraySortIndicesString(benchmark::State& state) {
+ const auto min_length = 0;
+ const auto max_length = 32;
Review Comment:
I just got this from @WillAyd code in #15041 :D
But sure, I will create different versions. What would be a wide string
range and a narrow string range in terms of constants?
--
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]