dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 2 Improvements on 9/2/2026 2:19:07 PM +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 | [36ef18696f857aeb42a5fa537d3c9593b02a474d](https://github.com/dotnet/runtime/commit/36ef18696f857aeb42a5fa537d3c9593b02a474d)
Compare | [a56ab6eb22016f87d149ab6709dee133935372d3](https://github.com/dotnet/runtime/commit/a56ab6eb22016f87d149ab6709dee133935372d3)
Diff | [Diff](https://github.com/dotnet/runtime/compare/36ef18696f857aeb42a5fa537d3c9593b02a474d...a56ab6eb22016f87d149ab6709dee133935372d3)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Improvements in System.Reflection.Metadata.Perf_TypeName
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Parse_AssemblyQualifiedName - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Parse_AssemblyQualifiedName - 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Reflection.Metadata.Perf_TypeName*'
```
### System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32[*]))
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Reflection.Metadata.Perf_TypeName.Parse_AssemblyQualifiedName(input: typeof(System.Int32&))
#### 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 src/benchmarks/micro/libraries/System.Reflection.Metadata/Perf.TypeName.cs at the linked Parse_AssemblyQualifiedName benchmarks, then run scripts/benchmarks_ci.py with the listed filter. Compare the reported baseline and test results to determine whether the improvement is reproducible; done means the benchmark result and any follow-up are validated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, python, ubuntu, wasm
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100