-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add benchmarks for web middleware #9885
Conversation
CodSpeed Performance ReportMerging #9885 will not alter performanceComparing Summary
Benchmarks breakdown
|
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 #9885 +/- ##
=======================================
Coverage 98.71% 98.71%
=======================================
Files 118 119 +1
Lines 36347 36371 +24
Branches 4317 4320 +3
=======================================
+ Hits 35879 35903 +24
Misses 315 315
Partials 153 153
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.10: 💚 backport PR created✅ Backport PR branch: Backported as #9888 🤖 @patchback |
(cherry picked from commit 76b0d73)
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #9889 🤖 @patchback |
(cherry picked from commit 76b0d73)
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #9890 🤖 @patchback |
(cherry picked from commit 76b0d73)
…9890) Co-authored-by: J. Nick Koston <[email protected]>
…9889) Co-authored-by: J. Nick Koston <[email protected]>
…9888) Co-authored-by: J. Nick Koston <[email protected]>
We didn't have any benchmarks that use Middleware, and since we have had some significant slow downs in the past using middleware, we should keep track of this.