Open performanceautofiler[bot] opened 2 years ago
Looks like https://github.com/dotnet/runtime/pull/69888. @GrabYourPitchforks @stephentoub please take a look
This is the same as https://github.com/dotnet/runtime/issues/78401 and https://github.com/dotnet/runtime/issues/78176. The regressions are for tests involving empty or otherwise really short lines, such that the overhead of the IndexOf now being used is observable. This is acceptable.
As an aside, is there anything we can do to better group such issues, rather than having at least three different issues created for the same tests? @DrewScoggins
Run Information
Regressions in System.IO.Tests.StreamReaderReadLineTests
Test Report
Repro
Related Issues
Regressions
Improvements