dotnet / dotnet/perf-autofiling-issues
[Perf] Windows/x86: 2 Regressions on 8/14/2026 7:15: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 | [afb1dc1f8fbffeb5afda4ec624695ae8ddd2960d](https://github.com/dotnet/runtime/commit/afb1dc1f8fbffeb5afda4ec624695ae8ddd2960d)
Compare | [c99188c2f97b94c8b086cc9b87516b6d710ec4ff](https://github.com/dotnet/runtime/commit/c99188c2f97b94c8b086cc9b87516b6d710ec4ff)
Diff | [Diff](https://github.com/dotnet/runtime/compare/afb1dc1f8fbffeb5afda4ec624695ae8ddd2960d...c99188c2f97b94c8b086cc9b87516b6d710ec4ff)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Collections.CreateAddAndClear<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]()
![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.CreateAddAndClear*'
```
### System.Collections.CreateAddAndClear<String>.ConcurrentBag(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 | [afb1dc1f8fbffeb5afda4ec624695ae8ddd2960d](https://github.com/dotnet/runtime/commit/afb1dc1f8fbffeb5afda4ec624695ae8ddd2960d)
Compare | [c99188c2f97b94c8b086cc9b87516b6d710ec4ff](https://github.com/dotnet/runtime/commit/c99188c2f97b94c8b086cc9b87516b6d710ec4ff)
Diff | [Diff](https://github.com/dotnet/runtime/compare/afb1dc1f8fbffeb5afda4ec624695ae8ddd2960d...c99188c2f97b94c8b086cc9b87516b6d710ec4ff)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Collections.CtorFromCollection<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]()
![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.CtorFromCollection*'
```
### System.Collections.CtorFromCollection<String>.ConcurrentBag(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 two benchmark sources mentioned: src/benchmarks/micro/libraries/System.Collections/CreateAddAndClear.cs and src/benchmarks/micro/libraries/System.Collections/Create/CtorFromCollection.cs. Run the provided benchmarks on the Windows x86 configuration and compare the baseline and compare commits. Done means identifying the cause of both reported regressions and confirming the benchmark results no longer regress.
Written by the indexing model from the issue text.
Assessment
- Domain
- performance, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100