-
Notifications
You must be signed in to change notification settings - Fork 2.2k
refactor: RAII for pods #3474
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
refactor: RAII for pods #3474
Conversation
Will most likely not work for |
Codecov Report
@@ Coverage Diff @@
## master #3474 +/- ##
==========================================
+ Coverage 89.19% 89.57% +0.38%
==========================================
Files 151 152 +1
Lines 11243 11262 +19
==========================================
+ Hits 10028 10088 +60
+ Misses 1215 1174 -41
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
938d141
to
e5c344e
Compare
24ee93f
to
5dd70cf
Compare
d49f382
to
094e217
Compare
Changes introduced
Pod
is initialized, all its internal components must be initialized, and then entering context is delegated atstart
time.This is needed to refactor in a nice manner the plotting of Plots #3445