You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PR #9935/0c312496 backport][3.11] Add benchmark for routing sub_applications (#9937)
**This is a backport of PR #9935 as merged into master
(0c31249).**
Router should be optimized for handling 2 kind of prefix resources
(sub_apps and static files are handled equally now):
1. sub_apps are placed under non-overlapped top-level single-segment
prefixed. `test_resolve_gitapi_subapps` benchmark test this case
already.
2. sub_apps shares the same prefix segments, e.g.
`/api/manager/plugin/{name}`.
This PR covers the second case.
Co-authored-by: Andrew Svetlov <[email protected]>
0 commit comments