-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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.Tests.Perf_Guid #85994
Comments
Commit range 7afd85d...edd6d63. |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsRun Information
Regressions in System.Buffers.Binary.Tests.BinaryReadAndWriteTests
ReproGeneral Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md Payloadsgit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Buffers.Binary.Tests.BinaryReadAndWriteTests*' PayloadsHistogramSystem.Buffers.Binary.Tests.BinaryReadAndWriteTests.MeasureReverseUsingNtoH
Description of detection logic
JIT DisasmsSystem.Buffers.Binary.Tests.BinaryReadAndWriteTests.MeasureReverseEndianness
Description of detection logic
JIT DisasmsDocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Collections.CopyTo<Int32>
ReproGeneral Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md Payloadsgit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.CopyTo<Int32>*' PayloadsHistogramSystem.Collections.CopyTo<Int32>.Memory(Size: 2048)
Description of detection logic
JIT DisasmsSystem.Collections.CopyTo<Int32>.ReadOnlyMemory(Size: 2048)
Description of detection logic
JIT DisasmsSystem.Collections.CopyTo<Int32>.Span(Size: 2048)
Description of detection logic
JIT DisasmsSystem.Collections.CopyTo<Int32>.Array(Size: 2048)
Description of detection logic
JIT DisasmsDocsProfiling workflow for dotnet/runtime repository Run Information
Regressions in System.Tests.Perf_Guid
ReproGeneral Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md Payloadsgit clone https://github.com/dotnet/performance.git
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Tests.Perf_Guid*' PayloadsHistogramSystem.Tests.Perf_Guid.TryWriteBytes
Description of detection logic
JIT DisasmsDocsProfiling workflow for dotnet/runtime repository
|
System.Tests.Perf_Guid regression is no more System.Buffers.Binary.Tests.BinaryReadAndWriteTests private readonly static int[] _oneThousandIntegers = new int[1000];
[Benchmark]
public int[] MeasureReverseEndianness()
{
int[] local = _oneThousandIntegers;
for (int j = 0; j < local.Length; j++)
{
local[j] = ReverseEndianness(local[j]);
}
return local;
} #85559 optimized codegen for |
Run Information
Regressions in System.Buffers.Binary.Tests.BinaryReadAndWriteTests
Test Report
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
Payloads
Baseline
Compare
Payloads
Baseline
Compare
Histogram
System.Buffers.Binary.Tests.BinaryReadAndWriteTests.MeasureReverseUsingNtoH
Description of detection logic
JIT Disasms
System.Buffers.Binary.Tests.BinaryReadAndWriteTests.MeasureReverseEndianness
Description of detection logic
JIT Disasms
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
Regressions in System.Collections.CopyTo<Int32>
Test Report
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
Payloads
Baseline
Compare
Payloads
Baseline
Compare
Histogram
System.Collections.CopyTo<Int32>.Memory(Size: 2048)
Description of detection logic
JIT Disasms
System.Collections.CopyTo<Int32>.ReadOnlyMemory(Size: 2048)
Description of detection logic
JIT Disasms
System.Collections.CopyTo<Int32>.Span(Size: 2048)
Description of detection logic
JIT Disasms
System.Collections.CopyTo<Int32>.Array(Size: 2048)
Description of detection logic
JIT Disasms
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
Run Information
Regressions in System.Tests.Perf_Guid
Test Report
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
Payloads
Baseline
Compare
Payloads
Baseline
Compare
Histogram
System.Tests.Perf_Guid.TryWriteBytes
Description of detection logic
JIT Disasms
Docs
Profiling workflow for dotnet/runtime repository
Benchmarking workflow for dotnet/runtime repository
The text was updated successfully, but these errors were encountered: