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

dep graph: test and binary targets can be build in parallel #7393

Closed
matthiaskrgr opened this issue Sep 20, 2019 · 0 comments · Fixed by #7394
Closed

dep graph: test and binary targets can be build in parallel #7393

matthiaskrgr opened this issue Sep 20, 2019 · 0 comments · Fixed by #7394
Labels
C-bug Category: bug

Comments

@matthiaskrgr
Copy link
Member

cargo 7ab4778
I was looking at the timing of cargo-cache and it looks like creation of (binary,testrunner) and tests is not parallelized although it could be:

http://gistpreview.github.io/?5b6c67239b69c83b0cbaf1338f10d5f8

build command: cargo build --release -Ztimings --all-targets -j 20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant