dotnet / dotnet/perf-autofiling-issues

[Perf] Linux/x64: 20 Improvements on 9/7/2026 9:35:50 AM +00:00

Open
#79,287 3 comments 0 reactions 0 assignees View on GitHub
aot-true arch-wasm arch-x64 branch-refs/heads/main chrome-update compilationmode-wasm kind-micro Look Again os-linux perf-improvement PGO runkind-micro wasm-aot
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 | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Collections.CopyTo<String>

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

  • [Span - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.69 μs | 1.50 μs | 0.89 | 0.02 | False | | |
|
  • [Memory - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.71 μs | 1.52 μs | 0.89 | 0.00 | False | | |
|
  • [ReadOnlyMemory - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.70 μs | 1.52 μs | 0.89 | 0.00 | False | | |
|
  • [List - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.71 μs | 1.52 μs | 0.89 | 0.01 | False | | |
|
  • [ImmutableArray - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.74 μs | 1.55 μs | 0.89 | 0.00 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.CopyTo*'
```

### System.Collections.CopyTo<String>.Span(Size: 2048)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.CopyTo<String>.Memory(Size: 2048)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.CopyTo<String>.ReadOnlyMemory(Size: 2048)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.CopyTo<String>.List(Size: 2048)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.CopyTo<String>.ImmutableArray(Size: 2048)

#### 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 | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Collections.TryGetValueFalse<BigStruct, BigStruct>

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

  • [IDictionary - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 372.68 μs | 336.49 μs | 0.90 | 0.11 | False | | |
|
  • [ConcurrentDictionary - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 248.65 μs | 224.70 μs | 0.90 | 0.13 | False | | |
|
  • [OrderedDictionary - Duration of single invocation]()
  • [ADX - Test Multi Config Graph]()
| 271.05 μs | 249.30 μs | 0.92 | 0.13 | 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.Collections.TryGetValueFalse*'
```

### System.Collections.TryGetValueFalse<BigStruct, BigStruct>.IDictionary(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.TryGetValueFalse<BigStruct, BigStruct>.ConcurrentDictionary(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.TryGetValueFalse<BigStruct, BigStruct>.OrderedDictionary(Size: 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Buffers.Tests.SearchValuesCharTests

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

  • [ContainsAny - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 124.50 ns | 108.96 ns | 0.88 | 0.02 | False | | |
|
  • [IndexOfAny - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 117.64 ns | 106.13 ns | 0.90 | 0.00 | 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.Buffers.Tests.SearchValuesCharTests*'
```

### System.Buffers.Tests.SearchValuesCharTests.ContainsAny(Values: "ßäöüÄÖÜ")

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.SearchValuesCharTests.IndexOfAny(Values: "ßäöüÄÖÜ")

#### 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 | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Double>

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

  • [Max_Vector - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 2.23 μs | 1.73 μs | 0.78 | 0.00 | False | | |
|
  • [Max_Vector - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 128.14 ns | 106.27 ns | 0.83 | 0.03 | 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.Tensors.Tests.Perf_NumberTensorPrimitives*'
```

### System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Double>.Max_Vector(BufferLength: 3079)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Double>.Max_Vector(BufferLength: 128)

#### 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 | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, 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]()
| 48.30 ms | 45.15 ms | 0.93 | 0.09 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'PerfLabTests.LowLevelPerf*'
```

### PerfLabTests.LowLevelPerf.ForeachOverList100Elements

#### 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 | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.IO.Tests.Perf_Path

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

  • [Combine - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 23.05 ns | 18.26 ns | 0.79 | 0.12 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.IO.Tests.Perf_Path*'
```

### System.IO.Tests.Perf_Path.Combine

#### 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 | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Tests.Perf_String

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

  • [CtorCharCount - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 52.04 ns | 47.92 ns | 0.92 | 0.08 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Tests.Perf_String*'
```

### System.Tests.Perf_String.CtorCharCount(size: 100)

#### 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 | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Buffers.Text.Tests.Utf8FormatterTests

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

  • [FormatterInt32 - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 20.72 ns | 18.67 ns | 0.90 | 0.17 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Buffers.Text.Tests.Utf8FormatterTests*'
```

### System.Buffers.Text.Tests.Utf8FormatterTests.FormatterInt32(value: 12345)

#### 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 | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Tests.Perf_DateTimeOffset

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

  • [ToString - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 75.60 ns | 71.21 ns | 0.94 | 0.11 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Tests.Perf_DateTimeOffset*'
```

### System.Tests.Perf_DateTimeOffset.ToString(format: "r")

#### 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 | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in PerfLabTests.DelegatePerf

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

  • [MulticastDelegateCombineInvoke - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 55.92 ms | 51.38 ms | 0.92 | 0.01 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'PerfLabTests.DelegatePerf*'
```

### PerfLabTests.DelegatePerf.MulticastDelegateCombineInvoke

#### 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 | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in System.Numerics.Tests.Perf_VectorOf<UInt16>

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

  • [GetHashCodeBenchmark - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 71.09 ns | 65.09 ns | 0.92 | 0.09 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Numerics.Tests.Perf_VectorOf*'
```

### System.Numerics.Tests.Perf_VectorOf<UInt16>.GetHashCodeBenchmark

#### 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 | [570fcdab16c5b674bb59007f4faa705671d69cc2](https://github.com/dotnet/runtime/commit/570fcdab16c5b674bb59007f4faa705671d69cc2)
Compare | [294fe754ccc3db80640c7e34018d97cfac834f51](https://github.com/dotnet/runtime/commit/294fe754ccc3db80640c7e34018d97cfac834f51)
Diff | [Diff](https://github.com/dotnet/runtime/compare/570fcdab16c5b674bb59007f4faa705671d69cc2...294fe754ccc3db80640c7e34018d97cfac834f51)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro

### Improvements in IfStatements.IfStatements

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

  • [SingleArray - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 46.78 μs | 23.74 μs | 0.51 | 0.20 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'IfStatements.IfStatements*'
```

### IfStatements.IfStatements.SingleArray

#### 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 sources named in the report: src/benchmarks/micro/libraries/System.Collections/CopyTo.cs and TryGetValue/TryGetValueFalse.cs. Run scripts/benchmarks_ci.py with the provided filter, then compare the reported baseline and test results for the AOT WebAssembly configuration. Done requires identifying whether the automated improvements indicate an actionable runtime issue, but the report does not define a specific fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, python, wasm
Domain
performance
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.