-
Notifications
You must be signed in to change notification settings - Fork 272
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
Add PriorityQueue benchmarks #1665
Add PriorityQueue benchmarks #1665
Conversation
src/benchmarks/micro/libraries/System.Collections/PriorityQueue/Perf_PriorityQueue.cs
Show resolved
Hide resolved
Looks like the latest nightly SDK includes PriorityQueue, I presume this is safe to merge now. |
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.
Overall looks good to me, but we can use some more of the existing BDN features to simplify the benchmarks. Thank you for adding new benchmarks as soon as it was possible @eiriktsarpalis !
src/benchmarks/micro/libraries/System.Collections/PriorityQueue/Perf_PriorityQueue.cs
Outdated
Show resolved
Hide resolved
src/benchmarks/micro/libraries/System.Collections/PriorityQueue/Perf_PriorityQueue.cs
Outdated
Show resolved
Hide resolved
src/benchmarks/micro/libraries/System.Collections/PriorityQueue/Perf_PriorityQueue.cs
Outdated
Show resolved
Hide resolved
src/benchmarks/micro/libraries/System.Collections/PriorityQueue/Perf_PriorityQueue.cs
Show resolved
Hide resolved
72f945e
to
efce7c9
Compare
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.
Draft PR, requires an SDK build containing PriorityQueue.
Cf. dotnet/runtime#46009