django / django-asv

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

urls.py changed to new format #66

Closed deepakdinesh1123 closed 2 years ago

deepakdinesh1123 commented 2 years ago

While writing new request response benchmarks I noticed that the URLs in benchmarks directories that had been added to the main urls.py file sometimes overlapped each other and while writing adding newer URLs one had to take into account the existing URLs and make sure that the new URL did not overlap with some other URL, so I have tried to add a new format for adding URLs here

I will update the README if this gets approved