dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 8 Improvements on 4/8/2026 4:41:36 AM +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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [556ab281e79bdedf51d948ebe13685ed2ab246cd](https://github.com/dotnet/runtime/commit/556ab281e79bdedf51d948ebe13685ed2ab246cd)
Compare | [05b2bbc014e75b63664a6d14449c61f642e69c98](https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98)
Diff | [Diff](https://github.com/dotnet/runtime/compare/556ab281e79bdedf51d948ebe13685ed2ab246cd...05b2bbc014e75b63664a6d14449c61f642e69c98)
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
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Abs - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [MaxMagnitude_Scalar - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives*'
```
### System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>.Abs(BufferLength: 128)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>.MaxMagnitude_Scalar(BufferLength: 128)
#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [556ab281e79bdedf51d948ebe13685ed2ab246cd](https://github.com/dotnet/runtime/commit/556ab281e79bdedf51d948ebe13685ed2ab246cd)
Compare | [05b2bbc014e75b63664a6d14449c61f642e69c98](https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98)
Diff | [Diff](https://github.com/dotnet/runtime/compare/556ab281e79bdedf51d948ebe13685ed2ab246cd...05b2bbc014e75b63664a6d14449c61f642e69c98)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Reflection.Invoke
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Property_Set_class - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Field_SetStatic_class - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Reflection.Invoke*'
```
### System.Reflection.Invoke.Property_Set_class
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Reflection.Invoke.Field_SetStatic_class
#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [556ab281e79bdedf51d948ebe13685ed2ab246cd](https://github.com/dotnet/runtime/commit/556ab281e79bdedf51d948ebe13685ed2ab246cd)
Compare | [05b2bbc014e75b63664a6d14449c61f642e69c98](https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98)
Diff | [Diff](https://github.com/dotnet/runtime/compare/556ab281e79bdedf51d948ebe13685ed2ab246cd...05b2bbc014e75b63664a6d14449c61f642e69c98)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives<Single>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Sigmoid - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives*'
```
### System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives<Single>.Sigmoid(BufferLength: 128)
#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [556ab281e79bdedf51d948ebe13685ed2ab246cd](https://github.com/dotnet/runtime/commit/556ab281e79bdedf51d948ebe13685ed2ab246cd)
Compare | [05b2bbc014e75b63664a6d14449c61f642e69c98](https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98)
Diff | [Diff](https://github.com/dotnet/runtime/compare/556ab281e79bdedf51d948ebe13685ed2ab246cd...05b2bbc014e75b63664a6d14449c61f642e69c98)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.IO.Tests.MemoryStreamChunkedTests
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [CopyToAsyncWithBufferSize - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.IO.Tests.MemoryStreamChunkedTests*'
```
### System.IO.Tests.MemoryStreamChunkedTests.CopyToAsyncWithBufferSize(ChunkSize: 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)
---
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [556ab281e79bdedf51d948ebe13685ed2ab246cd](https://github.com/dotnet/runtime/commit/556ab281e79bdedf51d948ebe13685ed2ab246cd)
Compare | [05b2bbc014e75b63664a6d14449c61f642e69c98](https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98)
Diff | [Diff](https://github.com/dotnet/runtime/compare/556ab281e79bdedf51d948ebe13685ed2ab246cd...05b2bbc014e75b63664a6d14449c61f642e69c98)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in System.Text.Json.Serialization.Tests.WriteJson<LoginViewModel>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [SerializeToStream - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Text.Json.Serialization.Tests.WriteJson*'
```
### System.Text.Json.Serialization.Tests.WriteJson<LoginViewModel>.SerializeToStream(Mode: SourceGen)
#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [556ab281e79bdedf51d948ebe13685ed2ab246cd](https://github.com/dotnet/runtime/commit/556ab281e79bdedf51d948ebe13685ed2ab246cd)
Compare | [05b2bbc014e75b63664a6d14449c61f642e69c98](https://github.com/dotnet/runtime/commit/05b2bbc014e75b63664a6d14449c61f642e69c98)
Diff | [Diff](https://github.com/dotnet/runtime/compare/556ab281e79bdedf51d948ebe13685ed2ab246cd...05b2bbc014e75b63664a6d14449c61f642e69c98)
Configs | CompilationMode:tiered, RunKind:micro
### Improvements in MicroBenchmarks.Serializers.Xml_ToStream<ClassImplementingIXmlSerialiable>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [DataContractSerializer_BinaryXml_ - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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 'MicroBenchmarks.Serializers.Xml_ToStream*'
```
### MicroBenchmarks.Serializers.Xml_ToStream<ClassImplementingIXmlSerialiable>.DataContractSerializer_BinaryXml_
#### 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.