-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add :parallel-threads option to set thread pool size #274
Open
john-shaffer
wants to merge
21
commits into
lambdaisland:parallelize
Choose a base branch
from
insilica:parallelize-234
base: parallelize
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 00f2135 - Browse repository at this point
Copy the full SHA 00f2135View commit details -
Configuration menu - View commit details
-
Copy full SHA for b45731b - Browse repository at this point
Copy the full SHA b45731bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f434921 - Browse repository at this point
Copy the full SHA f434921View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7f95ed - Browse repository at this point
Copy the full SHA b7f95edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93405e5 - Browse repository at this point
Copy the full SHA 93405e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8069a9a - Browse repository at this point
Copy the full SHA 8069a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 249e657 - Browse repository at this point
Copy the full SHA 249e657View commit details -
Configuration menu - View commit details
-
Copy full SHA for df07326 - Browse repository at this point
Copy the full SHA df07326View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c4b95 - Browse repository at this point
Copy the full SHA c9c4b95View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52eb38 - Browse repository at this point
Copy the full SHA d52eb38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0990efc - Browse repository at this point
Copy the full SHA 0990efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3445607 - Browse repository at this point
Copy the full SHA 3445607View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1615a4 - Browse repository at this point
Copy the full SHA c1615a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c87a16 - Browse repository at this point
Copy the full SHA 0c87a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d82ed2 - Browse repository at this point
Copy the full SHA 0d82ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c1dc3 - Browse repository at this point
Copy the full SHA 56c1dc3View commit details
Commits on Aug 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 47627b7 - Browse repository at this point
Copy the full SHA 47627b7View commit details
Commits on Aug 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c68292 - Browse repository at this point
Copy the full SHA 3c68292View commit details -
Fix multiple threadpools being created concurrently
run-testables ends up being called within its own body, which kaocha is parallelizing. We generally want to parallelize at the namespace level, so we use run-test-serial for other testable types. This way we only create one threadpool at a time.
Configuration menu - View commit details
-
Copy full SHA for ae0863b - Browse repository at this point
Copy the full SHA ae0863bView commit details -
The previous code references fixtures/f-tests, but there is no such directory. The test case looks unfinished, so I'm not sure that there ever was a working f-tests dir. To fix the test case, I have adapted the code from run-test, just before run-test-parallel.
Configuration menu - View commit details
-
Copy full SHA for 2502632 - Browse repository at this point
Copy the full SHA 2502632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 152f6f0 - Browse repository at this point
Copy the full SHA 152f6f0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.