dotnet / dotnet/perf-autofiling-issues

[Perf] Linux/x64: 4 Improvements on 6/24/2026 4:31:52 PM +00:00

Open
#75,885 1 comment 0 reactions 0 assignees View on GitHub
aot-true arch-wasm arch-x64 branch-refs/heads/main compilationmode-wasm kind-micro Look Again os-linux perf-improvement runkind-micro untriaged wasm-aot
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 | [46b72c7c81592b429e062bacebe8d39f17362333](https://github.com/dotnet/runtime/commit/46b72c7c81592b429e062bacebe8d39f17362333)
Compare | [ce71db3201f610d5a8cbf692cc3081f8784992fc](https://github.com/dotnet/runtime/commit/ce71db3201f610d5a8cbf692cc3081f8784992fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/46b72c7c81592b429e062bacebe8d39f17362333...ce71db3201f610d5a8cbf692cc3081f8784992fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Linq.Tests.Perf_ImmutableArrayExtensions

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

  • [SequenceEqual - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 2.25 μs | 1.66 μs | 0.74 | 0.11 | False | | |
|
  • [SequenceEqual - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 2.07 μs | 1.60 μs | 0.77 | 0.05 | 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.Linq.Tests.Perf_ImmutableArrayExtensions*'
```

### System.Linq.Tests.Perf_ImmutableArrayExtensions.SequenceEqual(input: IEnumerable)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Linq.Tests.Perf_ImmutableArrayExtensions.SequenceEqual(input: IList)

#### 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 | [46b72c7c81592b429e062bacebe8d39f17362333](https://github.com/dotnet/runtime/commit/46b72c7c81592b429e062bacebe8d39f17362333)
Compare | [ce71db3201f610d5a8cbf692cc3081f8784992fc](https://github.com/dotnet/runtime/commit/ce71db3201f610d5a8cbf692cc3081f8784992fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/46b72c7c81592b429e062bacebe8d39f17362333...ce71db3201f610d5a8cbf692cc3081f8784992fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Linq.Tests.Perf_Enumerable

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

  • [FirstWithPredicate_LastElementMatches - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 2.22 μs | 1.85 μs | 0.83 | 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.Linq.Tests.Perf_Enumerable*'
```

### System.Linq.Tests.Perf_Enumerable.FirstWithPredicate_LastElementMatches(input: IEnumerable)

#### 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 | [46b72c7c81592b429e062bacebe8d39f17362333](https://github.com/dotnet/runtime/commit/46b72c7c81592b429e062bacebe8d39f17362333)
Compare | [ce71db3201f610d5a8cbf692cc3081f8784992fc](https://github.com/dotnet/runtime/commit/ce71db3201f610d5a8cbf692cc3081f8784992fc)
Diff | [Diff](https://github.com/dotnet/runtime/compare/46b72c7c81592b429e062bacebe8d39f17362333...ce71db3201f610d5a8cbf692cc3081f8784992fc)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Collections.IterateForEach<Int32>

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

  • [ConcurrentBag - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 5.65 μs | 4.96 μs | 0.88 | 0.06 | 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.IterateForEach*'
```

### System.Collections.IterateForEach<Int32>.ConcurrentBag(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

Research direction

Start with the benchmark sources named in src/benchmarks/micro/libraries/System.Linq/Perf.ImmutableArrayExtensions.cs, Perf.Enumerable.cs, and System.Collections/Iterate/IterateForEach.cs. Run the listed benchmarks_ci.py filters and inspect the linked performance reports. The issue does not define a requested change or completion criteria, so the intended fix must be clarified before work begins.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, wasm
Domain
performance
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.