dotnet / dotnet/perf-autofiling-issues

[Perf] Linux/x64: 17 Regressions on 4/30/2026 1:18:12 AM +00:00

Open
#72,652 1 comment 0 reactions 0 assignees View on GitHub
arch-wasm arch-x64 branch-refs/heads/main compilationmode-wasm kind-micro os-linux perf-regression runkind-micro runtimetype-coreclr untriaged
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 | [209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a](https://github.com/dotnet/runtime/commit/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a)
Compare | [8b7fda5eb3e6849a380afbded2a2a978f3e98876](https://github.com/dotnet/runtime/commit/8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Diff | [Diff](https://github.com/dotnet/runtime/compare/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a...8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

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

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

  • [IterateForEachSingleSegment - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.06 μs | 1.29 μs | 1.22 | 0.44 | False | | |
|
  • [FirstArray - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 298.10 ns | 344.54 ns | 1.16 | 0.55 | False | | |
|
  • [FirstSpanSingleSegment - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 721.82 ns | 800.79 ns | 1.11 | 0.44 | False | | |
|
  • [FirstSpanMemory - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 505.71 ns | 559.23 ns | 1.11 | 0.43 | False | | |
|
  • [SliceTenSegments - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.88 μs | 2.05 μs | 1.09 | 0.40 | False | | |
|
  • [FirstSingleSegment - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 396.54 ns | 423.96 ns | 1.07 | 0.43 | False | | |
|
  • [SliceSingleSegment - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 592.79 ns | 631.68 ns | 1.07 | 0.46 | False | | |
|
  • [IterateTryGetMemory - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.73 μs | 1.83 μs | 1.06 | 0.43 | False | | |

![graph]()
![graph]()
![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.Buffers.Tests.ReadOnlySequenceTests*'
```

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.IterateForEachSingleSegment

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.FirstArray

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.FirstSpanSingleSegment

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.FirstSpanMemory

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.SliceTenSegments

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.FirstSingleSegment

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.SliceSingleSegment

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.IterateTryGetMemory

#### 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 | [209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a](https://github.com/dotnet/runtime/commit/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a)
Compare | [8b7fda5eb3e6849a380afbded2a2a978f3e98876](https://github.com/dotnet/runtime/commit/8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Diff | [Diff](https://github.com/dotnet/runtime/compare/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a...8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

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

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]()
| 46.35 μs | 53.38 μs | 1.15 | 0.54 | False | | |
|
  • [OrderedDictionary - Duration of single invocation]()
  • [ADX - Test Multi Config Graph]()
| 1.52 ms | 1.73 ms | 1.14 | 0.48 | 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.Collections.IndexerSet*'
```

### System.Collections.IndexerSet<String>.List(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.IndexerSet<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 | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a](https://github.com/dotnet/runtime/commit/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a)
Compare | [8b7fda5eb3e6849a380afbded2a2a978f3e98876](https://github.com/dotnet/runtime/commit/8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Diff | [Diff](https://github.com/dotnet/runtime/compare/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a...8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.IO.Tests.MemoryStreamTests

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

  • [CopyTo - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 981.64 ns | 1058.13 ns | 1.08 | 0.27 | False | | |
|
  • [WriteByte - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 162.95 μs | 175.60 μs | 1.08 | 0.41 | 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.MemoryStreamTests*'
```

### System.IO.Tests.MemoryStreamTests.CopyTo(Size: 1024)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.IO.Tests.MemoryStreamTests.WriteByte(Size: 1024)

#### 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 | [209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a](https://github.com/dotnet/runtime/commit/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a)
Compare | [8b7fda5eb3e6849a380afbded2a2a978f3e98876](https://github.com/dotnet/runtime/commit/8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Diff | [Diff](https://github.com/dotnet/runtime/compare/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a...8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Collections.IndexerSetReverse<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]()
| 35.95 μs | 41.74 μs | 1.16 | 0.56 | 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.IndexerSetReverse*'
```

### System.Collections.IndexerSetReverse<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 | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a](https://github.com/dotnet/runtime/commit/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a)
Compare | [8b7fda5eb3e6849a380afbded2a2a978f3e98876](https://github.com/dotnet/runtime/commit/8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Diff | [Diff](https://github.com/dotnet/runtime/compare/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a...8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

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

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

  • [ReadOnlySpan - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 56.56 μs | 64.49 μs | 1.14 | 0.37 | 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.IterateFor*'
```

### System.Collections.IterateFor<String>.ReadOnlySpan(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 | [209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a](https://github.com/dotnet/runtime/commit/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a)
Compare | [8b7fda5eb3e6849a380afbded2a2a978f3e98876](https://github.com/dotnet/runtime/commit/8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Diff | [Diff](https://github.com/dotnet/runtime/compare/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a...8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

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

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

  • [FrozenSet - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 354.31 μs | 430.38 μs | 1.21 | 0.28 | 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.ContainsTrueComparer*'
```

### System.Collections.ContainsTrueComparer<Int32>.FrozenSet(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 | [209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a](https://github.com/dotnet/runtime/commit/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a)
Compare | [8b7fda5eb3e6849a380afbded2a2a978f3e98876](https://github.com/dotnet/runtime/commit/8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Diff | [Diff](https://github.com/dotnet/runtime/compare/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a...8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in PerfLabTests.EnumPerf

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

  • [ObjectGetTypeNoBoxing - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 120.35 ns | 129.07 ns | 1.07 | 0.29 | 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 'PerfLabTests.EnumPerf*'
```

### PerfLabTests.EnumPerf.ObjectGetTypeNoBoxing

#### 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 | [209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a](https://github.com/dotnet/runtime/commit/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a)
Compare | [8b7fda5eb3e6849a380afbded2a2a978f3e98876](https://github.com/dotnet/runtime/commit/8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Diff | [Diff](https://github.com/dotnet/runtime/compare/209f871f0fe3b53e52e80a7db1df21fbb8dd4c1a...8b7fda5eb3e6849a380afbded2a2a978f3e98876)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

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

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

  • [WriteByte - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 144.29 μs | 157.58 μs | 1.09 | 0.38 | 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.IO.Tests.Perf_FileStream*'
```

### System.IO.Tests.Perf_FileStream.WriteByte(fileSize: 1024, 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)

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.