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

Fix recorded time in merge benchmark #1028

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

wence-
Copy link
Contributor

@wence- wence- commented Oct 31, 2022

With the merge of #994 I accidentally changed the recorded time in the merge benchmark for the explicit-comms case. Since explicit-comms is eager, we must time the entire operation, not just wait(result.persist()).

With the merge of rapidsai#994 I accidentally changed the recorded time in the
merge benchmark for the explicit-comms case. Since explicit-comms is
eager, we must time the entire operation, not just
`wait(result.persist())`.
@wence- wence- requested a review from a team as a code owner October 31, 2022 14:08
@github-actions github-actions bot added the python python code needed label Oct 31, 2022
@madsbk madsbk added bug Something isn't working non-breaking Non-breaking change labels Oct 31, 2022
Copy link
Member

@madsbk madsbk left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @wence-

@wence-
Copy link
Contributor Author

wence- commented Oct 31, 2022

@gpucibot merge

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.12@40bbfed). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head 1cf970b differs from pull request most recent head b0fc926. Consider uploading reports for the commit b0fc926 to get more accurate results

Additional details and impacted files
@@              Coverage Diff               @@
##             branch-22.12   #1028   +/-   ##
==============================================
  Coverage                ?   0.00%           
==============================================
  Files                   ?      17           
  Lines                   ?    2216           
  Branches                ?       0           
==============================================
  Hits                    ?       0           
  Misses                  ?    2216           
  Partials                ?       0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rapids-bot rapids-bot bot merged commit 3e5a19b into rapidsai:branch-22.12 Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change python python code needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants