dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/arm64: 6 Improvements on 8/12/2026 5:14:24 AM +00:00
- Dominant language
- No language data
- Stars
- 10
- Forks
- 8
- PR merge metrics
- PR metrics pending
Description
### Run Information
Name | Value
-- | --
Architecture | arm64
OS | ubuntu 22.04
Queue | AmpereUbuntu
Baseline | [6597edb0936de18005623b1a17adf29880df60e6](https://github.com/dotnet/runtime/commit/6597edb0936de18005623b1a17adf29880df60e6)
Compare | [1a576031b2ba2fca7055863d24934d0d593820af](https://github.com/dotnet/runtime/commit/1a576031b2ba2fca7055863d24934d0d593820af)
Diff | [Diff](https://github.com/dotnet/runtime/compare/6597edb0936de18005623b1a17adf29880df60e6...1a576031b2ba2fca7055863d24934d0d593820af)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Collections.CtorDefaultSize<Int32>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Queue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Stack - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SortedSet - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LinkedList - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SortedDictionary - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SortedList - 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.CtorDefaultSize*'
```
### System.Collections.CtorDefaultSize<Int32>.Queue
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorDefaultSize<Int32>.Stack
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorDefaultSize<Int32>.SortedSet
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorDefaultSize<Int32>.LinkedList
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorDefaultSize<Int32>.SortedDictionary
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Collections.CtorDefaultSize<Int32>.SortedList
#### 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 source at src/benchmarks/micro/libraries/System.Collections/Create/CtorDefaultSize.cs, especially the lines linked for Queue, Stack, SortedSet, LinkedList, SortedDictionary, and SortedList. Read the benchmarking and profiling workflow docs, then run the provided benchmarks_ci.py filter on Ubuntu arm64 and compare the reported results with the linked baseline and test reports. Done means explaining and validating the reported performance change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, python, ubuntu
- Domain
- performance, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100