-
Notifications
You must be signed in to change notification settings - Fork 89
Changed per-pipeline timings to store as a float #4160
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4160 +/- ##
=======================================
- Coverage 99.7% 99.7% -0.0%
=======================================
Files 349 349
Lines 37781 37777 -4
=======================================
- Hits 37664 37660 -4
Misses 117 117
|
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
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.
Looks great! One request before approval - could you replace elapsed_time = time_elapsed(self.progress.start_time)
(line 1170) as well? It'd keep things more consistent.
Resolves #4162