dotnet / dotnet/perf-autofiling-issues

[Perf] Linux/x64: 19 Regressions on 6/14/2026 8:59:21 AM +00:00

Open
#74,631 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 runtimetype-coreclr 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 | [f36379692fdd0448b5b1276a1a4aa075a0d2c1e0](https://github.com/dotnet/runtime/commit/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0)
Compare | [3a87981877445b58ef3c05851888e24c3558876b](https://github.com/dotnet/runtime/commit/3a87981877445b58ef3c05851888e24c3558876b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0...3a87981877445b58ef3c05851888e24c3558876b)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Collections.Tests.Perf_PriorityQueue<String, String>

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

  • [K_Max_Elements - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 3.99 ms | 5.83 ms | 1.46 | 0.30 | False | | |
|
  • [K_Max_Elements - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 73.58 μs | 101.45 μs | 1.38 | 0.35 | False | | |
|
  • [Dequeue_And_Enqueue - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 11.09 ms | 13.50 ms | 1.22 | 0.30 | False | | |
|
  • [K_Max_Elements - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 693.56 μs | 832.86 μs | 1.20 | 0.31 | False | | |
|
  • [Dequeue_And_Enqueue - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 167.20 ms | 194.89 ms | 1.17 | 0.30 | 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.Tests.Perf_PriorityQueue*'
```

### System.Collections.Tests.Perf_PriorityQueue<String, String>.K_Max_Elements(Size: 1000)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.Tests.Perf_PriorityQueue<String, String>.K_Max_Elements(Size: 10)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.Tests.Perf_PriorityQueue<String, String>.Dequeue_And_Enqueue(Size: 100)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.Tests.Perf_PriorityQueue<String, String>.K_Max_Elements(Size: 100)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.Tests.Perf_PriorityQueue<String, String>.Dequeue_And_Enqueue(Size: 1000)

#### 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 | [f36379692fdd0448b5b1276a1a4aa075a0d2c1e0](https://github.com/dotnet/runtime/commit/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0)
Compare | [3a87981877445b58ef3c05851888e24c3558876b](https://github.com/dotnet/runtime/commit/3a87981877445b58ef3c05851888e24c3558876b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0...3a87981877445b58ef3c05851888e24c3558876b)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.ComponentModel.Tests.Perf_TypeDescriptorTests

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

  • [GetConverter - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 9.86 μs | 14.54 μs | 1.47 | 0.24 | False | | |
|
  • [GetConverter - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 7.82 μs | 10.76 μs | 1.38 | 0.22 | False | | |
|
  • [GetConverter - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 10.45 μs | 13.53 μs | 1.29 | 0.25 | 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.ComponentModel.Tests.Perf_TypeDescriptorTests*'
```

### System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.Guid))

#### ETL Files

#### Histogram

#### JIT Disasms

### System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.ClassIDerived))

#### ETL Files

#### Histogram

#### JIT Disasms

### System.ComponentModel.Tests.Perf_TypeDescriptorTests.GetConverter(typeToConvert: typeof(System.ComponentModel.Tests.DerivedClass))

#### 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 | [f36379692fdd0448b5b1276a1a4aa075a0d2c1e0](https://github.com/dotnet/runtime/commit/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0)
Compare | [3a87981877445b58ef3c05851888e24c3558876b](https://github.com/dotnet/runtime/commit/3a87981877445b58ef3c05851888e24c3558876b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0...3a87981877445b58ef3c05851888e24c3558876b)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions 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]()
| 17.38 μs | 20.17 μs | 1.16 | 0.22 | False | | |
|
  • [ToString - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 14.21 μs | 16.17 μs | 1.14 | 0.20 | False | | |
|
  • [ToString - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 17.42 μs | 19.53 μs | 1.12 | 0.17 | 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.Tests.Perf_DateTimeOffset*'
```

### System.Tests.Perf_DateTimeOffset.ToString(value: 12/30/2017 3:45:22 AM -08:00)

#### ETL Files

#### Histogram

#### JIT Disasms

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

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Tests.Perf_DateTimeOffset.ToString(format: null)

#### 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 | [f36379692fdd0448b5b1276a1a4aa075a0d2c1e0](https://github.com/dotnet/runtime/commit/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0)
Compare | [3a87981877445b58ef3c05851888e24c3558876b](https://github.com/dotnet/runtime/commit/3a87981877445b58ef3c05851888e24c3558876b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0...3a87981877445b58ef3c05851888e24c3558876b)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Text.Tests.Perf_StringBuilder

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

  • [Append_ValueTypes_Interpolated - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 334.33 μs | 443.89 μs | 1.33 | 0.19 | False | | |
|
  • [Append_ValueTypes - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 229.30 μs | 280.47 μs | 1.22 | 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.Tests.Perf_StringBuilder*'
```

### System.Text.Tests.Perf_StringBuilder.Append_ValueTypes_Interpolated

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Text.Tests.Perf_StringBuilder.Append_ValueTypes

#### 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 | [f36379692fdd0448b5b1276a1a4aa075a0d2c1e0](https://github.com/dotnet/runtime/commit/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0)
Compare | [3a87981877445b58ef3c05851888e24c3558876b](https://github.com/dotnet/runtime/commit/3a87981877445b58ef3c05851888e24c3558876b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0...3a87981877445b58ef3c05851888e24c3558876b)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Collections.Perf_OrderedDictionary<String>

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

  • [AddOrUpdate2 - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 6.87 ms | 7.47 ms | 1.09 | 0.32 | 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.Collections.Perf_OrderedDictionary*'
```

### System.Collections.Perf_OrderedDictionary<String>.AddOrUpdate2(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 | [f36379692fdd0448b5b1276a1a4aa075a0d2c1e0](https://github.com/dotnet/runtime/commit/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0)
Compare | [3a87981877445b58ef3c05851888e24c3558876b](https://github.com/dotnet/runtime/commit/3a87981877445b58ef3c05851888e24c3558876b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0...3a87981877445b58ef3c05851888e24c3558876b)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in Microsoft.Extensions.Logging.ScopesOverheadBenchmark

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

  • [NotFiltered_InsideScope - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 5.16 μs | 8.71 μs | 1.69 | 0.32 | 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 'Microsoft.Extensions.Logging.ScopesOverheadBenchmark*'
```

### Microsoft.Extensions.Logging.ScopesOverheadBenchmark.NotFiltered_InsideScope(HasISupportLoggingScopeLogger: False, CaptureScopes: True)

#### 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 | [f36379692fdd0448b5b1276a1a4aa075a0d2c1e0](https://github.com/dotnet/runtime/commit/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0)
Compare | [3a87981877445b58ef3c05851888e24c3558876b](https://github.com/dotnet/runtime/commit/3a87981877445b58ef3c05851888e24c3558876b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0...3a87981877445b58ef3c05851888e24c3558876b)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Collections.CreateAddAndClear<String>

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

  • [SortedSet - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 17.71 ms | 24.99 ms | 1.41 | 0.35 | 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.Collections.CreateAddAndClear*'
```

### System.Collections.CreateAddAndClear<String>.SortedSet(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 | [f36379692fdd0448b5b1276a1a4aa075a0d2c1e0](https://github.com/dotnet/runtime/commit/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0)
Compare | [3a87981877445b58ef3c05851888e24c3558876b](https://github.com/dotnet/runtime/commit/3a87981877445b58ef3c05851888e24c3558876b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0...3a87981877445b58ef3c05851888e24c3558876b)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in Microsoft.Extensions.Logging.FormattingOverhead

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

  • [NoArguments - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 2.88 μs | 3.82 μs | 1.33 | 0.37 | 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 'Microsoft.Extensions.Logging.FormattingOverhead*'
```

### Microsoft.Extensions.Logging.FormattingOverhead.NoArguments

#### 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 | [f36379692fdd0448b5b1276a1a4aa075a0d2c1e0](https://github.com/dotnet/runtime/commit/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0)
Compare | [3a87981877445b58ef3c05851888e24c3558876b](https://github.com/dotnet/runtime/commit/3a87981877445b58ef3c05851888e24c3558876b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0...3a87981877445b58ef3c05851888e24c3558876b)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Collections.TryGetValueTrue<String, String>

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

  • [SortedDictionary - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 19.11 ms | 27.54 ms | 1.44 | 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.TryGetValueTrue*'
```

### System.Collections.TryGetValueTrue<String, String>.SortedDictionary(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 | [f36379692fdd0448b5b1276a1a4aa075a0d2c1e0](https://github.com/dotnet/runtime/commit/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0)
Compare | [3a87981877445b58ef3c05851888e24c3558876b](https://github.com/dotnet/runtime/commit/3a87981877445b58ef3c05851888e24c3558876b)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f36379692fdd0448b5b1276a1a4aa075a0d2c1e0...3a87981877445b58ef3c05851888e24c3558876b)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Linq.Tests.Perf_OrderBy

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

  • [OrderByCustomComparer - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 4.84 ms | 5.96 ms | 1.23 | 0.26 | 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.Linq.Tests.Perf_OrderBy*'
```

### System.Linq.Tests.Perf_OrderBy.OrderByCustomComparer(NumberOfPeople: 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)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.