-
-
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
DO NOT MERGE #10129
DO NOT MERGE #10129
Conversation
…a in the stream reader twice (#10090) Co-authored-by: J. Nick Koston <[email protected]>
…a in the stream reader twice (#10091) Co-authored-by: J. Nick Koston <[email protected]>
…base url (#10094) **This is a backport of PR #10074 as merged into master (f733258).** Co-authored-by: vivodi <[email protected]>
…nse (#10098) **This is a backport of PR #10095 as merged into master (fcce1bf).** We didn't have any benchmarks for file responses. From the benchmarks it turns out most of the time is creating and processing the executor jobs. If we combine the stat into a job that returns the open fileobj it will likely be faster and solve #8013 Co-authored-by: J. Nick Koston <[email protected]>
…nse (#10097) **This is a backport of PR #10095 as merged into master (fcce1bf).** We didn't have any benchmarks for file responses. From the benchmarks it turns out most of the time is creating and processing the executor jobs. If we combine the stat into a job that returns the open fileobj it will likely be faster and solve #8013 Co-authored-by: J. Nick Koston <[email protected]>
…pe` for paths with Python 3.13 (#10103) Co-authored-by: J. Nick Koston <[email protected]>
…pe` for paths with Python 3.13 (#10104) Co-authored-by: J. Nick Koston <[email protected]>
…e is replaced during `prepare` (#10105) Co-authored-by: J. Nick Koston <[email protected]> fixes #8013
…e is replaced during `prepare` (#10106) Co-authored-by: J. Nick Koston <[email protected]> fixes #8013
…in `FileResponse` (#10108) Co-authored-by: J. Nick Koston <[email protected]>
…in `FileResponse` (#10109) Co-authored-by: J. Nick Koston <[email protected]>
#10115) Co-authored-by: J. Nick Koston <[email protected]>
#10116) Co-authored-by: J. Nick Koston <[email protected]>
…ing `FileResponse` replace race (#10118)
…ing `FileResponse` replace race (#10117)
…`StreamWriter`` (#10126) Co-authored-by: J. Nick Koston <[email protected]>
…`StreamWriter`` (#10127) Co-authored-by: J. Nick Koston <[email protected]>
CodSpeed Performance ReportMerging #10129 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 #10129 +/- ##
=======================================
Coverage 98.74% 98.74%
=======================================
Files 122 122
Lines 36956 36956
Branches 4411 4411
=======================================
Hits 36494 36494
Misses 315 315
Partials 147 147
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.