wesm commented on a change in pull request #7593:
URL: https://github.com/apache/arrow/pull/7593#discussion_r449553297



##########
File path: cpp/src/arrow/compute/kernels/scalar_string_benchmark.cc
##########
@@ -56,6 +57,11 @@ static void AsciiUpper(benchmark::State& state) {
   UnaryStringBenchmark(state, "ascii_upper");
 }
 
+static void BinaryContainsExact(benchmark::State& state) {
+  BinaryContainsExactOptions options("abac");
+  UnaryStringBenchmark(state, "contains_exact", &options);

Review comment:
       Looks like one rename missed here




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

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


Reply via email to