dotnet / dotnet/perf-autofiling-issues
[Perf] Windows/x86: 2 Improvements on 6/28/2026 5:31:55 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 | [19a803d6d08a846656d1116d0f4e7001e792d5a1](https://github.com/dotnet/runtime/commit/19a803d6d08a846656d1116d0f4e7001e792d5a1)
Compare | [9cb68cd564627fd80fb9077731093f46d1e0e667](https://github.com/dotnet/runtime/commit/9cb68cd564627fd80fb9077731093f46d1e0e667)
Diff | [Diff](https://github.com/dotnet/runtime/compare/19a803d6d08a846656d1116d0f4e7001e792d5a1...9cb68cd564627fd80fb9077731093f46d1e0e667)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Threading.Tests.Perf_SemaphoreSlim
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ReleaseWait - 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.Threading.Tests.Perf_SemaphoreSlim*'
```
### System.Threading.Tests.Perf_SemaphoreSlim.ReleaseWait
#### 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 | [19a803d6d08a846656d1116d0f4e7001e792d5a1](https://github.com/dotnet/runtime/commit/19a803d6d08a846656d1116d0f4e7001e792d5a1)
Compare | [0d3df07c6048d8cbe4f544227462cae62040e587](https://github.com/dotnet/runtime/commit/0d3df07c6048d8cbe4f544227462cae62040e587)
Diff | [Diff](https://github.com/dotnet/runtime/compare/19a803d6d08a846656d1116d0f4e7001e792d5a1...0d3df07c6048d8cbe4f544227462cae62040e587)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Collections.IndexerSet<String>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ConcurrentDictionary - 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.IndexerSet*'
```
### System.Collections.IndexerSet<String>.ConcurrentDictionary(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 benchmark sources at src/benchmarks/micro/libraries/System.Threading/Perf.SemaphoreSlim.cs#L17-L22 and src/benchmarks/micro/libraries/System.Collections/Indexer/IndexerSet.cs#L140-L148. Run the provided benchmarks_ci.py commands and compare the Windows x86 results with the linked baseline and comparison reports. Done means explaining or addressing the reported performance change, though the issue does not specify an expected code change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100