dotnet / dotnet/perf-autofiling-issues

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

Open
#77,420 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-regression 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

### Regressions in System.Numerics.Tests.Perf_VectorOf<UInt32>

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

  • [GreaterThanOrEqualAllBenchmark - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 11.59 ns | 13.16 ns | 1.14 | 0.29 | False | | |
|
  • [GreaterThanAllBenchmark - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 11.56 ns | 13.10 ns | 1.13 | 0.30 | False | | |
|
  • [LessThanAnyBenchmark - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 11.84 ns | 13.17 ns | 1.11 | 0.34 | False | | |

![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_VectorOf*'
```

### System.Numerics.Tests.Perf_VectorOf<UInt32>.GreaterThanOrEqualAllBenchmark

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tests.Perf_VectorOf<UInt32>.GreaterThanAllBenchmark

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tests.Perf_VectorOf<UInt32>.LessThanAnyBenchmark

#### 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 performance/src/benchmarks/micro/libraries/System.Numerics.Vectors/Perf_VectorOfT.cs at lines 116-117, 125-126, and 137-138, then compare the listed baseline and test commits. Run the provided benchmarks_ci.py command and inspect the linked test report and disassembly data. Done means the three reported regressions are understood and the benchmark results confirm the issue is resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, wasm
Domain
performance
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.