dotnet / dotnet/perf-autofiling-issues

[Perf] Linux/x64: 4 Improvements on 7/17/2026 10:18:08 PM +00:00

Open
#76,519 1 comment 0 reactions 0 assignees View on GitHub
arch-x64 branch-refs/heads/main compilationmode-tiered kind-micro os-linux perf-improvement runkind-micro runtime-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 | [09f41d9272e6dcff30bfa15653e124d013167e05](https://github.com/dotnet/runtime/commit/09f41d9272e6dcff30bfa15653e124d013167e05)
Compare | [e7c3d6567c4d78e0c10627fa89939767464478c2](https://github.com/dotnet/runtime/commit/e7c3d6567c4d78e0c10627fa89939767464478c2)
Diff | [Diff](https://github.com/dotnet/runtime/compare/09f41d9272e6dcff30bfa15653e124d013167e05...e7c3d6567c4d78e0c10627fa89939767464478c2)
Configs | CompilationMode:tiered, RunKind:micro

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

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

  • [ToArray - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 211.42 ns | 144.34 ns | 0.68 | 0.05 | False | | |
|
  • [Reverse - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 325.62 ns | 254.12 ns | 0.78 | 0.02 | False | | |
|
  • [OrderBy - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1016.18 ns | 929.11 ns | 0.91 | 0.00 | 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.Linq.Tests.Perf_Enumerable*'
```

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

#### ETL Files

#### Histogram

#### JIT Disasms

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

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Linq.Tests.Perf_Enumerable.OrderBy(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 | [09f41d9272e6dcff30bfa15653e124d013167e05](https://github.com/dotnet/runtime/commit/09f41d9272e6dcff30bfa15653e124d013167e05)
Compare | [e7c3d6567c4d78e0c10627fa89939767464478c2](https://github.com/dotnet/runtime/commit/e7c3d6567c4d78e0c10627fa89939767464478c2)
Diff | [Diff](https://github.com/dotnet/runtime/compare/09f41d9272e6dcff30bfa15653e124d013167e05...e7c3d6567c4d78e0c10627fa89939767464478c2)
Configs | CompilationMode:tiered, RunKind:micro

### Improvements in System.Numerics.Tests.Perf_BigInteger

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

  • [ModPow - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 367.31 μs | 344.84 μs | 0.94 | 0.15 | 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.ModPow(arguments: 16384,16384,64 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

Research direction

Start with the benchmark sources named in src/benchmarks/micro/libraries/System.Linq/Perf.Enumerable.cs and src/benchmarks/micro/libraries/System.Runtime.Numerics/Perf.BigInteger.cs. Run benchmarks_ci.py with the filters shown, then inspect the linked reports and runtime commit diff to identify whether any actionable runtime change exists. Done requires a confirmed cause and a reproducible improvement or a documented decision that no change is needed.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, python
Domain
performance
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.