-
Notifications
You must be signed in to change notification settings - Fork 118
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
Use a shortcut for globals to reduce time #2909
Conversation
This comment has been minimized.
This comment has been minimized.
Quality Gate passedIssues Measures |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✔️ 7717ba3 -> Azure artifacts URL |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✔️ 1d48abc -> Azure artifacts URL |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2909 +/- ##
==========================================
- Coverage 67.22% 67.22% -0.01%
==========================================
Files 569 569
Lines 104694 104714 +20
==========================================
+ Hits 70381 70390 +9
- Misses 34313 34324 +11 ☔ 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.
From my side this looks very good and it seems ModelDB CI is passing too.
There's one question about bbcore_{read,write}
: do those ever need to access thread variables?
Maybe @pramodk or @nrnhines want to try if the combined effect of this PR and #2914 solves the performance issue reported in #2787.
|
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
(questions were already clarified offline)
No description provided.