Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use parallel processes in ci specific astyle calls (CleverRaven#62680)
usually half astyle's execution time for the astyle ci test and also the pr code reviewer total execution time is like 11 secs, still in the case of the code reviewer I'll take any time improvements use xargs' `-P` option ``` -P, --max-procs=MAX-PROCS run at most MAX-PROCS processes at a time ``` Co-authored-by: casswedson <[email protected]>
- Loading branch information