https://bugzilla.wikimedia.org/show_bug.cgi?id=68255
--- Comment #12 from Antoine "hashar" Musso <[email protected]> --- xargs can runs tasks in parallel. I tried on tin with a warmed up disk cache against a wmf branch and 4 parallel process: time (find /a/common/php-1.24wmf16 -name '*.php' -or -name '*.inc' -or -name '*.phtml' |xargs -n1 -P 4 -exec php -l) real 0m57.913s user 2m9.552s sys 1m22.673s Compared to: time lint /a/common/php-1.24wmf16 real 0m5.389s user 0m5.088s sys 0m0.272s -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
