-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Strange performance degradation in .net core 3.1 #32973
Comments
Thanks. The next step would probably be to isolate the .NET components that are being hit: |
@tarekgh any changes to |
@adamsitnik can you please help here? |
My guess would be it's the same as #13091, i.e. leap-seconds support. |
Right, this is leaping second support which comes with some extra cost. @B-Esmaili can you try the work around on #13091 (comment) and look if this will get rid of the regression? I am going to cliose this issue for now as a duplicate with #13091 but feel free to respond back if you think otherwise. |
I was benchmarking
AutoMapper
in .net core 3.1 and found out a strange performance degradation in.net core 3.1
with respect to.net core 2.1
here is the screenshot from my benchmark :.NET CORE 3.1
.NET CORE 2.0
and following is code for my benchmark if anyone interested :
not only benchmark result is better is
.net core 2.1
but the benchmark itself toke less time to run with respect to.net core 3.1
. could anyone from .net team describe about the situation?thanks.
The text was updated successfully, but these errors were encountered: