dotnet / dotnet/perf-autofiling-issues
[Perf] Windows/x86: 34 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [c3c1cc3201d8ce138c7657fe6639540893ae0d0a](https://github.com/dotnet/runtime/commit/c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Collections.CtorGivenSize<Int32>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [SortedList - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [HashSet - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Array - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [OrderedDictionary - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [Queue - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Stack - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Dictionary - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.CtorGivenSize*'
```
### System.Collections.CtorGivenSize<Int32>.SortedList(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSize<Int32>.HashSet(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSize<Int32>.Array(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSize<Int32>.OrderedDictionary(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSize<Int32>.Queue(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSize<Int32>.Stack(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSize<Int32>.Dictionary(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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [c3c1cc3201d8ce138c7657fe6639540893ae0d0a](https://github.com/dotnet/runtime/commit/c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Reflection.Attributes
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [GetCustomAttributesMethodBaseHit - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [GetCustomAttributesMethodOverrideMissInherit - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [GetCustomAttributesClassHit - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [GetCustomAttributesMethodOverrideMiss - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [GetCustomAttributesMethodOverrideHit - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [GetCustomAttributesMethodBaseHitInherit - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Reflection.Attributes*'
```
### System.Reflection.Attributes.GetCustomAttributesMethodBaseHit
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Reflection.Attributes.GetCustomAttributesMethodOverrideMissInherit
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Reflection.Attributes.GetCustomAttributesClassHit
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Reflection.Attributes.GetCustomAttributesMethodOverrideMiss
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Reflection.Attributes.GetCustomAttributesMethodOverrideHit
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Reflection.Attributes.GetCustomAttributesMethodBaseHitInherit
#### 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [c3c1cc3201d8ce138c7657fe6639540893ae0d0a](https://github.com/dotnet/runtime/commit/c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Collections.CtorGivenSize<String>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [SortedList - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Array - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Dictionary - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [HashSet - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Stack - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [OrderedDictionary - Duration of single invocation]()
- [ADX - Test Multi Config 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.CtorGivenSize*'
```
### System.Collections.CtorGivenSize<String>.SortedList(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSize<String>.Array(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSize<String>.Dictionary(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSize<String>.HashSet(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSize<String>.Stack(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSize<String>.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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [c3c1cc3201d8ce138c7657fe6639540893ae0d0a](https://github.com/dotnet/runtime/commit/c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Tests.Perf_GC<Char>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [NewOperator_Array - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [AllocateUninitializedArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [AllocateArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [AllocateUninitializedArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [NewOperator_Array - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Tests.Perf_GC*'
```
### System.Tests.Perf_GC<Char>.NewOperator_Array(length: 10000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Char>.AllocateUninitializedArray(length: 1000, pinned: False)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Char>.AllocateArray(length: 1000, pinned: False)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Char>.AllocateUninitializedArray(length: 10000, pinned: False)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Char>.NewOperator_Array(length: 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [c3c1cc3201d8ce138c7657fe6639540893ae0d0a](https://github.com/dotnet/runtime/commit/c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Tests.Perf_GC<Byte>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [AllocateArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [AllocateArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [AllocateUninitializedArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [AllocateUninitializedArray - Duration of single invocation]()
- [ADX - Test Multi Config 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.Tests.Perf_GC*'
```
### System.Tests.Perf_GC<Byte>.AllocateArray(length: 10000, pinned: False)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Byte>.AllocateArray(length: 1000, pinned: False)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Byte>.AllocateUninitializedArray(length: 10000, pinned: False)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Byte>.AllocateUninitializedArray(length: 1000, pinned: False)
#### 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [c3c1cc3201d8ce138c7657fe6639540893ae0d0a](https://github.com/dotnet/runtime/commit/c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Collections.CtorGivenSizeNonGeneric
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Stack - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ArrayList - 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.CtorGivenSizeNonGeneric*'
```
### System.Collections.CtorGivenSizeNonGeneric.Stack(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorGivenSizeNonGeneric.ArrayList(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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [334cc5c43dfb4b6acab5052c15ee8b1631d069bc](https://github.com/dotnet/runtime/commit/334cc5c43dfb4b6acab5052c15ee8b1631d069bc)
Compare | [c3c1cc3201d8ce138c7657fe6639540893ae0d0a](https://github.com/dotnet/runtime/commit/c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Diff | [Diff](https://github.com/dotnet/runtime/compare/334cc5c43dfb4b6acab5052c15ee8b1631d069bc...c3c1cc3201d8ce138c7657fe6639540893ae0d0a)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Collections.Tests.Perf_BitArray
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [BitArrayIntArrayCtor - Duration of single invocation]()
- π - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [BitArraySetLengthShrink - 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.Tests.Perf_BitArray*'
```
### System.Collections.Tests.Perf_BitArray.BitArrayIntArrayCtor(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.Tests.Perf_BitArray.BitArraySetLengthShrink(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)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked baseline-to-compare commit diff and the benchmark source at src/benchmarks/micro/libraries/System.Collections/Create/CtorGivenSize.cs. Read docs/benchmarking-workflow-dotnet-runtime.md and use the provided Windows/x86 reproduction command, then review the linked test report. Done requires identifying and addressing the cause of the reported collection-constructor regressions, or documenting a validated triage result.
Written by the indexing model from the issue text.
Assessment
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100