-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
chore: print test runtime #17770
chore: print test runtime #17770
Conversation
Codecov Report
@@ Coverage Diff @@
## master #17770 +/- ##
==========================================
- Coverage 67.71% 67.59% -0.12%
==========================================
Files 1605 1605
Lines 64200 64200
Branches 6790 6790
==========================================
- Hits 43476 43399 -77
- Misses 18868 18945 +77
Partials 1856 1856
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
LGTM. It's really useful info for debugging slow test cases.
This reverts commit b82d701d65f97ba617c4fc89e0ff56eee74885f2.
1b9c254
to
accf29c
Compare
* Print test runtime * revert me * duration for unit tests as well * Revert "revert me" This reverts commit b82d701d65f97ba617c4fc89e0ff56eee74885f2. Co-authored-by: Bogdan Kyryliuk <bogdankyryliuk@dropbox.com>
* Print test runtime * revert me * duration for unit tests as well * Revert "revert me" This reverts commit b82d701d65f97ba617c4fc89e0ff56eee74885f2. Co-authored-by: Bogdan Kyryliuk <bogdankyryliuk@dropbox.com>
SUMMARY
Print python test runtime
E.g.