-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[Perf -8%] System.Collections.CreateAddAndClear<Int32>.Array #39026
Comments
Tagging subscribers to this area: @eiriktsarpalis |
I just tried this one locally
and while every once in a while I see .NET 5.0 being 20% faster, most of the time it shows up as being 50% slower:
|
Also seeing this in SortedList on Ubuntu x64 |
Run Information
Regressions in System.Collections.CreateAddAndClear
Related Issue on x64 Windows[Perf -8%] System.Collections.CreateAddAndClear.Array Related Issue on x86 Windows[Perf -15%] System.Collections.CreateAddAndClear.SortedList
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.CreateAddAndClear<Int32>*'; HistogramSystem.Collections.CreateAddAndClear.SortedList(Size: 512)
DocsProfiling workflow for dotnet/runtime repository |
Duplicate of #39112 |
Run Information
Regressions in System.Collections.CreateAddAndClear
Historical Data in Reporting System
Repro
Histogram
System.Collections.CreateAddAndClear.Array(Size: 512)
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: