dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 17 Regressions on 4/30/2026 1:18:12 AM +00:00
- 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]()
|
- [FirstArray - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [FirstSpanSingleSegment - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [FirstSpanMemory - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SliceTenSegments - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [FirstSingleSegment - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SliceSingleSegment - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IterateTryGetMemory - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
![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]()
|
- [OrderedDictionary - Duration of single invocation]()
- [ADX - Test Multi Config 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.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]()
|
- [WriteByte - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.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]()
![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]()
![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]()
![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]()
![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]()
![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.