-
-
Notifications
You must be signed in to change notification settings - Fork 112
add codspeed for continuous benchmarking #1031
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CodSpeed Performance ReportCongrats! CodSpeed is installed 🎉
You will start to see performance impacts in the reports once the benchmarks are run from your default branch.
|
| cmake -DADA_TESTING=ON -DADA_BENCHMARKS=ON -DCODSPEED_MODE=simulation -G Ninja -B build | ||
| cmake --build build -j | ||
| env: | ||
| CXX: g++-12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use something a little bit more up to date? like 15/14?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's actually failing with more up to date versions, it doesn't find them:
-- The C compiler identification is GNU 13.3.0
CMake Error at /usr/local/share/cmake-3.31/Modules/CMakeDetermineCXXCompiler.cmake:48 (message):
Could not find compiler set in environment variable CXX:
clang++-15.
Call Stack (most recent call first):
CMakeLists.txt:3 (project)
No description provided.