dotnet / dotnet/perf-autofiling-issues

[Perf] Linux/x64: 10 Regressions on 3/16/2026 11:49:53 PM +00:00

Open
#70,447 3 comments 0 reactions 0 assignees View on GitHub
arch-x64 branch-refs/heads/main kind-micro Look Again os-linux perf-regression runtime-coreclr
Dominant language
No language data
Stars
10
Forks
8
PR merge metrics
PR metrics pending

Description

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2](https://github.com/dotnet/runtime/commit/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2)
Compare | [fc529276b042443bd335adc6b5a26526e7ac9905](https://github.com/dotnet/runtime/commit/fc529276b042443bd335adc6b5a26526e7ac9905)
Diff | [Diff](https://github.com/dotnet/runtime/compare/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2...fc529276b042443bd335adc6b5a26526e7ac9905)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Text.Perf_Utf8Encoding

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

  • [GetString - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 148.35 μs | 165.15 μs | 1.11 | 0.08 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Text.Perf_Utf8Encoding*'
```

### System.Text.Perf_Utf8Encoding.GetString(Input: EnglishAllAscii)

#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2](https://github.com/dotnet/runtime/commit/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2)
Compare | [fc529276b042443bd335adc6b5a26526e7ac9905](https://github.com/dotnet/runtime/commit/fc529276b042443bd335adc6b5a26526e7ac9905)
Diff | [Diff](https://github.com/dotnet/runtime/compare/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2...fc529276b042443bd335adc6b5a26526e7ac9905)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Tests.Perf_GC<Byte>

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

  • [AllocateUninitializedArray - Duration of single invocation]()
  • [ADX - Test Multi Config Graph]()
| 2.98 μs | 3.26 μs | 1.09 | 0.15 | False | | |
|
  • [AllocateArray - Duration of single invocation]()
  • [ADX - Test Multi Config Graph]()
| 2.93 μs | 3.17 μs | 1.08 | 0.12 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Tests.Perf_GC*'
```

### System.Tests.Perf_GC<Byte>.AllocateUninitializedArray(length: 10000, pinned: True)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Tests.Perf_GC<Byte>.AllocateArray(length: 10000, pinned: True)

#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2](https://github.com/dotnet/runtime/commit/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2)
Compare | [fc529276b042443bd335adc6b5a26526e7ac9905](https://github.com/dotnet/runtime/commit/fc529276b042443bd335adc6b5a26526e7ac9905)
Diff | [Diff](https://github.com/dotnet/runtime/compare/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2...fc529276b042443bd335adc6b5a26526e7ac9905)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Diagnostics.Perf_Process

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

  • [GetProcessById - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 897.09 ns | 1.13 μs | 1.26 | 0.11 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Diagnostics.Perf_Process*'
```

### System.Diagnostics.Perf_Process.GetProcessById

#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2](https://github.com/dotnet/runtime/commit/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2)
Compare | [fc529276b042443bd335adc6b5a26526e7ac9905](https://github.com/dotnet/runtime/commit/fc529276b042443bd335adc6b5a26526e7ac9905)
Diff | [Diff](https://github.com/dotnet/runtime/compare/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2...fc529276b042443bd335adc6b5a26526e7ac9905)
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
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [GetLength - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 772.60 ns | 1.03 μs | 1.33 | 0.10 | False | | |
|
  • [Read - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 258.30 μs | 322.83 μs | 1.25 | 0.10 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.IO.Tests.Perf_FileStream*'
```

### System.IO.Tests.Perf_FileStream.GetLength(options: Read)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.IO.Tests.Perf_FileStream.Read(fileSize: 1048576, userBufferSize: 4096, options: None)

#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2](https://github.com/dotnet/runtime/commit/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2)
Compare | [fc529276b042443bd335adc6b5a26526e7ac9905](https://github.com/dotnet/runtime/commit/fc529276b042443bd335adc6b5a26526e7ac9905)
Diff | [Diff](https://github.com/dotnet/runtime/compare/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2...fc529276b042443bd335adc6b5a26526e7ac9905)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Collections.IterateForEachNonGeneric<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]()
| 991.79 ns | 1.10 μs | 1.11 | 0.17 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.IterateForEachNonGeneric*'
```

### System.Collections.IterateForEachNonGeneric<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)

---

### Run Information

Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2](https://github.com/dotnet/runtime/commit/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2)
Compare | [fc529276b042443bd335adc6b5a26526e7ac9905](https://github.com/dotnet/runtime/commit/fc529276b042443bd335adc6b5a26526e7ac9905)
Diff | [Diff](https://github.com/dotnet/runtime/compare/2c7ee1937a8bd2f17a8f54d3b54bcaa0956f37f2...fc529276b042443bd335adc6b5a26526e7ac9905)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in Exceptions.Handling

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

  • [ThrowAndCatch - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 5.19 μs | 5.81 μs | 1.12 | 0.11 | False | | |
|
  • [ThrowAndCatchWhen - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 5.23 μs | 5.87 μs | 1.12 | 0.10 | False | | |
|
  • [MultipleNestedTryCatch_FirstCatches - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 5.19 μs | 5.79 μs | 1.12 | 0.11 | False | | |

![graph]()
![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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'Exceptions.Handling*'
```

### Exceptions.Handling.ThrowAndCatch(kind: Hardware)

#### ETL Files

#### Histogram

#### JIT Disasms

### Exceptions.Handling.ThrowAndCatchWhen(kind: Hardware)

#### ETL Files

#### Histogram

#### JIT Disasms

### Exceptions.Handling.MultipleNestedTryCatch_FirstCatches(kind: Hardware)

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