dotnet / dotnet/perf-autofiling-issues
[Perf] Windows/x64: 11 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 | x64
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
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ReleaseWaitAsync - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ReleaseWait - 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.Threading.Tests.Perf_SemaphoreSlim*'
```
### System.Threading.Tests.Perf_SemaphoreSlim.ReleaseWaitAsync
#### ETL Files
#### Histogram
#### JIT Disasms
### 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 | x64
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.Collections.Concurrent.Count<String>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Bag - 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]()
[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.Concurrent.Count*'
```
### System.Collections.Concurrent.Count<String>.Bag(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.Concurrent.Count<String>.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 | x64
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.Collections.IndexerSet<Int32>
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<Int32>.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)
---
### Run Information
Name | Value
-- | --
Architecture | x64
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.Collections.TryAddGiventSize<Int32>
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.TryAddGiventSize*'
```
### System.Collections.TryAddGiventSize<Int32>.ConcurrentDictionary(Count: 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 | 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.Collections.AddGivenSize<Int32>
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.AddGivenSize*'
```
### System.Collections.AddGivenSize<Int32>.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)
---
### Run Information
Name | Value
-- | --
Architecture | x64
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.Collections.Concurrent.Count<Int32>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Bag - 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.Concurrent.Count*'
```
### System.Collections.Concurrent.Count<Int32>.Bag(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 | 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.Channels.Tests.BoundedChannelPerfTests
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [WriteAsyncThenReadAsync - 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Threading.Channels.Tests.BoundedChannelPerfTests*'
```
### System.Threading.Channels.Tests.BoundedChannelPerfTests.WriteAsyncThenReadAsync
#### 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 | 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.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)
---
### Run Information
Name | Value
-- | --
Architecture | x64
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 Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Parse_SequentialAsync - 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 'Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark*'
```
### Microsoft.AspNetCore.Server.Kestrel.Performance.PipeThroughputBenchmark.Parse_SequentialAsync(Length: 128, Chunks: 1)
#### 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 benchmark sources: src/benchmarks/micro/libraries/System.Threading/Perf.SemaphoreSlim.cs, Concurrent/Count.cs, and Indexer/IndexerSet.cs. Run the documented benchmarks_ci.py commands on Windows, then inspect the linked reports and compare the baseline and test results; done requires an agreed runtime change and validated performance results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100