-
Notifications
You must be signed in to change notification settings - Fork 5k
[Perf] Regression in Copy and EqualityComparers #56019
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
Comments
Tagging subscribers to this area: @eiriktsarpalis Issue DetailsRun Information
Regressions in System.Collections.CopyTo<Int32>
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Collections.CopyTo<Int32>*' PayloadsHistogramSystem.Collections.CopyTo<Int32>.ReadOnlySpan(Size: 2048)
System.Collections.CopyTo<Int32>.ReadOnlyMemory(Size: 2048)
System.Collections.CopyTo<Int32>.Span(Size: 2048)
System.Collections.CopyTo<Int32>.Array(Size: 2048)
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in Devirtualization.EqualityComparer
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'Devirtualization.EqualityComparer*' PayloadsHistogramDevirtualization.EqualityComparer.ValueTupleCompareWrapped
Devirtualization.EqualityComparer.ValueTupleCompareCached
Devirtualization.EqualityComparer.ValueTupleCompareNoOpt
DocsProfiling workflow for dotnet/runtime repository
|
The EqualityComparer benchmarks are regressed by #50446 (seems like it regressed struct support), I'll take a look |
Run Information
Regressions in System.Collections.CopyTo<Int32>
Historical Data in Reporting System
Repro
Payloads
Baseline
Compare
Histogram
System.Collections.CopyTo<Int32>.ReadOnlySpan(Size: 2048)
System.Collections.CopyTo<Int32>.ReadOnlyMemory(Size: 2048)
System.Collections.CopyTo<Int32>.Span(Size: 2048)
System.Collections.CopyTo<Int32>.Array(Size: 2048)
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
Regressions in Devirtualization.EqualityComparer
Historical Data in Reporting System
Repro
Payloads
Baseline
Compare
Histogram
Devirtualization.EqualityComparer.ValueTupleCompareWrapped
Devirtualization.EqualityComparer.ValueTupleCompareCached
Devirtualization.EqualityComparer.ValueTupleCompareNoOpt
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: