Skip to content
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

[REVIEW] Add benchmark build option to root build.sh #2786

Merged
merged 3 commits into from
Sep 12, 2019

Conversation

dillon-cullinan
Copy link
Contributor

Addresses: #2784

@@ -131,6 +137,7 @@ if (( ${NUMARGS} == 0 )) || hasArg libcudf; then
cd ${LIBCUDF_BUILD_DIR}
cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX} \
-DCMAKE_CXX11_ABI=ON \
-DBUILD_BENCHMARKS=${BENCHMARKS} \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to do with this approach or do you want a make bench cmake command(s) similar to tests?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ultimately something you described is ideal. I'm trying to get this integrated in a nightly Jenkins build today, so this is more of a bandaid patch to keep it easy to work with for now.

@codecov
Copy link

codecov bot commented Sep 12, 2019

Codecov Report

Merging #2786 into branch-0.10 will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.10    #2786      +/-   ##
===============================================
- Coverage        86.44%   86.43%   -0.01%     
===============================================
  Files               48       48              
  Lines             8857     8855       -2     
===============================================
- Hits              7656     7654       -2     
  Misses            1201     1201
Impacted Files Coverage Δ
python/cudf/cudf/core/column/column.py 86.58% <0%> (-0.04%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8102139...be0e09d. Read the comment docs.

Copy link
Contributor

@rlratzel rlratzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just one minor detail to keep things consistent.

build.sh Outdated Show resolved Hide resolved
@dillon-cullinan dillon-cullinan merged commit f94b0f7 into rapidsai:branch-0.10 Sep 12, 2019
@dillon-cullinan dillon-cullinan deleted the fea-build-bench branch March 30, 2021 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants