-
Notifications
You must be signed in to change notification settings - Fork 27
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
⬆️ pyinstrument upgrade, removed pin from webserver #5271
⬆️ pyinstrument upgrade, removed pin from webserver #5271
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5271 +/- ##
========================================
- Coverage 87.2% 86.7% -0.6%
========================================
Files 1308 1042 -266
Lines 53564 44893 -8671
Branches 1170 607 -563
========================================
- Hits 46755 38953 -7802
+ Misses 6560 5799 -761
+ Partials 249 141 -108
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
thx!
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
What do these changes do?
Since
pyinstrument
is not used to track await calls,async_mode
can be disabled.Only one instance of the profiler will be used from now on.
Highlights on updated libraries (only updated libraries are included)
Legend:
Repo-wide overview of libraries
Related issue/s
How to test
Dev Checklist
DevOps Checklist