-
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
Regressions in System.Tests.Perf_UInt64 #71771
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@stephentoub regression in that second benchmark, we think it's caused by #71146. Based on the PR this might be an expected regression. |
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsRun Information
Regressions in System.Collections.ContainsKeyFalse<String, String>
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Collections.ContainsKeyFalse<String, String>*' PayloadsHistogramSystem.Collections.ContainsKeyFalse<String, String>.SortedList(Size: 512)
Description of detection logic
DocsProfiling workflow for dotnet/runtime repository
Regressions in System.Tests.Perf_UInt64
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Tests.Perf_UInt64*' PayloadsHistogramSystem.Tests.Perf_UInt64.TryParseHex(value: "0")
Description of detection logic
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Reflection.Attributes
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Reflection.Attributes*' PayloadsHistogramSystem.Reflection.Attributes.IsDefinedMethodOverrideMiss
Description of detection logic
Description of detection logic
Description of detection logic
Description of detection logic
Description of detection logic
DocsProfiling workflow for dotnet/runtime repository
|
I'd be surprised if it directly contributed... the method that changed shouldn't be invoked in that benchmark (even though it's in the right area of the code)... it's a non-inlineable method that's only used if there are trailing nulls, which this test doesn't have. I'll take a look, though. |
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsRun Information
Regressions in System.Collections.ContainsKeyFalse<String, String>
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Collections.ContainsKeyFalse<String, String>*' PayloadsHistogramSystem.Collections.ContainsKeyFalse<String, String>.SortedList(Size: 512)
Description of detection logic
DocsProfiling workflow for dotnet/runtime repository
Regressions in System.Tests.Perf_UInt64
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Tests.Perf_UInt64*' PayloadsHistogramSystem.Tests.Perf_UInt64.TryParseHex(value: "0")
Description of detection logic
DocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Reflection.Attributes
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Reflection.Attributes*' PayloadsHistogramSystem.Reflection.Attributes.IsDefinedMethodOverrideMiss
Description of detection logic
Description of detection logic
Description of detection logic
Description of detection logic
Description of detection logic
DocsProfiling workflow for dotnet/runtime repository
|
Another similar regression dotnet/perf-autofiling-issues#6494 |
We have no reasonable steps to fix this regression, and it is on the nanosecond scale, so the impact is low. Closing this. |
A similar regression for showed up for the Windows x64 configuration in our August Performance report and has been characterized as "by design": System.Tests.Perf_UInt64.ParseSpan(value: "18446744073709551615")
|
Run Information
Regressions in System.Collections.ContainsKeyFalse<String, String>
Test Report
Repro
Payloads
Baseline
Compare
Histogram
System.Collections.ContainsKeyFalse<String, String>.SortedList(Size: 512)
Description of detection logic
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Regressions in System.Tests.Perf_UInt64
Test Report
Repro
Payloads
Baseline
Compare
Histogram
System.Tests.Perf_UInt64.TryParseHex(value: "0")
Description of detection logic
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
Regressions in System.Reflection.Attributes
Test Report
Repro
Payloads
Baseline
Compare
Histogram
System.Reflection.Attributes.IsDefinedMethodOverrideMiss
Description of detection logic
Description of detection logic
Description of detection logic
Description of detection logic
Description of detection logic
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: