Skip to content

Actually be able to run RWC tests in parallel #18453

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

Merged
merged 1 commit into from
Sep 13, 2017

Conversation

weswigham
Copy link
Member

@weswigham weswigham commented Sep 13, 2017

Our RWC harness was running all tests on all threads under runtests-parallel, which was not particularly helpful. With this, each thread only runs the work it has been partitioned.

This can let you get RWC results faster; however it's still a bit suboptimal, as certain RWC tests take up more than 1/8th of the test CPU cycles on their own; so the balance is a little off and some threads finish a few minutes before the slowest one. In any case, this is a nice improvement for now; until we get around to making them take work from a shared queue rather than a preallocated partition.

@weswigham weswigham merged commit ae1752e into microsoft:master Sep 13, 2017
@weswigham weswigham deleted the fix-parallel-rwc branch September 13, 2017 22:16
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants