dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 9 Regressions on 4/29/2026 5:45:57 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Collections.CreateAddAndClear<String>
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]()
|
- [Array - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Dictionary - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ImmutableHashSet - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Collections.CreateAddAndClear*'
```
### System.Collections.CreateAddAndClear<String>.Stack(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CreateAddAndClear<String>.Array(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CreateAddAndClear<String>.Dictionary(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CreateAddAndClear<String>.ImmutableHashSet(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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Collections.TryGetValueFalse<String, String>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [FrozenDictionaryOptimized - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ConcurrentDictionary - 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.Collections.TryGetValueFalse*'
```
### System.Collections.TryGetValueFalse<String, String>.FrozenDictionaryOptimized(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.TryGetValueFalse<String, String>.ConcurrentDictionary(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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Collections.Tests.Perf_PriorityQueue<String, String>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [K_Max_Elements - 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.Tests.Perf_PriorityQueue*'
```
### System.Collections.Tests.Perf_PriorityQueue<String, String>.K_Max_Elements(Size: 100)
#### 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Text.Json.Serialization.Tests.ReadJson<LargeStructWithProperties>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [DeserializeFromReader - 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.Text.Json.Serialization.Tests.ReadJson*'
```
### System.Text.Json.Serialization.Tests.ReadJson<LargeStructWithProperties>.DeserializeFromReader(Mode: SourceGen)
#### 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 | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Compare | [6df7b63c607b6ac9e100831c07349d907e78bbd5](https://github.com/dotnet/runtime/commit/6df7b63c607b6ac9e100831c07349d907e78bbd5)
Diff | [Diff](https://github.com/dotnet/runtime/compare/1d02af45d41c1fefa5ec4c139295081092af0905...6df7b63c607b6ac9e100831c07349d907e78bbd5)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Collections.AddGivenSize<Int32>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ICollection - 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.AddGivenSize*'
```
### System.Collections.AddGivenSize<Int32>.ICollection(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.