dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 22 Regressions on 9/3/2026 9:59:06 PM +00:00
- 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 | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [134de00ac5934568c582a35322ae16a228db430d](https://github.com/dotnet/runtime/commit/134de00ac5934568c582a35322ae16a228db430d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...134de00ac5934568c582a35322ae16a228db430d)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in Exceptions.Handling
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [TryAndFinallyDeep - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [TryAndFinallyDeep - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [TryAndCatchDeep_CaugtAtTheTop - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ThrowAndCatchDeepRecursive - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ThrowAndCatch_ManyCatchBlocks - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ThrowAndCatchDeep - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [MultipleNestedTryFinally - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ThrowAndCatchWhenFinally - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [MultipleNestedTryCatch_FirstCatches - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ThrowAndCatchDeepRecursive - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![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 'Exceptions.Handling*'
```
### Exceptions.Handling.TryAndFinallyDeep(kind: Software)
#### ETL Files
#### Histogram
#### JIT Disasms
### Exceptions.Handling.TryAndFinallyDeep(kind: Hardware)
#### ETL Files
#### Histogram
#### JIT Disasms
### Exceptions.Handling.TryAndCatchDeep_CaugtAtTheTop(kind: Hardware)
#### ETL Files
#### Histogram
#### JIT Disasms
### Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: ReflectionSoftware)
#### ETL Files
#### Histogram
#### JIT Disasms
### Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: Software)
#### ETL Files
#### Histogram
#### JIT Disasms
### Exceptions.Handling.ThrowAndCatchDeep(kind: Software)
#### ETL Files
#### Histogram
#### JIT Disasms
### Exceptions.Handling.MultipleNestedTryFinally(kind: Software)
#### ETL Files
#### Histogram
#### JIT Disasms
### Exceptions.Handling.ThrowAndCatchWhenFinally(kind: Software)
#### ETL Files
#### Histogram
#### JIT Disasms
### Exceptions.Handling.MultipleNestedTryCatch_FirstCatches(kind: Software)
#### ETL Files
#### Histogram
#### JIT Disasms
### Exceptions.Handling.ThrowAndCatchDeepRecursive(kind: Software)
#### 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 | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [134de00ac5934568c582a35322ae16a228db430d](https://github.com/dotnet/runtime/commit/134de00ac5934568c582a35322ae16a228db430d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...134de00ac5934568c582a35322ae16a228db430d)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [AddThenRemove_AbsoluteExpiration - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SetOverride - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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 'Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests*'
```
### Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.AddThenRemove_AbsoluteExpiration
#### ETL Files
#### Histogram
#### JIT Disasms
### Microsoft.Extensions.Caching.Memory.Tests.MemoryCacheTests.SetOverride
#### 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 | [a4ec83ce5eb429ae06d11ac13b1881eaf6651b1c](https://github.com/dotnet/runtime/commit/a4ec83ce5eb429ae06d11ac13b1881eaf6651b1c)
Compare | [134de00ac5934568c582a35322ae16a228db430d](https://github.com/dotnet/runtime/commit/134de00ac5934568c582a35322ae16a228db430d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/a4ec83ce5eb429ae06d11ac13b1881eaf6651b1c...134de00ac5934568c582a35322ae16a228db430d)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Collections.CtorFromCollection<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]()
|
- [ImmutableSortedSet - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.CtorFromCollection*'
```
### System.Collections.CtorFromCollection<String>.SortedDictionary(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorFromCollection<String>.ImmutableSortedSet(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 | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [134de00ac5934568c582a35322ae16a228db430d](https://github.com/dotnet/runtime/commit/134de00ac5934568c582a35322ae16a228db430d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...134de00ac5934568c582a35322ae16a228db430d)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Collections.ContainsTrue<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]()
|
- [ImmutableList - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.ContainsTrue*'
```
### System.Collections.ContainsTrue<String>.SortedSet(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.ContainsTrue<String>.ImmutableList(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 | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [134de00ac5934568c582a35322ae16a228db430d](https://github.com/dotnet/runtime/commit/134de00ac5934568c582a35322ae16a228db430d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...134de00ac5934568c582a35322ae16a228db430d)
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
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [FilteredByLevel_InsideScope - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [FilteredByLevel_InsideScope - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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 'Microsoft.Extensions.Logging.ScopesOverheadBenchmark*'
```
### Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_InsideScope(HasISupportLoggingScopeLogger: False, CaptureScopes: False)
#### ETL Files
#### Histogram
#### JIT Disasms
### Microsoft.Extensions.Logging.ScopesOverheadBenchmark.FilteredByLevel_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 | [a4ec83ce5eb429ae06d11ac13b1881eaf6651b1c](https://github.com/dotnet/runtime/commit/a4ec83ce5eb429ae06d11ac13b1881eaf6651b1c)
Compare | [134de00ac5934568c582a35322ae16a228db430d](https://github.com/dotnet/runtime/commit/134de00ac5934568c582a35322ae16a228db430d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/a4ec83ce5eb429ae06d11ac13b1881eaf6651b1c...134de00ac5934568c582a35322ae16a228db430d)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Collections.TryGetValueFalse<BigStruct, BigStruct>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [OrderedDictionary - Duration of single invocation]()
- [ADX - Test Multi Config 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>.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 | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [134de00ac5934568c582a35322ae16a228db430d](https://github.com/dotnet/runtime/commit/134de00ac5934568c582a35322ae16a228db430d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...134de00ac5934568c582a35322ae16a228db430d)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Collections.ContainsFalse<String>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Array - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.ContainsFalse*'
```
### System.Collections.ContainsFalse<String>.Array(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 | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [134de00ac5934568c582a35322ae16a228db430d](https://github.com/dotnet/runtime/commit/134de00ac5934568c582a35322ae16a228db430d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...134de00ac5934568c582a35322ae16a228db430d)
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
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Dequeue_And_Enqueue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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>.Dequeue_And_Enqueue(Size: 10)
#### 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 | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [134de00ac5934568c582a35322ae16a228db430d](https://github.com/dotnet/runtime/commit/134de00ac5934568c582a35322ae16a228db430d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...134de00ac5934568c582a35322ae16a228db430d)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Regressions in System.Linq.Tests.Perf_Enumerable
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [WhereSingleOrDefault_LastElementMatches - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Linq.Tests.Perf_Enumerable*'
```
### System.Linq.Tests.Perf_Enumerable.WhereSingleOrDefault_LastElementMatches(input: IEnumerable)
#### 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 baseline and compare commits, then inspect the affected benchmark source in src/benchmarks/micro/runtime/Exceptions/Handling.cs, especially the referenced ranges around lines 456-471 and 494-509. Compare the reported benchmark results across the linked history and determine the change responsible for the regressions; done means identifying and addressing the regression with verified benchmark results.
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
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100