Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add benchmark for routing sub_applications (#9935)
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.
- Loading branch information