dotnet / dotnet/perf-autofiling-issues

[Perf] Linux/x64: 4 Improvements on 7/30/2026 2:24:29 PM +00:00

Open
#77,492 1 comment 0 reactions 0 assignees View on GitHub
arch-wasm arch-x64 branch-refs/heads/main compilationmode-wasm kind-micro Look Again os-linux perf-improvement runkind-micro untriaged
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]()
| 24.28 ns | 21.85 ns | 0.90 | 0.20 | False | | |
|
  • [SubtractFunctionBenchmark - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 23.90 ns | 21.93 ns | 0.92 | 0.21 | False | | |

![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]()
| 10.18 μs | 8.96 μs | 0.88 | 0.22 | False | | |
|
  • [GetInt16 - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 10.46 μs | 9.35 μs | 0.89 | 0.20 | False | | |

![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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.