-
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] Changes at 11/17/2021 1:35:01 AM #61821
Comments
Tagging subscribers to this area: @tarekgh, @safern Issue DetailsRun Information
Regressions in System.Globalization.Tests.StringSearch
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Globalization.Tests.StringSearch*' PayloadsHistogramSystem.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (, IgnoreCase, False))
System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar(Options: (, None, False))
DocsProfiling workflow for dotnet/runtime repository
|
Seems related to #61640 |
cc: @AaronRobinsonMSFT @jkoritzinsky as it seems related to the DllImport Generator change. |
/cc @elinor-fung |
Were any of the converted p/invokes in SPCL marshalling strings as ANSI? |
@elinor-fung was able to root cause this issue. She will be providing details on her investigation shortly. |
Stepped through With #61640, the Before #61640:
After:
|
It appears this is a know case where the JIT can do better. It is described/tracked in #59002. |
Run Information
Regressions in System.Globalization.Tests.StringSearch
Test Report
Repro
Payloads
Baseline
Compare
Histogram
System.Globalization.Tests.StringSearch.IsPrefix_DifferentFirstChar(Options: (, IgnoreCase, False))
System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar(Options: (, None, False))
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: