-
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] Linux/arm64: 7 Regressions on 11/15/2022 10:02:59 PM #78820
Comments
Data are missing, hard to identify, potentially in 3cfd6cf |
@naricc do you think that it is related to your changes? |
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. |
Could be related to Regex changes in 4793d91...1a476d7 |
What points to that? I don't see regex being used in any of these tests, and it's not used in the implementation of string or the collections. |
You are right, the tests don't rely on regex. It is hard to tell due to missing data. After reviewing changes in the BCL it might be related to |
Probably mitigated by a6962a7 |
Run Information
Regressions in System.Tests.Perf_String
Test Report
Repro
Payloads
Baseline
Compare
Histogram
System.Tests.Perf_String.Replace_Char(text: "Hello", oldChar: 'l', newChar: '!')
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
Regressions in System.Collections.IterateForEach<String>
Test Report
Repro
Payloads
Baseline
Compare
Histogram
System.Collections.IterateForEach<String>.ConcurrentQueue(Size: 512)
Description of detection logic
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
Regressions in System.Collections.Concurrent.Count<Int32>
Test Report
Repro
Payloads
Baseline
Compare
Histogram
System.Collections.Concurrent.Count<Int32>.Stack(Size: 512)
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: