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

Recommend pointing binary-path at /deps #1014

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonhoo
Copy link
Contributor

@jonhoo jonhoo commented Apr 11, 2023

This results in a significant speed-up since we can avoid invoking llvm-cov export on all the object files in target/debug/incremental.

See #1013.

This results in a significant speed-up since we can avoid invoking
`llvm-cov export` on all the object files in `target/debug/incremental`.

See mozilla#1013.
@TriplEight
Copy link

cc #1015 (comment)

@marco-c
Copy link
Collaborator

marco-c commented Apr 26, 2023

Given that we risk missing something by doing this, I would not recommend it by default in all examples in the README, but just add a note saying that it can improve performance

@jonhoo
Copy link
Contributor Author

jonhoo commented Apr 27, 2023

It doesn't sound like it actually misses coverage if the reported coverage for build scripts is 100% anyway though (at least that was what one report said). But happy to update this to be a note about it improving performance instead if you'd prefer?

@marco-c
Copy link
Collaborator

marco-c commented Apr 27, 2023

From #1015 (comment) it looks like build.rs files were not covered?

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

Successfully merging this pull request may close these issues.

None yet

4 participants