Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PR #9935/0c312496 backport][3.11] Add benchmark for routing sub_appl…
…ications (#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]>
- Loading branch information