-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve UT runtime by count and parallel flags
This commit improves unit test runtime by reducing the count flag from 25 to 1. The commit also adds the parallel flag so unit tests with t .Parallel() can run in parallel. The max number of threads is set to the number of cores on the machine running the unit test. Signed-off-by: Bryan Cox <brcox@redhat.com>
- Loading branch information
Showing
1 changed file
with
11 additions
and
6 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