-
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] Regressions in System.Buffers.Tests.RentReturnArrayPoolTests<Object> #56555
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. |
Seems related to #55959 |
@DrewScoggins, how do I see other generic instantations of this same test for the same period? The test runs for both object and byte: |
I got this by just clicking on the link in the table above and replacing the Object inside parens with Byte. |
Tagging subscribers to this area: @GrabYourPitchforks, @dotnet/area-system-buffers Issue DetailsRun Information
Regressions in System.Buffers.Tests.RentReturnArrayPoolTests<Object>
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f netcoreapp5.0 --filter 'System.Buffers.Tests.RentReturnArrayPoolTests<Object>*' PayloadsHistogramSystem.Buffers.Tests.RentReturnArrayPoolTests<Object>.MultipleSerial(RentalSize: 4096, ManipulateArray: False, Async: False, UseSharedPool: True)
DocsProfiling workflow for dotnet/runtime repository
|
@DrewScoggins, @stephentoub, was this addressed by #56316 ? |
Apparently partially but not fully: |
A 2.56% regression (20ns) isn't bad. Do we think there are additional gains that can still be won back? If so, I'll put this in future; otherwise, I think we should probably close the issue and accept the regression (given the wins we otherwise got). |
I think future (or closed) here is fine. It's a tiny hit in one use case on one architecture, and apparently only for |
Run Information
Regressions in System.Buffers.Tests.RentReturnArrayPoolTests<Object>
Historical Data in Reporting System
Repro
Payloads
Baseline
Compare
Histogram
System.Buffers.Tests.RentReturnArrayPoolTests<Object>.MultipleSerial(RentalSize: 4096, ManipulateArray: False, Async: False, UseSharedPool: True)
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: