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

[ResolveSdksTask] cache JdkJvmPath value #2384

Merged
merged 1 commit into from
Nov 5, 2018

Conversation

radekdoulik
Copy link
Member

Implements #2374

As the ResolveSdks task is used in every build, try to make it faster.

I tried to measure few builds and the time went from ~540ms to ~240ms
per 3 calls. (there were also some longer builds with cached value as
well. I think it is just a fluctuation I see on my old notebook)

Implements dotnet#2374

As the `ResolveSdks` task is used in every build, try to make it
faster.

I tried to measure few builds and the time went from ~540ms to ~240ms
per 3 calls. (there were also some longer builds with cached value as
well. I think it is just a fluctuation I see on my old notebook)
@radekdoulik radekdoulik merged commit 1dc4b9c into dotnet:master Nov 5, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
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.

None yet

3 participants