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

Allow parallel runner scheduling #85

Open
MattWindsor91 opened this issue Nov 5, 2020 · 0 comments
Open

Allow parallel runner scheduling #85

MattWindsor91 opened this issue Nov 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@MattWindsor91
Copy link
Collaborator

I had an idea last night: if we ever have recipes that, when run, don't take up all of the cores on a machine, we can bin-pack the recipes such that we run as many of them as possible while making each of them serve as stress for the other.

We currently have the ability to run parallel tests on the runner, but it literally just worker-pools recipes and that usually results in thrashing that slows all of the tests down.

@MattWindsor91 MattWindsor91 added the enhancement New feature or request label Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant