-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite parallel DD based on futures
Use thread-based futures for parallelism. Theoretically, we could suffer a performance hit caused by the GIL, if tests were performed in-process, but in practice, tests are usually executed in/by subprocesses anyway. Thus, it is superfluous to start a subprocess only to start up another subprocess.
- Loading branch information
1 parent
842e7cf
commit 9106b04
Showing
7 changed files
with
83 additions
and
333 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.