dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/arm64: 20 Improvements on 5/7/2026 3:57:15 PM +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 | azurelinux 3.0
Queue | CobaltAzureLinux
Baseline | [cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b](https://github.com/dotnet/runtime/commit/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b)
Compare | [c3caf4d3163c429efbdefe7756a71702e9e6c982](https://github.com/dotnet/runtime/commit/c3caf4d3163c429efbdefe7756a71702e9e6c982)
Diff | [Diff](https://github.com/dotnet/runtime/compare/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b...c3caf4d3163c429efbdefe7756a71702e9e6c982)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Diagnostics.Perf_Activity
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [EnumerateActivityLinkTagsSmall - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [EnumerateActivityEventsLarge - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [EnumerateActivityLinksLarge - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [EnumerateActivityTagObjectsLarge - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [EnumerateActivityLinkTagsLarge - 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.Diagnostics.Perf_Activity*'
```
### System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsSmall
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Diagnostics.Perf_Activity.EnumerateActivityEventsLarge
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Diagnostics.Perf_Activity.EnumerateActivityLinksLarge
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Diagnostics.Perf_Activity.EnumerateActivityTagObjectsLarge
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Diagnostics.Perf_Activity.EnumerateActivityLinkTagsLarge
#### 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 | arm64
OS | azurelinux 3.0
Queue | CobaltAzureLinux
Baseline | [cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b](https://github.com/dotnet/runtime/commit/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b)
Compare | [c3caf4d3163c429efbdefe7756a71702e9e6c982](https://github.com/dotnet/runtime/commit/c3caf4d3163c429efbdefe7756a71702e9e6c982)
Diff | [Diff](https://github.com/dotnet/runtime/compare/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b...c3caf4d3163c429efbdefe7756a71702e9e6c982)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Divide_Scalar - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Divide_Scalar - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOfMax - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOfMax - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [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.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives*'
```
### System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>.Divide_Scalar(BufferLength: 3079)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>.Divide_Scalar(BufferLength: 128)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>.IndexOfMax(BufferLength: 128)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>.IndexOfMax(BufferLength: 3079)
#### 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 | arm64
OS | azurelinux 3.0
Queue | CobaltAzureLinux
Baseline | [cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b](https://github.com/dotnet/runtime/commit/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b)
Compare | [c3caf4d3163c429efbdefe7756a71702e9e6c982](https://github.com/dotnet/runtime/commit/c3caf4d3163c429efbdefe7756a71702e9e6c982)
Diff | [Diff](https://github.com/dotnet/runtime/compare/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b...c3caf4d3163c429efbdefe7756a71702e9e6c982)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Tests.Perf_Version
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [TryParse4 - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [TryParse3 - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Parse3 - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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_Version*'
```
### System.Tests.Perf_Version.TryParse4
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Version.TryParse3
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Version.Parse3
#### 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 | arm64
OS | azurelinux 3.0
Queue | CobaltAzureLinux
Baseline | [cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b](https://github.com/dotnet/runtime/commit/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b)
Compare | [c3caf4d3163c429efbdefe7756a71702e9e6c982](https://github.com/dotnet/runtime/commit/c3caf4d3163c429efbdefe7756a71702e9e6c982)
Diff | [Diff](https://github.com/dotnet/runtime/compare/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b...c3caf4d3163c429efbdefe7756a71702e9e6c982)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Tests.Perf_Type
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [GetType_Resolvers - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [GetType_Resolvers - 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.Tests.Perf_Type*'
```
### System.Tests.Perf_Type.GetType_Resolvers(input: typeof(System.Int32[]))
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Type.GetType_Resolvers(input: typeof(System.Tests.Nested))
#### 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 | arm64
OS | azurelinux 3.0
Queue | CobaltAzureLinux
Baseline | [cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b](https://github.com/dotnet/runtime/commit/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b)
Compare | [c3caf4d3163c429efbdefe7756a71702e9e6c982](https://github.com/dotnet/runtime/commit/c3caf4d3163c429efbdefe7756a71702e9e6c982)
Diff | [Diff](https://github.com/dotnet/runtime/compare/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b...c3caf4d3163c429efbdefe7756a71702e9e6c982)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Perf_Convert
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ToBase64CharArray - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToBase64String - 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.Perf_Convert*'
```
### System.Perf_Convert.ToBase64CharArray(binaryDataSize: 1024, formattingOptions: InsertLineBreaks)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Perf_Convert.ToBase64String(formattingOptions: InsertLineBreaks)
#### 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 | arm64
OS | azurelinux 3.0
Queue | CobaltAzureLinux
Baseline | [cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b](https://github.com/dotnet/runtime/commit/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b)
Compare | [c3caf4d3163c429efbdefe7756a71702e9e6c982](https://github.com/dotnet/runtime/commit/c3caf4d3163c429efbdefe7756a71702e9e6c982)
Diff | [Diff](https://github.com/dotnet/runtime/compare/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b...c3caf4d3163c429efbdefe7756a71702e9e6c982)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Xml.Linq.Perf_XName
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [CreateElementWithNamespaceImplicitOperator - 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.Xml.Linq.Perf_XName*'
```
### System.Xml.Linq.Perf_XName.CreateElementWithNamespaceImplicitOperator
#### 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 | arm64
OS | azurelinux 3.0
Queue | CobaltAzureLinux
Baseline | [cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b](https://github.com/dotnet/runtime/commit/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b)
Compare | [c3caf4d3163c429efbdefe7756a71702e9e6c982](https://github.com/dotnet/runtime/commit/c3caf4d3163c429efbdefe7756a71702e9e6c982)
Diff | [Diff](https://github.com/dotnet/runtime/compare/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b...c3caf4d3163c429efbdefe7756a71702e9e6c982)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Text.Json.Tests.Perf_Depth
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ReadSpanEmptyLoop - 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.Text.Json.Tests.Perf_Depth*'
```
### System.Text.Json.Tests.Perf_Depth.ReadSpanEmptyLoop(Depth: 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 | arm64
OS | azurelinux 3.0
Queue | CobaltAzureLinux
Baseline | [cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b](https://github.com/dotnet/runtime/commit/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b)
Compare | [c3caf4d3163c429efbdefe7756a71702e9e6c982](https://github.com/dotnet/runtime/commit/c3caf4d3163c429efbdefe7756a71702e9e6c982)
Diff | [Diff](https://github.com/dotnet/runtime/compare/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b...c3caf4d3163c429efbdefe7756a71702e9e6c982)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Net.Primitives.Tests.CredentialCacheTests
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [GetCredential_Uri - 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.Net.Primitives.Tests.CredentialCacheTests*'
```
### System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri(uriString: "http://name5", uriCount: 10)
#### 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 | arm64
OS | azurelinux 3.0
Queue | CobaltAzureLinux
Baseline | [cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b](https://github.com/dotnet/runtime/commit/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b)
Compare | [c3caf4d3163c429efbdefe7756a71702e9e6c982](https://github.com/dotnet/runtime/commit/c3caf4d3163c429efbdefe7756a71702e9e6c982)
Diff | [Diff](https://github.com/dotnet/runtime/compare/cdbf0c2ba8a84fdc9d83f019baa2103a0afd580b...c3caf4d3163c429efbdefe7756a71702e9e6c982)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in PerfLabTests.GetMember
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [GetMethod1 - 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 'PerfLabTests.GetMember*'
```
### PerfLabTests.GetMember.GetMethod1
#### 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
Assessment
This issue has not been assessed yet.