dotnet / dotnet/perf-autofiling-issues

[Perf] Windows/x86: 6 Regressions on 4/10/2026 6:15:26 AM +00:00

Open
#71,318 1 comment 0 reactions 0 assignees View on GitHub
arch-x86 branch-refs/heads/main compilationmode-tiered kind-micro os-windows perf-regression runkind-micro runtime-coreclr untriaged
Dominant language
No language data
Stars
10
Forks
8
PR merge metrics
PR metrics pending

Description

### Run Information

Name | Value
-- | --
Architecture | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [05b2bbc014e75b63664a6d14449c61f642e69c98](https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98)
Compare | [6adf63be6db59b3f9a376715baf96ef7a545181d](https://github.com/dotnet/runtime/commit/6adf63be6db59b3f9a376715baf96ef7a545181d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/05b2bbc014e75b63664a6d14449c61f642e69c98...6adf63be6db59b3f9a376715baf96ef7a545181d)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Threading.Tests.Perf_Interlocked

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

  • [CompareExchange_long - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 3.77 ns | 891.26 ns | 236.58 | 0.29 | False | | |

[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 'System.Threading.Tests.Perf_Interlocked*'
```

### System.Threading.Tests.Perf_Interlocked.CompareExchange_long

#### 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [05b2bbc014e75b63664a6d14449c61f642e69c98](https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98)
Compare | [6adf63be6db59b3f9a376715baf96ef7a545181d](https://github.com/dotnet/runtime/commit/6adf63be6db59b3f9a376715baf96ef7a545181d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/05b2bbc014e75b63664a6d14449c61f642e69c98...6adf63be6db59b3f9a376715baf96ef7a545181d)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in PerfLabTests.LowLevelPerf

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

  • [EmptyStaticFunction - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.14 ms | 1.41 ms | 1.24 | 0.01 | False | | |

[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 'PerfLabTests.LowLevelPerf*'
```

### PerfLabTests.LowLevelPerf.EmptyStaticFunction

#### 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [05b2bbc014e75b63664a6d14449c61f642e69c98](https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98)
Compare | [6adf63be6db59b3f9a376715baf96ef7a545181d](https://github.com/dotnet/runtime/commit/6adf63be6db59b3f9a376715baf96ef7a545181d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/05b2bbc014e75b63664a6d14449c61f642e69c98...6adf63be6db59b3f9a376715baf96ef7a545181d)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.IO.Tests.Perf_FileStream

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

  • [Read - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 17.23 μs | 24.91 μs | 1.45 | 0.49 | False | | |

[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 'System.IO.Tests.Perf_FileStream*'
```

### System.IO.Tests.Perf_FileStream.Read(fileSize: 1024, userBufferSize: 1024, options: Asynchronous)

#### 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [05b2bbc014e75b63664a6d14449c61f642e69c98](https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98)
Compare | [6adf63be6db59b3f9a376715baf96ef7a545181d](https://github.com/dotnet/runtime/commit/6adf63be6db59b3f9a376715baf96ef7a545181d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/05b2bbc014e75b63664a6d14449c61f642e69c98...6adf63be6db59b3f9a376715baf96ef7a545181d)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Collections.ContainsFalse<Int32>

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

  • [List - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 10.87 μs | 14.08 μs | 1.30 | 0.26 | False | | |

[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 'System.Collections.ContainsFalse*'
```

### System.Collections.ContainsFalse<Int32>.List(Size: 512)

#### 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [1c60926108333917b419fd5489fb6d2070317222](https://github.com/dotnet/runtime/commit/1c60926108333917b419fd5489fb6d2070317222)
Compare | [6adf63be6db59b3f9a376715baf96ef7a545181d](https://github.com/dotnet/runtime/commit/6adf63be6db59b3f9a376715baf96ef7a545181d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1c60926108333917b419fd5489fb6d2070317222...6adf63be6db59b3f9a376715baf96ef7a545181d)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Text.RegularExpressions.Tests.Perf_Regex_Common

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

  • [MatchesWords - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.69 μs | 1.98 μs | 1.17 | 0.31 | False | | |

[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 'System.Text.RegularExpressions.Tests.Perf_Regex_Common*'
```

### System.Text.RegularExpressions.Tests.Perf_Regex_Common.MatchesWords(Options: IgnoreCase, Compiled)

#### 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [05b2bbc014e75b63664a6d14449c61f642e69c98](https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98)
Compare | [6adf63be6db59b3f9a376715baf96ef7a545181d](https://github.com/dotnet/runtime/commit/6adf63be6db59b3f9a376715baf96ef7a545181d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/05b2bbc014e75b63664a6d14449c61f642e69c98...6adf63be6db59b3f9a376715baf96ef7a545181d)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.MathBenchmarks.Double

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

  • [Atanh - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 149.03 μs | 159.26 μs | 1.07 | 0.03 | False | | |

[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 'System.MathBenchmarks.Double*'
```

### System.MathBenchmarks.Double.Atanh

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

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.