dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 3 Improvements on 6/25/2026 4:49:37 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 | [ce71db3201f610d5a8cbf692cc3081f8784992fc](https://github.com/dotnet/runtime/commit/ce71db3201f610d5a8cbf692cc3081f8784992fc)
Compare | [42f3669b3a7f418f571ad63a77b3e7ebf9ee64a8](https://github.com/dotnet/runtime/commit/42f3669b3a7f418f571ad63a77b3e7ebf9ee64a8)
Diff | [Diff](https://github.com/dotnet/runtime/compare/ce71db3201f610d5a8cbf692cc3081f8784992fc...42f3669b3a7f418f571ad63a77b3e7ebf9ee64a8)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Improvements in System.Tests.Perf_Decimal
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ToString - 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Tests.Perf_Decimal*'
```
### System.Tests.Perf_Decimal.ToString(value: 123456.789)
#### 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 | [ce71db3201f610d5a8cbf692cc3081f8784992fc](https://github.com/dotnet/runtime/commit/ce71db3201f610d5a8cbf692cc3081f8784992fc)
Compare | [42f3669b3a7f418f571ad63a77b3e7ebf9ee64a8](https://github.com/dotnet/runtime/commit/42f3669b3a7f418f571ad63a77b3e7ebf9ee64a8)
Diff | [Diff](https://github.com/dotnet/runtime/compare/ce71db3201f610d5a8cbf692cc3081f8784992fc...42f3669b3a7f418f571ad63a77b3e7ebf9ee64a8)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Improvements in System.Collections.IterateForEach<String>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [SortedList - 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.IterateForEach*'
```
### System.Collections.IterateForEach<String>.SortedList(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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [ce71db3201f610d5a8cbf692cc3081f8784992fc](https://github.com/dotnet/runtime/commit/ce71db3201f610d5a8cbf692cc3081f8784992fc)
Compare | [42f3669b3a7f418f571ad63a77b3e7ebf9ee64a8](https://github.com/dotnet/runtime/commit/42f3669b3a7f418f571ad63a77b3e7ebf9ee64a8)
Diff | [Diff](https://github.com/dotnet/runtime/compare/ce71db3201f610d5a8cbf692cc3081f8784992fc...42f3669b3a7f418f571ad63a77b3e7ebf9ee64a8)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr
### Improvements in MicroBenchmarks.Serializers.Json_FromString<IndexViewModel>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [SystemTextJson_SourceGen_ - 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'MicroBenchmarks.Serializers.Json_FromString*'
```
### MicroBenchmarks.Serializers.Json_FromString<IndexViewModel>.SystemTextJson_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)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the benchmark sources linked in src/benchmarks/micro/libraries/System.Runtime/Perf.Decimal.cs and src/benchmarks/micro/libraries/System.Collections/Iterate/IterateForEach.cs, then review the MicroBenchmarks.Serializers.Json_FromString benchmark and the linked reports. Run the listed benchmarks with scripts/benchmarks_ci.py and use the profiling and benchmarking workflow docs; done requires an agreed follow-up for the reported measurements, which this issue does not specify.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, wasm
- Domain
- performance, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100