Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add url dispatcher benchmark for resolving root route when exists man…
…y plain routes in the subtree (#9954) 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.
- Loading branch information