Feature Request
One of my projects is getting bigger and bigger and I need to increase the rector->parallel() configuration to get it run inside our gitlab CI runner.
Currently to run it in the CI I have to use:
$rectorConfig->parallel(480);
On 240 it did already run into timeouts and so we doubled it. Default is 120 seconds.
I think it would be nice if --debug maybe shows also which rules did take the most time to maybe check a specific rule if it can be optimized.