-
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
Regressions in System.Numerics.Tests.Perf_BigInteger #60293
Comments
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsRun Information
Regressions in System.Numerics.Tests.Perf_BigInteger
Reprogit clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'System.Numerics.Tests.Perf_BigInteger*' PayloadsHistogramSystem.Numerics.Tests.Perf_BigInteger.Subtract(arguments: 1024,1024 bits)
DocsProfiling workflow for dotnet/runtime repository
|
Correct, the regression caused by PR. Situation was previously highlighted/predicted during the discussion with reviewers. Probably, the root cause is a |
We might end up deciding that this is an acceptable trade-off from the changes made, as several other scenarios were improved in exchange. We'll leave the issue open for the time-being though and if time-permits, we'll consider an investigation into the |
arm64 regression: dotnet/perf-autofiling-issues#1816 |
@sakno and @kunalspathak -- do we need to investigate this any further, or are we OK closing this as expected? |
@jeffhandley , regression is expected for all operands which are greater than 512 bits (64 bytes) in size. The current stackalloc threshold is 64 bytes. Large operands require memory pooling using As for me, this is acceptable. However, we can consider |
Thanks, @sakno. Closing as expected/accepted. |
Run Information
Regressions in System.Numerics.Tests.Perf_BigInteger
Test Report
Repro
Payloads
Baseline
Compare
Histogram
System.Numerics.Tests.Perf_BigInteger.Subtract(arguments: 1024,1024 bits)
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: