dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 4 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 | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
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:wasm, RunKind:micro
### Improvements in System.Numerics.Tests.Perf_Vector3
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [AddOperatorBenchmark - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SubtractFunctionBenchmark - 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.Numerics.Tests.Perf_Vector3*'
```
### System.Numerics.Tests.Perf_Vector3.AddOperatorBenchmark
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_Vector3.SubtractFunctionBenchmark
#### 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 | [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:wasm, 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
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [GetUInt32 - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [GetInt16 - 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.Text.Json.Tests.Perf_Get*'
```
### System.Text.Json.Tests.Perf_Get.GetUInt32
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Json.Tests.Perf_Get.GetInt16
#### 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.Numerics.Vectors/Perf_Vector3.cs and src/benchmarks/micro/libraries/System.Text.Json/Utf8JsonReader/Perf.Get.cs, then run benchmarks_ci.py with the two filters in the issue. Compare the generated results with the linked reports; done means confirming the improvements and determining whether the benchmark or runtime needs follow-up.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, python, wasm
- Domain
- performance, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100