Closed legoktm closed 9 years ago
Thanks for your report, but this problem is caused by slow lint in hhvm and I can't do anything with that.
HHVM 3.5.1:
$ time php -l src/ParallelLint.php
No syntax errors detected in src/ParallelLint.php
real 0m0.181s
user 0m0.132s
sys 0m0.048s
PHP 5.6:
$ time php -l src/ParallelLint.php
No syntax errors detected in src/ParallelLint.php
real 0m0.032s
user 0m0.018s
sys 0m0.010s
Hi! First off, your tool is fantastic, we've started switching over our CI jobs to use it.
I've noticed that running it under HHVM is significantly slower than using PHP5. For example, when checking the "includes" directory of MediaWiki:
versus