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

Microsoft.Build.Internal.EngineFileUtilities.GetFileListEscaped is 3x slower for netcore projects #6061

Closed
arunchndr opened this issue Jan 22, 2021 · 2 comments · Fixed by #6227
Assignees
Labels
Milestone

Comments

@arunchndr
Copy link
Member

Child of #6034. Traces at "\SLNATSCALE002\CoreVsFramework\Traces\Core_400.etl.zip"

For 400 projects it takes 960ms(netcore) vs 320ms(netframework) and the delta increases with project.

@arunchndr arunchndr added performance needs-triage Have yet to determine what bucket this goes in. labels Jan 22, 2021
@AR-May AR-May added Performance-Scenario-Solution-Open This issue affects solution open performance. and removed needs-triage Have yet to determine what bucket this goes in. labels Jan 28, 2021
@ladipro
Copy link
Member

ladipro commented Mar 1, 2021

Likely addressed with #6151, will confirm.

@ladipro ladipro self-assigned this Mar 1, 2021
@ladipro ladipro added the size:3 label Mar 1, 2021
@ladipro
Copy link
Member

ladipro commented Mar 3, 2021

Acceptance criteria: The cost of GetFileListEscaped is reduced by at least 20%.

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

Successfully merging a pull request may close this issue.

3 participants