dotnet / dotnet/perf-autofiling-issues

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

Open
#68,328 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 | [212076ab3e7e92b1d7701d9ab1a660700ee37b81](https://github.com/dotnet/runtime/commit/212076ab3e7e92b1d7701d9ab1a660700ee37b81)
Compare | [20078050f3314428d8ed376dc0085b35856b105a](https://github.com/dotnet/runtime/commit/20078050f3314428d8ed376dc0085b35856b105a)
Diff | [Diff](https://github.com/dotnet/runtime/compare/212076ab3e7e92b1d7701d9ab1a660700ee37b81...20078050f3314428d8ed376dc0085b35856b105a)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.IO.Tests.BinaryReaderTests

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

  • [ReadSmallString - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 23.36 ns | 25.05 ns | 1.07 | 0.05 | False | | |
|
  • [ReadUInt16 - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.53 ns | 2.68 ns | 1.76 | 0.14 | False | | |
|
  • [ReadDouble - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.49 ns | 2.68 ns | 1.79 | 0.06 | False | | |
|
  • [ReadSingle - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.49 ns | 2.69 ns | 1.80 | 0.08 | False | | |
|
  • [ReadUInt32 - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.51 ns | 2.66 ns | 1.76 | 0.08 | False | | |
|
  • [ReadUInt64 - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.53 ns | 2.68 ns | 1.75 | 0.09 | False | | |

![graph]()
![graph]()
![graph]()
![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 'System.IO.Tests.BinaryReaderTests*'
```

### System.IO.Tests.BinaryReaderTests.ReadSmallString

#### ETL Files

#### Histogram

#### JIT Disasms

### System.IO.Tests.BinaryReaderTests.ReadUInt16

#### ETL Files

#### Histogram

#### JIT Disasms

### System.IO.Tests.BinaryReaderTests.ReadDouble

#### ETL Files

#### Histogram

#### JIT Disasms

### System.IO.Tests.BinaryReaderTests.ReadSingle

#### ETL Files

#### Histogram

#### JIT Disasms

### System.IO.Tests.BinaryReaderTests.ReadUInt32

#### ETL Files

#### Histogram

#### JIT Disasms

### System.IO.Tests.BinaryReaderTests.ReadUInt64

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

### Regressions in System.Tests.Perf_Int64

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

  • [ParseSpan - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 16.30 ns | 19.29 ns | 1.18 | 0.46 | False | | |
|
  • [TryParse - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 16.42 ns | 19.41 ns | 1.18 | 0.41 | False | | |
|
  • [Parse - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 16.05 ns | 19.13 ns | 1.19 | 0.47 | 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 'System.Tests.Perf_Int64*'
```

### System.Tests.Perf_Int64.ParseSpan(value: "-9223372036854775808")

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Tests.Perf_Int64.TryParse(value: "-9223372036854775808")

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Tests.Perf_Int64.Parse(value: "-9223372036854775808")

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

### Regressions in System.Numerics.Tests.Perf_BigInteger

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

  • [Divide - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 9.45 ns | 12.47 ns | 1.32 | 0.48 | 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.Numerics.Tests.Perf_BigInteger*'
```

### System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 16,8 bits)

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