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

add run_benchmarks target for running benchmarks with json output #9879

Merged

Conversation

karthikeyann
Copy link
Contributor

closes #2784
Adds run_benchmarks target for running benchmarks with json output

You can run all benchmarks with make run_benchmarks or ninja run_benchmarks
json will be stored in benchmarks/results/*.json
The benchmark stdout will still print.

@karthikeyann karthikeyann added feature request New feature or request 3 - Ready for Review Ready for review by team CMake CMake build issue non-breaking Non-breaking change labels Dec 9, 2021
@karthikeyann karthikeyann requested a review from a team as a code owner December 9, 2021 18:30
@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Dec 9, 2021
@karthikeyann
Copy link
Contributor Author

rerun tests

@karthikeyann karthikeyann added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Dec 10, 2021
@codecov
Copy link

codecov bot commented Dec 10, 2021

Codecov Report

Merging #9879 (1ff7611) into branch-22.02 (967a333) will decrease coverage by 0.06%.
The diff coverage is 5.07%.

Impacted file tree graph

@@               Coverage Diff                @@
##           branch-22.02    #9879      +/-   ##
================================================
- Coverage         10.49%   10.42%   -0.07%     
================================================
  Files               119      119              
  Lines             20305    20470     +165     
================================================
+ Hits               2130     2134       +4     
- Misses            18175    18336     +161     
Impacted Files Coverage Δ
python/cudf/cudf/__init__.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/_base_index.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/column/column.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/column/string.py 0.00% <ø> (ø)
python/cudf/cudf/core/dataframe.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/frame.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/groupby/groupby.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/index.py 0.00% <ø> (ø)
python/cudf/cudf/core/indexed_frame.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/multiindex.py 0.00% <0.00%> (ø)
... and 12 more

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 8e5b23c...1ff7611. Read the comment docs.

@karthikeyann
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit b545df4 into rapidsai:branch-22.02 Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge CMake CMake build issue feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Compile/Run All Benchmarks
3 participants