django / django-asv

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

Query multifield benchmark added #7

Closed deepakdinesh1123 closed 2 years ago

deepakdinesh1123 commented 2 years ago

Some of the benchmarks that I have written are query-related and require some of the changes made in this PR so I will be adding them after this gets merged.

smithdc1 commented 2 years ago

Hey @deepakdinesh1123 -- I've rebased, applied black, isort and checked for flake8 errors. This will need to be done for the other PRs too, could you start to work on those?

deepakdinesh1123 commented 2 years ago

isort check is failing with an error but I am not getting any error on my machine. I tried to configure known_first_party and other options but to no avail.

smithdc1 commented 2 years ago

I'll have a look at boosting our developer experience and use pre-commit / pre-commit ci so lint errors get automatically corrected.