dotnet / dotnet/perf-autofiling-issues
[Perf] Windows/x86: 2 Improvements on 7/30/2026 2:24:29 PM +00:00
- 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 | [d1d60b31914b2a81a755890fad31cb44ca5cf5cd](https://github.com/dotnet/runtime/commit/d1d60b31914b2a81a755890fad31cb44ca5cf5cd)
Compare | [974b4b56b05ffe12857f731320f4b235bf36169c](https://github.com/dotnet/runtime/commit/974b4b56b05ffe12857f731320f4b235bf36169c)
Diff | [Diff](https://github.com/dotnet/runtime/compare/d1d60b31914b2a81a755890fad31cb44ca5cf5cd...974b4b56b05ffe12857f731320f4b235bf36169c)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Text.Json.Tests.Perf_Get
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [GetByte - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [GetUInt64 - 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Text.Json.Tests.Perf_Get*'
```
### System.Text.Json.Tests.Perf_Get.GetByte
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Json.Tests.Perf_Get.GetUInt64
#### 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 definitions in src/benchmarks/micro/libraries/System.Text.Json/Utf8JsonReader/Perf.Get.cs at lines 42-55 and 146-159. Run the provided benchmarks_ci.py command for System.Text.Json.Tests.Perf_Get, then compare the GetByte and GetUInt64 results with the linked reports. Done means identifying and validating the cause of the reported performance differences.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100