Closed
Description
openedon Jan 3, 2022
I upgraded eslint-plugin-import
2.22.1 -> 2.25.3 and the performance downgrade is huge. eslint
is 7.24.0
.
Roughly a hundred files:
Rule | Time (ms) | Relative
:------------------------------------------|-----------:|--------:
import/no-cycle | 304818.252 | 97.0%
prettier/prettier | 2347.669 | 0.7%
import/named | 754.553 | 0.2%
2.24.2
is fine:
Rule | Time (ms) | Relative
:------------------------------------------|----------:|--------:
import/no-cycle | 4206.707 | 23.0%
prettier/prettier | 1914.555 | 10.5%
react/prefer-stateless-function | 849.317 | 4.6%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels