Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance issues on certain large files #18

Closed
mschwager opened this issue Feb 13, 2020 · 0 comments
Closed

Performance issues on certain large files #18

mschwager opened this issue Feb 13, 2020 · 0 comments

Comments

@mschwager
Copy link
Contributor

E.g. Django tests/admin_views/tests.py

Dlint:

python -m flake8 --select=DUO --isolated django/tests/admin_views/tests.py
...
real	0m27.674s
user	0m27.638s
sys	0m0.037s

Regular Flake8:

python -m flake8 --isolated django/tests/admin_views/tests.py
...
real	0m1.715s
user	0m1.679s
sys	0m0.036s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant