forked from weavejester/eftest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add common threadpool with :thread-count option
When running tests a single threadpool with a configurable thread count should be used. Previous versions used a threadpool per namespace, resulting in more threads used than would be performant. Additionally, on environments that misrepresent the available processors (such as CircleCI), also result in too many threads being used.
- Loading branch information
Avi Flax
committed
Feb 14, 2019
1 parent
6f839ae
commit beb2fdd
Showing
2 changed files
with
63 additions
and
25 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