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

Lower allocations in tagging #73729

Merged
merged 14 commits into from
May 28, 2024
Merged

Conversation

CyrusNajmabadi
Copy link
Member

Avoids unnecessary linq in tagging:

image

@CyrusNajmabadi CyrusNajmabadi requested review from a team as code owners May 26, 2024 22:54
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels May 26, 2024
{
// If the feature is disabled, then just produce no tags.
return ShouldSkipTagProduction()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inlined this method.

@CyrusNajmabadi CyrusNajmabadi enabled auto-merge May 27, 2024 04:04
@CyrusNajmabadi CyrusNajmabadi requested a review from ToddGrun May 27, 2024 04:04
@CyrusNajmabadi CyrusNajmabadi disabled auto-merge May 27, 2024 16:28
@CyrusNajmabadi
Copy link
Member Author

@ToddGrun ptal

Copy link
Contributor

@ToddGrun ToddGrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@CyrusNajmabadi CyrusNajmabadi enabled auto-merge May 27, 2024 16:52
@CyrusNajmabadi CyrusNajmabadi merged commit 04e1839 into dotnet:main May 28, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants