dotnet / dotnet/perf-autofiling-issues

[Perf] Windows/x64: 3 Regressions on 8/18/2026 1:13:47 PM +00:00

Open
#78,121 1 comment 0 reactions 0 assignees View on GitHub
arch-x64 branch-11.0 compilationmode-tiered kind-scenarios Look Again os-windows perf-regression runkind-scenarios untriaged
Dominant language
No language data
Stars
10
Forks
8
PR merge metrics
PR metrics pending

Description

### Run Information

Name | Value
-- | --
Architecture | x64
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [7fb8cef14d9ae6bd729b04638f88d00f1ba7eb99](https://github.com/dotnet/sdk/commit/7fb8cef14d9ae6bd729b04638f88d00f1ba7eb99)
Compare | [b8c18a5c2f5d06efdd635120822953728b21678e](https://github.com/dotnet/sdk/commit/b8c18a5c2f5d06efdd635120822953728b21678e)
Diff | [Diff](https://github.com/dotnet/sdk/compare/7fb8cef14d9ae6bd729b04638f88d00f1ba7eb99...b8c18a5c2f5d06efdd635120822953728b21678e)
Configs | CompilationMode:tiered, RunKind:scenarios

### Regressions in Startup - WinForms Large - FDD Publish

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [Startup - WinForms Large - FDD Publish - Generic Startup]()
  • [ADX - Test Multi Config Graph]()
| 1026.46 ms | 1059.24 ms | 1.03 | 0.00 | True | | |

![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'Startup - WinForms Large - FDD Publish*'
```

### Startup - WinForms Large - FDD Publish

#### ETL Files

#### Histogram

#### JIT Disasms

### 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

Name | Value
-- | --
Architecture | x64
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [7fb8cef14d9ae6bd729b04638f88d00f1ba7eb99](https://github.com/dotnet/sdk/commit/7fb8cef14d9ae6bd729b04638f88d00f1ba7eb99)
Compare | [b8c18a5c2f5d06efdd635120822953728b21678e](https://github.com/dotnet/sdk/commit/b8c18a5c2f5d06efdd635120822953728b21678e)
Diff | [Diff](https://github.com/dotnet/sdk/compare/7fb8cef14d9ae6bd729b04638f88d00f1ba7eb99...b8c18a5c2f5d06efdd635120822953728b21678e)
Configs | CompilationMode:tiered, RunKind:scenarios

### Regressions in Startup - PaintDotNet - FDD Publish

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [Startup - PaintDotNet - FDD Publish - Generic Startup]()
  • [ADX - Test Multi Config Graph]()
| 1048.35 ms | 1112.82 ms | 1.06 | 0.00 | True | | |

![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'Startup - PaintDotNet - FDD Publish*'
```

### Startup - PaintDotNet - FDD Publish

#### ETL Files

#### Histogram

#### JIT Disasms

### 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

Name | Value
-- | --
Architecture | x64
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [7fb8cef14d9ae6bd729b04638f88d00f1ba7eb99](https://github.com/dotnet/sdk/commit/7fb8cef14d9ae6bd729b04638f88d00f1ba7eb99)
Compare | [b8c18a5c2f5d06efdd635120822953728b21678e](https://github.com/dotnet/sdk/commit/b8c18a5c2f5d06efdd635120822953728b21678e)
Diff | [Diff](https://github.com/dotnet/sdk/compare/7fb8cef14d9ae6bd729b04638f88d00f1ba7eb99...b8c18a5c2f5d06efdd635120822953728b21678e)
Configs | CompilationMode:tiered, RunKind:scenarios

### Improvements in Startup - PaintDotNet - FDD Publish - Affinity 85

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [Startup - PaintDotNet - FDD Publish - Affinity 85 - Generic Startup]()
  • [ADX - Test Multi Config Graph]()
| 953.84 ms | 927.70 ms | 0.97 | 0.00 | True | | |

![graph]()
[Test Report]()

### Repro
General Docs link: https://github.com/dotnet/performance/blob/main/docs/benchmarking-workflow-dotnet-runtime.md

```cmd
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'Startup - PaintDotNet - FDD Publish - Affinity 85*'
```

### Startup - PaintDotNet - FDD Publish - Affinity 85

#### ETL Files

#### Histogram

#### JIT Disasms

### 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)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with docs/benchmarking-workflow-dotnet-runtime.md and run scripts/benchmarks_ci.py using the provided Windows commands and benchmark filters. Compare the baseline and test reports for the WinForms and PaintDotNet scenarios, then trace the listed commit diff; done means the regressions are reproduced and their cause or triage outcome is recorded.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
operating-systems, performance, testing-qa
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.