dotnet / dotnet/perf-autofiling-issues

[Perf] Windows/x64: 11 Improvements on 7/20/2026 2:22:01 PM +00:00

Open
#76,931 1 comment 0 reactions 0 assignees View on GitHub
arch-x64 branch-refs/heads/main compilationmode-tiered kind-micro os-windows perf-improvement runkind-micro runtime-coreclr triage-error untriaged
Dominant language
No language data
Stars
10
Forks
8
PR merge metrics
PR metrics pending

Description

### Run Information

Name | Value
-- | --
Architecture | x64
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [563abf220847ed66cab58f0d7d166cb264874f40](https://github.com/dotnet/runtime/commit/563abf220847ed66cab58f0d7d166cb264874f40)
Compare | [73a9e0a51ed85481b7f03ca3f2696e020365afd6](https://github.com/dotnet/runtime/commit/73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Diff | [Diff](https://github.com/dotnet/runtime/compare/563abf220847ed66cab58f0d7d166cb264874f40...73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Configs | CompilationMode:tiered, RunKind:micro

### Improvements in System.Numerics.Tests.Perf_VectorConvert

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

  • [Widen_short - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 548.00 ns | 430.28 ns | 0.79 | 0.05 | False | | |
|
  • [Widen_uint - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 548.07 ns | 431.47 ns | 0.79 | 0.05 | False | | |
|
  • [Widen_int - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 547.99 ns | 432.13 ns | 0.79 | 0.06 | False | | |
|
  • [Widen_sbyte - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 548.21 ns | 432.87 ns | 0.79 | 0.09 | False | | |
|
  • [Widen_ushort - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 548.08 ns | 432.80 ns | 0.79 | 0.06 | False | | |

![graph]()
![graph]()
![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.Numerics.Tests.Perf_VectorConvert*'
```

### System.Numerics.Tests.Perf_VectorConvert.Widen_short

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tests.Perf_VectorConvert.Widen_uint

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tests.Perf_VectorConvert.Widen_int

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tests.Perf_VectorConvert.Widen_sbyte

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tests.Perf_VectorConvert.Widen_ushort

#### 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 | Windows 10.0.22631
Queue | ViperWindows
Baseline | [563abf220847ed66cab58f0d7d166cb264874f40](https://github.com/dotnet/runtime/commit/563abf220847ed66cab58f0d7d166cb264874f40)
Compare | [73a9e0a51ed85481b7f03ca3f2696e020365afd6](https://github.com/dotnet/runtime/commit/73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Diff | [Diff](https://github.com/dotnet/runtime/compare/563abf220847ed66cab58f0d7d166cb264874f40...73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Configs | CompilationMode:tiered, RunKind:micro

### Improvements in PerfLabTests.LowLevelPerf

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

  • [ForeachOverList100Elements - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 5.47 ms | 3.97 ms | 0.73 | 0.07 | False | | |
|
  • [ObjectStringIsString - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 54.18 μs | 40.65 μs | 0.75 | 0.08 | 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'PerfLabTests.LowLevelPerf*'
```

### PerfLabTests.LowLevelPerf.ForeachOverList100Elements

#### ETL Files

#### Histogram

#### JIT Disasms

### PerfLabTests.LowLevelPerf.ObjectStringIsString

#### 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 | Windows 10.0.22631
Queue | ViperWindows
Baseline | [563abf220847ed66cab58f0d7d166cb264874f40](https://github.com/dotnet/runtime/commit/563abf220847ed66cab58f0d7d166cb264874f40)
Compare | [73a9e0a51ed85481b7f03ca3f2696e020365afd6](https://github.com/dotnet/runtime/commit/73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Diff | [Diff](https://github.com/dotnet/runtime/compare/563abf220847ed66cab58f0d7d166cb264874f40...73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Configs | CompilationMode:tiered, RunKind:micro

### Improvements in Struct.GSeq

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

  • [FilterSkipMapSum - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 8.03 μs | 6.82 μs | 0.85 | 0.25 | False | | |

![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 'Struct.GSeq*'
```

### Struct.GSeq.FilterSkipMapSum

#### 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 | Windows 10.0.22631
Queue | ViperWindows
Baseline | [563abf220847ed66cab58f0d7d166cb264874f40](https://github.com/dotnet/runtime/commit/563abf220847ed66cab58f0d7d166cb264874f40)
Compare | [73a9e0a51ed85481b7f03ca3f2696e020365afd6](https://github.com/dotnet/runtime/commit/73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Diff | [Diff](https://github.com/dotnet/runtime/compare/563abf220847ed66cab58f0d7d166cb264874f40...73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Configs | CompilationMode:tiered, RunKind:micro

### Improvements in Struct.FilteredSpanEnumerator

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

  • [Sum - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 5.42 μs | 4.42 μs | 0.82 | 0.10 | False | | |

![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 'Struct.FilteredSpanEnumerator*'
```

### Struct.FilteredSpanEnumerator.Sum

#### 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 | Windows 10.0.22631
Queue | ViperWindows
Baseline | [563abf220847ed66cab58f0d7d166cb264874f40](https://github.com/dotnet/runtime/commit/563abf220847ed66cab58f0d7d166cb264874f40)
Compare | [73a9e0a51ed85481b7f03ca3f2696e020365afd6](https://github.com/dotnet/runtime/commit/73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Diff | [Diff](https://github.com/dotnet/runtime/compare/563abf220847ed66cab58f0d7d166cb264874f40...73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Configs | CompilationMode:tiered, RunKind:micro

### Improvements in System.Collections.Tests.Add_Remove_SteadyState<String>

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

  • [ConcurrentBag - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 30.53 ns | 25.04 ns | 0.82 | 0.31 | False | | |

![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.Collections.Tests.Add_Remove_SteadyState*'
```

### System.Collections.Tests.Add_Remove_SteadyState<String>.ConcurrentBag(Count: 512)

#### 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 | Windows 10.0.22631
Queue | ViperWindows
Baseline | [f43516f45fff5920eabd11753bd5f1803cfacd0c](https://github.com/dotnet/runtime/commit/f43516f45fff5920eabd11753bd5f1803cfacd0c)
Compare | [73a9e0a51ed85481b7f03ca3f2696e020365afd6](https://github.com/dotnet/runtime/commit/73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f43516f45fff5920eabd11753bd5f1803cfacd0c...73a9e0a51ed85481b7f03ca3f2696e020365afd6)
Configs | CompilationMode:tiered, RunKind:micro

### Improvements in System.Tests.Perf_String

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

  • [IndexerCheckBoundCheckHoist - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 40.44 ns | 26.18 ns | 0.65 | 0.07 | False | | |

![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.Tests.Perf_String*'
```

### System.Tests.Perf_String.IndexerCheckBoundCheckHoist

#### 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

Review the benchmark sources in performance/src/benchmarks/micro/libraries/System.Numerics.Vectors/Perf_VectorConvert.cs and performance/src/benchmarks/micro/runtime/perflab/LowLevelPerf.cs, then run the provided benchmarks_ci.py command for Perf_VectorConvert. Compare the Windows/x64 results with the linked baseline and report or investigate the measured improvements; the issue does not define a specific change or acceptance criteria.

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
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.