-
Notifications
You must be signed in to change notification settings - Fork 304
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
C++ benchmarking for additional algorithms #1762
C++ benchmarking for additional algorithms #1762
Conversation
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.
This looks good, thank you. I think the new name expresses the intent better and the comments will prevent surprises to future maintainers. 👍
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #1762 +/- ##
===============================================
Coverage ? 59.72%
===============================================
Files ? 77
Lines ? 3521
Branches ? 0
===============================================
Hits ? 2103
Misses ? 1418
Partials ? 0 Continue to review full report at Codecov.
|
…mand line arguments to override R-mat scale & edge_factor
rerun tests |
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.
Minor comments
// iterations for perf tests | ||
|
||
// enabled by command line parameter '--perf-iters" |
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.
This comment is no longer true, correct? Probably should at least delete the comment if we want to leave in the run 5 times
logic.
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.
Correct, and done.
@gpucibot merge |
Apply the updates in PR #1755 (for MG PageRank) to
MG: Katz Centrality, BFS, SSSP, WCC, and primitive tests
SG: PageRank, Katz Centrality, BFS, SSSP, and WCC tests
@ChuckHastings I will defer Louvain test updates to you :-) once Louvain tests get updated to take R-mat graphs.