dotnet / dotnet/perf-autofiling-issues

[Perf] Windows/x86: 1 Regression on 4/21/2026 4:43:45 AM +00:00

Open
#72,923 1 comment 0 reactions 0 assignees View on GitHub
arch-x86 branch-refs/heads/main compilationmode-tiered kind-micro os-windows perf-regression 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [976701907bacb8447df45a1dd1fc089ec12e838f](https://github.com/dotnet/runtime/commit/976701907bacb8447df45a1dd1fc089ec12e838f)
Compare | [6f2ad2d6d76430b0f7c5bddabb64d9957092453a](https://github.com/dotnet/runtime/commit/6f2ad2d6d76430b0f7c5bddabb64d9957092453a)
Diff | [Diff](https://github.com/dotnet/runtime/compare/976701907bacb8447df45a1dd1fc089ec12e838f...6f2ad2d6d76430b0f7c5bddabb64d9957092453a)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Tests.Perf_UInt32

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

  • [TryParseHex - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 5.87 ns | 7.33 ns | 1.25 | 0.01 | 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Tests.Perf_UInt32*'
```

### System.Tests.Perf_UInt32.TryParseHex(value: "FFFFFFFF")

#### 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 source at src/benchmarks/micro/libraries/System.Runtime/Perf.UInt32.cs lines 55-57 and reproduce System.Tests.Perf_UInt32 with the provided benchmarks_ci.py command. Compare the baseline and regression commits and inspect the TryParseHex result on Windows x86; done means identifying and addressing the cause of the 25% regression and confirming the benchmark returns to baseline.

Written by the indexing model from the issue text.

Assessment

Domain
performance, testing-qa
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.