kou commented on PR #41716:
URL: https://github.com/apache/arrow/pull/41716#issuecomment-2119357393
Can we measure how much `-DARROW_BUILD_OPENMP_BENCHMARKS=ON` increases CI
time?
The following change will enable the benchmark on "C++ / AMD64 Conda C++
AVX2":
```diff
diff --git a/docker-compose.yml b/docker-compose.yml
index a1d8f60a26..0c9784cc0d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -285,6 +285,7 @@ services:
environment:
<<: [*common, *ccache, *sccache, *cpp]
ARROW_BUILD_BENCHMARKS: "ON"
+ ARROW_BUILD_OPENMP_BENCHMARKS: "ON"
ARROW_BUILD_EXAMPLES: "ON"
ARROW_ENABLE_TIMING_TESTS: # inherit
ARROW_EXTRA_ERROR_CONTEXT: "ON"
```
--
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]