-
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 CountBy and AggregateBy benchmarks #3348
Conversation
Why does the latest nightly build of the .NET SDK (9.0.100-alpha.1.23464.17) does not support targeting .NET 9.0?!? |
We will have to wait... |
All the changes to |
Agreed. I have reworked the commits to only contain benchmarks. |
9c4cd69
to
e8413d8
Compare
Thanks. And excuse the longer waiting. I think this is ready for merging now. |
Adding benchmarks for the new CountBy and AggregateBy Linq methods.
See dotnet/runtime#91507 and dotnet/runtime#92089
I have tried to add support for the net9.0 TFM as it is now the one used in the main branch of the dotnet/runtime repo but I don't know what I'm getting into...