Open
Description
Repost from squizlabs/PHP_CodeSniffer#1732:
I've just been looking into the
parallel
running option a bit more and am left with some questions.
- When should you use this option ?
- Does it work equally well with
phpcs
as well asphpcbf
?- What things should you take into consideration when determining the amount of parallel processes to use ?
- What can go wrong ? Are there any type of sniffs which would be incompatible with parallel processing ?
- Any thing else which behaves differently if parallel processing is turned on ?
It might be useful to add a section to the Wiki Advanced Usage page about this.
👉🏻 The thread in the original post contains lots of useful comments and would be a good starting point to start writing this up.