-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[PR #9822/249df6e backport][3.11] Improve performance of the access logger when its disabled #9828
[PR #9822/249df6e backport][3.11] Improve performance of the access logger when its disabled #9828
Conversation
(cherry picked from commit 249df6e)
CodSpeed Performance ReportMerging #9828 will not alter performanceComparing Summary
|
That import time test is still flakey FAILED tests/test_imports.py::test_import_time - assert 257 < 250 |
Still looks like 3.12+ as well. Do you think codspeed could handle an import time test? Would be more reliable if we can move it to there instead of CI workers. |
It won't work with codspeed because we have to spawn a subprocess. I suspect we have an actual problem to fix as a result of a change of some dep that has pushed it over the edge. |
I don't see any module that is specific or opportunities to optimize. It looks like we are simply on the edge of the number and its time to bump it up |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## 3.11 #9828 +/- ##
=======================================
Coverage 97.97% 97.98%
=======================================
Files 119 119
Lines 36170 36191 +21
Branches 4334 4336 +2
=======================================
+ Hits 35439 35461 +22
Misses 546 546
+ Partials 185 184 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
(cherry picked from commit 249df6e)