You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/06 17:27:41 UTC

[GitHub] [arrow] lidavidm commented on a diff in pull request #13314: ARROW-16716: [C++] Add Benchmarks for ProjectNode

lidavidm commented on code in PR #13314:
URL: https://github.com/apache/arrow/pull/13314#discussion_r890371447


##########
cpp/src/arrow/compute/exec/CMakeLists.txt:
##########
@@ -43,6 +43,8 @@ add_arrow_compute_test(util_test
 
 add_arrow_benchmark(expression_benchmark PREFIX "arrow-compute")
 
+add_arrow_benchmark(project_benchmark PREFIX "arrow-compute")

Review Comment:
   Practically everything is still under `arrow::compute` so I don't think it's a big deal. If/when we ever refactor the code structure we can fix it then.



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org