-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Speed up a few tests #1996
Speed up a few tests #1996
Conversation
co-authored-by: Misty Wahl <[email protected]>
co-authored-by: Misty Wahl <[email protected]>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #1996 +/- ##
==========================================
- Coverage 98.36% 98.27% -0.09%
==========================================
Files 83 86 +3
Lines 3982 4065 +83
==========================================
+ Hits 3917 3995 +78
- Misses 65 70 +5 ☔ View full report in Codecov by Sentry. |
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.
I am surprised to see how a few small changes are enough to get such a significant speed up. But it works!
Docs build failure is not actually a failure. Looks like it just took a really long time to build. Going forward with merge. |
⚡️Great result @natestemen ⚡️! |
Description
As part of #1427 we are trying to speed up tests by removing unnecessary or redundant workloads.
On my machine this brought execution time of
make test
down from 553s to 343s!Reviewer notes
This PR is likely best reviewed commit by commit. Further work needs to be done, but good to make progress over time.
Assigning Nathan + Andrea since Misty and I both worked on this.