Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PR #9954/be31bed2 backport][3.11] Add url dispatcher benchmark for r…
…esolving root route when exists many plain routes in the subtree (#9959) **This is a backport of PR #9954 as merged into master (be31bed).** Yet another benchmark. There is a tree: ``` / /api /api/server /api/server/dispatch /api/server/dispatch/123 /api/server/dispatch/123/update ``` The benchmark resolves the root route `/`. If the search starts from checking deep-most resource it cold be suboptimal. Co-authored-by: Andrew Svetlov <[email protected]>
- Loading branch information