Closed performanceautofiler[bot] closed 2 years ago
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 https://github.com/dotnet/runtime/pull/71146. Based on the PR this might be an expected regression.
Tagging subscribers to this area: @dotnet/area-system-globalization See info in area-owners.md if you want to be subscribed.
Author: | performanceautofiler[bot] |
---|---|
Assignees: | dakersnar |
Labels: | `area-System.Globalization`, `tenet-performance`, `tenet-performance-benchmarks`, `untriaged`, `refs/heads/main`, `RunKind=micro`, `Windows 10.0.19041`, `Regression`, `CoreClr`, `arm64` |
Milestone: | - |
@stephentoub regression in that second benchmark, we think it's caused by https://github.com/dotnet/runtime/pull/71146. Based on the PR this might be an expected regression.
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 See info in area-owners.md if you want to be subscribed.
Author: | performanceautofiler[bot] |
---|---|
Assignees: | dakersnar |
Labels: | `area-System.Runtime`, `tenet-performance`, `tenet-performance-benchmarks`, `untriaged`, `refs/heads/main`, `RunKind=micro`, `Windows 10.0.19041`, `Regression`, `CoreClr`, `arm64` |
Milestone: | - |
Another similar regression https://github.com/dotnet/perf-autofiling-issues/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":
Run Information
Regressions in System.Collections.ContainsKeyFalse<String, String>
Test Report
Repro
Run Information
Regressions in System.Tests.Perf_UInt64
Test Report
Repro
Run Information
Regressions in System.Reflection.Attributes
Test Report
Repro