django / django-asv

Benchmarks for Django using asv
MIT License
40 stars 12 forks source link

Add URL benchmarks for `path` URLs #85

Closed RealOrangeOne closed 3 days ago

RealOrangeOne commented 2 months ago

It'll be helpful as time goes on to have a better understanding of path based URLs, not just re_path.

See also https://github.com/django/django/pull/18270 for some hopeful performance improvements for simple cases of path.

I've intentionally not modified other existing benchmarks (at least cases) to avoid

smithdc1 commented 3 days ago

Looks good to me. Thank you!