dotnet / perf-autofiling-issues

A landing place for auto-filed performance issues before they receive triage
MIT License
9 stars 4 forks source link

[Perf] Changes at 3/19/2022 8:59:52 AM #4176

Closed performanceautofiler[bot] closed 1 year ago

performanceautofiler[bot] commented 2 years ago

Run Information

Architecture x64
OS Windows 10.0.18362
Baseline 69ea868ac176ccc471b59e531645723e2caa624b
Compare 319b645486160238b2fab34753aa267a28ad07dd
Diff Diff

Improvements in Inner Loop Console

Benchmark Baseline Test Test/Base Test Quality Edge Detector Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
[Inner Loop Console - Generic Startup Diff](<https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/7.0.1xx_x64_Windows 10.0.18362_RunKind=sdk_scenarios/Inner%20Loop%20Console.html>) 302.52 ms 288.38 ms 0.95 0.00 True

Test Report

Repro

git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'Inner Loop Console*'
### Histogram #### Inner Loop Console ```log ``` ### Description of detection logic ```IsRegressionBase: Marked as not a regression because the compare was not 2% greater than the baseline, or the value was too small. IsImprovementBase: Marked as improvement because the compare was 2% less than the baseline, and the value was not too small. IsRegressionBase: Marked as not a regression because the compare was not 2% greater than the baseline, or the value was too small. IsImprovementBase: Marked as improvement because the compare was 2% less than the baseline, and the value was not too small. ``` ### Docs [Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md) [Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

Run Information

Architecture x64
OS Windows 10.0.18362
Baseline 69ea868ac176ccc471b59e531645723e2caa624b
Compare 319b645486160238b2fab34753aa267a28ad07dd
Diff Diff

Improvements in SDK .NET 2

Benchmark Baseline Test Test/Base Test Quality Edge Detector Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
[0 Library Template Clean Build - Process Time](<https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/7.0.1xx_x64_Windows 10.0.18362_RunKind=sdk_scenarios/SDK%20.NET%202.0%20Library%20Template%20Clean%20Build.html>) 2083.54 ms 2031.22 ms 0.97 0.00 True

Test Report

Repro

git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'SDK .NET 2*'
### Histogram #### SDK .NET 2.0 Library Template Clean Build ```log ``` ### Description of detection logic ```IsRegressionBase: Marked as not a regression because the compare was not 2% greater than the baseline, or the value was too small. IsImprovementBase: Marked as improvement because the compare was 2% less than the baseline, and the value was not too small. IsRegressionBase: Marked as not a regression because the compare was not 2% greater than the baseline, or the value was too small. IsImprovementBase: Marked as improvement because the compare was 2% less than the baseline, and the value was not too small. ``` ### Docs [Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md) [Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

Run Information

Architecture x64
OS Windows 10.0.18362
Baseline 69ea868ac176ccc471b59e531645723e2caa624b
Compare 319b645486160238b2fab34753aa267a28ad07dd
Diff Diff

Improvements in Inner Loop Blazor Client

Benchmark Baseline Test Test/Base Test Quality Edge Detector Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL
[Inner Loop Blazor Client - Generic Startup Diff](<https://pvscmdupload.z22.web.core.windows.net/reports/allTestHistory/7.0.1xx_x64_Windows 10.0.18362_RunKind=sdk_scenarios/Inner%20Loop%20Blazor%20Client.html>) 965.34 ms 726.00 ms 0.75 0.00 True

Test Report

Repro

git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'Inner Loop Blazor Client*'
### Histogram #### Inner Loop Blazor Client ```log ``` ### Description of detection logic ```IsRegressionBase: Marked as not a regression because the compare was not 2% greater than the baseline, or the value was too small. IsImprovementBase: Marked as improvement because the compare was 2% less than the baseline, and the value was not too small. IsRegressionBase: Marked as not a regression because the compare was not 2% greater than the baseline, or the value was too small. IsImprovementBase: Marked as improvement because the compare was 2% less than the baseline, and the value was not too small. ``` ### Docs [Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md) [Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)

Run Information

Architecture x64
OS Windows 10.0.18362
Baseline 69ea868ac176ccc471b59e531645723e2caa624b
Compare 319b645486160238b2fab34753aa267a28ad07dd
Diff Diff

Regressions in SDK ASP.NET MVC App Template net6

Benchmark Baseline Test Test/Base Test Quality Edge Detector Baseline IR Compare IR IR Ratio Baseline ETL Compare ETL

Test Report

Repro

git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net6.0 --filter 'SDK ASP.NET MVC App Template net6*'
### Histogram #### SDK ASP.NET MVC App Template net6.0 Clean Build ```log ``` ### Description of detection logic ```IsRegressionBase: Marked as not a regression because the compare was not 2% greater than the baseline, or the value was too small. IsImprovementBase: Marked as improvement because the compare was 2% less than the baseline, and the value was not too small. IsRegressionBase: Marked as not a regression because the compare was not 2% greater than the baseline, or the value was too small. IsImprovementBase: Marked as improvement because the compare was 2% less than the baseline, and the value was not too small. ``` ### Docs [Profiling workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/profiling-workflow-dotnet-runtime.md) [Benchmarking workflow for dotnet/runtime repository](https://github.com/dotnet/performance/blob/master/docs/benchmarking-workflow-dotnet-runtime.md)
performanceautofiler[bot] commented 1 year ago

Closing because it's stale.