One of the biggest overheads is calling out to `phpcs`. We may be able to get a large speed boost by batching how many time we call it. I have two possible approaches but I'm not sure which is the right one to take: - https://github.com/sirbrillig/phpcs-changed/pull/114 - https://github.com/sirbrillig/phpcs-changed/pull/110
One of the biggest overheads is calling out to
phpcs. We may be able to get a large speed boost by batching how many time we call it.I have two possible approaches but I'm not sure which is the right one to take: