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 #9954/be31bed2 backport][3.11] Add url dispatcher benchmark for resolving 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 <andrew.svetlov@gmail.com>
0 commit comments