dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 6 Regressions on 8/2/2026 7:02:47 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 | [f7a6366c5400f3d8b6aa882944e57d5ae37c1848](https://github.com/dotnet/runtime/commit/f7a6366c5400f3d8b6aa882944e57d5ae37c1848)
Compare | [a2f953fe266dc72602436e77614a9e10f60a7128](https://github.com/dotnet/runtime/commit/a2f953fe266dc72602436e77614a9e10f60a7128)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f7a6366c5400f3d8b6aa882944e57d5ae37c1848...a2f953fe266dc72602436e77614a9e10f60a7128)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Regressions in System.Tests.Perf_Int128
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [TryParseSpan - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [TryFormat - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToString - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [TryFormat - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToString - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Tests.Perf_Int128*'
```
### System.Tests.Perf_Int128.TryParseSpan(value: "12345")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Int128.TryFormat(value: -170141183460469231731687303715884105728)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Int128.ToString(value: 170141183460469231731687303715884105727)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Int128.TryFormat(value: 170141183460469231731687303715884105727)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Int128.ToString(value: -170141183460469231731687303715884105728)
#### 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 | [f7a6366c5400f3d8b6aa882944e57d5ae37c1848](https://github.com/dotnet/runtime/commit/f7a6366c5400f3d8b6aa882944e57d5ae37c1848)
Compare | [a2f953fe266dc72602436e77614a9e10f60a7128](https://github.com/dotnet/runtime/commit/a2f953fe266dc72602436e77614a9e10f60a7128)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f7a6366c5400f3d8b6aa882944e57d5ae37c1848...a2f953fe266dc72602436e77614a9e10f60a7128)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Regressions in System.Numerics.Tests.Perf_BigInteger
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Divide - 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.Numerics.Tests.Perf_BigInteger*'
```
### System.Numerics.Tests.Perf_BigInteger.Divide(arguments: 16,8 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 linked benchmark sources, including src/benchmarks/micro/libraries/System.Runtime/Perf.Int128.cs and the System.Runtime.Numerics BigInteger benchmark, then read the benchmarking workflow documentation. Run benchmarks_ci.py with the reported System.Tests.Perf_Int128 filter and compare the AOT wasm results against the listed baseline. Done means the regressions are explained and the affected performance is restored or the issue is otherwise triaged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, python, wasm
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100