- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.5k
Open
Labels
Description
#2348 was supposed to get fixed in 2.30.0, but for my project the performance of import/no-cycle got even worse.
With 2.29.1 it took 21s:
Rule                                    | Time (ms) | Relative
:---------------------------------------|----------:|--------:
import/no-cycle                         | 21503.212 |    52.9%
With 2.30.0 it took 67s, 3.2 times slower:
Rule                                    | Time (ms) | Relative
:---------------------------------------|----------:|--------:
import/no-cycle                         | 67440.935 |    76.8%
I also tried 'import/no-cycle': [2, { ignoreExternal: false, maxDepth: 3 }],, which was suggested in the previous ticket, but that made no performance difference. It did find more errors though.
Are there other measurements I can share? Like a cpu profile? I'm not sure what's useful here and didn't find good clues in #2348.
csath, artaommahe, alexlazau, diegodorado, Dennis273 and 3 more