What happened?
With .NET 10 RC.1 having shipped this week I've been looking at improvements in one of my apps prior to adopting it for "prod", and noticed in my benchmarks a noticeable regression that correlates exactly with updating to the 3.1.0 release:
This seems to equate to an ~16% increase in time and ~9% in memory over 3.0.0.
I spotted the regression when looking at the results for .NET 10 (which got introduced via rebasing with main), but the above graph is for .NET 9.
Versions
Octokit.Webhooks.AspNetCore 3.1.0+
Relevant log output
Code of Conduct
What happened?
With .NET 10 RC.1 having shipped this week I've been looking at improvements in one of my apps prior to adopting it for "prod", and noticed in my benchmarks a noticeable regression that correlates exactly with updating to the 3.1.0 release:
This seems to equate to an ~16% increase in time and ~9% in memory over 3.0.0.
I spotted the regression when looking at the results for .NET 10 (which got introduced via rebasing with main), but the above graph is for .NET 9.
Versions
Octokit.Webhooks.AspNetCore 3.1.0+
Relevant log output
Code of Conduct