-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed batch size and strict options
**Batch Size** Not necessary since the threads will just grab everything in their subpackage. In the future it would be nice to, instead of seperating based on packages: 1. Generate the set of all tests 2. Threads access batchSize tests at a time 3. Threads then keep referring back to the test pool for which tests need executing This would eliminate the need for constantly restarting threads, but would take a bit of a refactor to implement correctly. **Strict** I'm tired. I hate writing C++. I'm going to sleep. Here's my PR.
- Loading branch information
1 parent
ab79324
commit 92db975
Showing
2 changed files
with
2 additions
and
8 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