dotnet / dotnet/perf-autofiling-issues

[Perf] Windows/x86: 4 Regressions on 3/6/2026 3:17:01 AM +00:00

Open
#69,797 0 comments 0 reactions 0 assignees View on GitHub
arch-x86 branch-refs/heads/main kind-micro os-windows perf-regression 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 | [b9d3bb80ff804aa4578399759ad00120e78c4cfd](https://github.com/dotnet/runtime/commit/b9d3bb80ff804aa4578399759ad00120e78c4cfd)
Compare | [8b63bd26190fe970d9d0643f552a27a42cb8e9a2](https://github.com/dotnet/runtime/commit/8b63bd26190fe970d9d0643f552a27a42cb8e9a2)
Diff | [Diff](https://github.com/dotnet/runtime/compare/b9d3bb80ff804aa4578399759ad00120e78c4cfd...8b63bd26190fe970d9d0643f552a27a42cb8e9a2)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Buffers.Tests.RentReturnArrayPoolTests<Byte>

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

  • [SingleSerial - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.51 μs | 5.70 μs | 3.77 | 0.39 | False | | |
|
  • [MultipleSerial - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 588.29 ns | 744.77 ns | 1.27 | 0.53 | 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.Buffers.Tests.RentReturnArrayPoolTests*'
```

### System.Buffers.Tests.RentReturnArrayPoolTests<Byte>.SingleSerial(RentalSize: 4096, ManipulateArray: True, Async: True, UseSharedPool: True)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.RentReturnArrayPoolTests<Byte>.MultipleSerial(RentalSize: 4096, ManipulateArray: False, Async: True, UseSharedPool: False)

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

### Regressions in System.Numerics.Tests.Perf_VectorConvert

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

  • [Convert_float_int - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 472.59 ns | 548.04 ns | 1.16 | 0.17 | 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.Numerics.Tests.Perf_VectorConvert*'
```

### System.Numerics.Tests.Perf_VectorConvert.Convert_float_int

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

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

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

  • [Stack - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.41 μs | 1.55 μs | 1.10 | 0.07 | 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.CreateAddAndRemove*'
```

### System.Collections.CreateAddAndRemove<Int32>.Stack(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)

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.