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

System.Reflection.Metadata.TypeName benchmarks #4699

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adamsitnik
Copy link
Member

So far, we were benchmarking the TypeName.Parse implementation only in an indirect way, when benchmarking Type.GetType (which internally uses the same parser). We are now considering changing some parts of the implementation (dotnet/runtime#112242), so it would be good to understand the perf and make sure we don't introduce any regressions.

jkotas
jkotas previously approved these changes Feb 10, 2025
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

Thanks

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.

2 participants