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

Run tests on multiple cores #18

Open
fasterthanlime opened this issue Jul 9, 2015 · 0 comments
Open

Run tests on multiple cores #18

fasterthanlime opened this issue Jul 9, 2015 · 0 comments

Comments

@fasterthanlime
Copy link
Collaborator

Sure, rock's launches several instances of the C compiler, but the rock resolve phase (the slowest part since the sdk is precompiled in sam) is single-threaded.

This could easily be done by creating directories inside .sam-cache, then using those for ~4 worker processes, then synchronize to report.

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

No branches or pull requests

1 participant