dotnet / dotnet/perf-autofiling-issues

[Perf] Windows/x86: 6 Regressions on 5/27/2026 9:15:14 PM +00:00

Open
#73,941 1 comment 0 reactions 0 assignees View on GitHub
arch-x86 branch-refs/heads/main compilationmode-tiered kind-micro Look Again 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 | [ac7b8a0391e871a3b07bec217d87cf275423016f](https://github.com/dotnet/runtime/commit/ac7b8a0391e871a3b07bec217d87cf275423016f)
Compare | [832949cd5f36aac20268e974fd07b3ffc73acdfd](https://github.com/dotnet/runtime/commit/832949cd5f36aac20268e974fd07b3ffc73acdfd)
Diff | [Diff](https://github.com/dotnet/runtime/compare/ac7b8a0391e871a3b07bec217d87cf275423016f...832949cd5f36aac20268e974fd07b3ffc73acdfd)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Memory.Span<Int32>

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

  • [StartsWith - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 76.45 ns | 97.83 ns | 1.28 | 0.10 | False | | |
|
  • [Fill - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 102.45 ns | 129.82 ns | 1.27 | 0.56 | False | | |

![graph]()
![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 'System.Memory.Span*'
```

### System.Memory.Span<Int32>.StartsWith(Size: 3000)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Int32>.Fill(Size: 3000)

#### 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 | [ac7b8a0391e871a3b07bec217d87cf275423016f](https://github.com/dotnet/runtime/commit/ac7b8a0391e871a3b07bec217d87cf275423016f)
Compare | [832949cd5f36aac20268e974fd07b3ffc73acdfd](https://github.com/dotnet/runtime/commit/832949cd5f36aac20268e974fd07b3ffc73acdfd)
Diff | [Diff](https://github.com/dotnet/runtime/compare/ac7b8a0391e871a3b07bec217d87cf275423016f...832949cd5f36aac20268e974fd07b3ffc73acdfd)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Collections.AddGivenSize<String>

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

  • [OrderedDictionary - Duration of single invocation]()
  • [ADX - Test Multi Config Graph]()
| 10.20 μs | 10.79 μs | 1.06 | 0.01 | False | | |

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

### System.Collections.AddGivenSize<String>.OrderedDictionary(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 | [ac7b8a0391e871a3b07bec217d87cf275423016f](https://github.com/dotnet/runtime/commit/ac7b8a0391e871a3b07bec217d87cf275423016f)
Compare | [832949cd5f36aac20268e974fd07b3ffc73acdfd](https://github.com/dotnet/runtime/commit/832949cd5f36aac20268e974fd07b3ffc73acdfd)
Diff | [Diff](https://github.com/dotnet/runtime/compare/ac7b8a0391e871a3b07bec217d87cf275423016f...832949cd5f36aac20268e974fd07b3ffc73acdfd)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Buffers.Tests.SearchValuesCharTests

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

  • [LastIndexOfAnyExcept - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 90.08 ns | 101.01 ns | 1.12 | 0.02 | False | | |

![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 'System.Buffers.Tests.SearchValuesCharTests*'
```

### System.Buffers.Tests.SearchValuesCharTests.LastIndexOfAnyExcept(Values: "ßäöüÄÖÜ")

#### 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 | [ac7b8a0391e871a3b07bec217d87cf275423016f](https://github.com/dotnet/runtime/commit/ac7b8a0391e871a3b07bec217d87cf275423016f)
Compare | [832949cd5f36aac20268e974fd07b3ffc73acdfd](https://github.com/dotnet/runtime/commit/832949cd5f36aac20268e974fd07b3ffc73acdfd)
Diff | [Diff](https://github.com/dotnet/runtime/compare/ac7b8a0391e871a3b07bec217d87cf275423016f...832949cd5f36aac20268e974fd07b3ffc73acdfd)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Globalization.Tests.StringEquality

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

  • [Compare_Same - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 37.70 ns | 43.17 ns | 1.15 | 0.04 | False | | |

![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 'System.Globalization.Tests.StringEquality*'
```

### System.Globalization.Tests.StringEquality.Compare_Same(Count: 1024, Options: (en-US, Ordinal))

#### 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 | [ac7b8a0391e871a3b07bec217d87cf275423016f](https://github.com/dotnet/runtime/commit/ac7b8a0391e871a3b07bec217d87cf275423016f)
Compare | [832949cd5f36aac20268e974fd07b3ffc73acdfd](https://github.com/dotnet/runtime/commit/832949cd5f36aac20268e974fd07b3ffc73acdfd)
Diff | [Diff](https://github.com/dotnet/runtime/compare/ac7b8a0391e871a3b07bec217d87cf275423016f...832949cd5f36aac20268e974fd07b3ffc73acdfd)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Memory.Span<Char>

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

  • [SequenceEqual - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 88.63 ns | 94.98 ns | 1.07 | 0.34 | False | | |

![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 'System.Memory.Span*'
```

### System.Memory.Span<Char>.SequenceEqual(Size: 3000)

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