Open performanceautofiler[bot] opened 4 months ago
Likely due to: https://github.com/dotnet/runtime/pull/104454 @carlossanlop
Improvements are listed in the PR https://github.com/dotnet/runtime/pull/104454
Other regressions:
Improvements are listed in the PR dotnet/runtime#104454
I also ran microbenchmarks in a variety of machines and I got these results myself, which I posted here:
The maintainers of zlib-ng shared some cases where regressions are expected, starting with this comment and a few more underneath: https://github.com/dotnet/runtime/pull/102403#issuecomment-2197498867
But I have a question: Why am I seeing the exact same values between baseline and compare?
That seems like a bug with the report generation, we will take a look into it. The numbers in the table on this issue look correct though so I would use those for the baseline value. You should also be able to get specific points after clicking on the graph in the report and hovering over the spot you want the value for.
Improvements are listed in the PR dotnet/runtime#104454
I also ran microbenchmarks in a variety of machines and I got these results myself, which I posted here:
The maintainers of zlib-ng shared some cases where regressions are expected, starting with this comment and a few more underneath: dotnet/runtime#102403 (comment)
But I have a question: Why am I seeing the exact same values between baseline and compare?
@carlossanlop
Almost certainly you are seeing the same values for baseline and compare because you are looking at the all test history pages that we generate. When we added support for that we just used our existing report template, and it was designed for generating reports with different baseline and compare values. Hope this makes sense.
Run Information
Regressions in System.IO.Compression.Deflate
Test Report
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md
Run Information
Regressions in System.IO.Compression.Gzip
Test Report
Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md