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%
I upgraded
eslint-plugin-import2.22.1 -> 2.25.3 and the performance downgrade is huge.eslintis7.24.0.Roughly a hundred files:
2.24.2is fine: