-
Notifications
You must be signed in to change notification settings - Fork 281
Add Convert.FromHex benchmark #3032
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure whether at some future point we might want to add a range of lengths or not -- more benchmarks has their cost. this is something.
src/benchmarks/micro/libraries/System.Runtime.Extensions/Perf.Convert.cs
Show resolved
Hide resolved
@LoopedBard3 fyi this failed to download the CLI, so I added some robustification. (Oddly, it needs the retries when I run locally today.) |
@LoopedBard3 looks like someone other than me needs to sign off -- can you, and merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
See dotnet/runtime#86556 (comment)