Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite parallel DD based on futures #44

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

akosthekiss
Copy link
Collaborator

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.

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.
@coveralls
Copy link

Coverage Status

coverage: 92.972% (+3.9%) from 89.055%
when pulling 9106b04 on akosthekiss:parallel-futures
into 842e7cf on renatahodovan:master.

Copy link
Owner

@renatahodovan renatahodovan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm.

@renatahodovan renatahodovan merged commit 92b8307 into renatahodovan:master Nov 21, 2023
25 checks passed
@akosthekiss akosthekiss deleted the parallel-futures branch November 21, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants