-
-
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
Combine executor jobs in FileResponse sendfile_fallback #10059
Conversation
There were two executor jobs right next to each other than could be combined to avoid a second context switch
CodSpeed Performance ReportMerging #10059 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #10059 +/- ##
=======================================
Coverage 98.75% 98.75%
=======================================
Files 121 121
Lines 36789 36789
Branches 4395 4394 -1
=======================================
+ Hits 36330 36332 +2
+ Misses 312 311 -1
+ Partials 147 146 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #10062 🤖 @patchback |
(cherry picked from commit aac6f74)
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10063 🤖 @patchback |
(cherry picked from commit aac6f74)
…onse sendfile_fallback (#10062) Co-authored-by: J. Nick Koston <[email protected]>
…onse sendfile_fallback (#10063) Co-authored-by: J. Nick Koston <[email protected]>
There were two executor jobs right next to each other than could be combined to avoid a the overhead of second context
switch