-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
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%
dartess, armandokun, hudochenkov, slavasitnikov, justasam and 24 moreDarkPurple141, ShantanuNair, lukasbicus and connor-baer