-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s1kd-appcheck: Add -#, --threads option
Replaced the -j (--jobs) option with -# (--threads), with the intention of eventually adding this same option to other tools such as s1kd-validate, s1kd-brexcheck and s1kd-instance. Also expanded the syntax of the argument to <x[,y]>, where x represents the number of threads created to iterate over the list of objects, and y represents the number of threads created to validate each object (meaning x * y threads are created in total).
- Loading branch information
Showing
4 changed files
with
296 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.