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

Reuse compiled baseline in perf_compare #14359

Open
JukkaL opened this issue Dec 28, 2022 · 0 comments
Open

Reuse compiled baseline in perf_compare #14359

JukkaL opened this issue Dec 28, 2022 · 0 comments
Labels

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Dec 28, 2022

Comment by @huguesb in #14277:

The repeat checkout/compilation cost is a real problem for repeated measurements when iterating through possible approaches though. At the very least you'd want to keep the reference binary around for as long as possible instead of recompiling it every time.

We could cache build results. If we detect a previous build of the same target commit, reuse it instead of recompiling.

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

No branches or pull requests

1 participant