dotnet / dotnet/perf-autofiling-issues

[Perf] Windows/x86: 5 Improvements on 6/23/2026 12:06:09 PM +00:00

Open
#75,236 1 comment 0 reactions 0 assignees View on GitHub
arch-x86 branch-refs/heads/main compilationmode-tiered kind-micro Look Again os-windows perf-improvement PGO runkind-micro runtime-coreclr untriaged
Dominant language
No language data
Stars
10
Forks
8
PR merge metrics
PR metrics pending

Description

### Run Information

Name | Value
-- | --
Architecture | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [59979e6401af21c7cdf4f61fb35ea3568cb93e5d](https://github.com/dotnet/runtime/commit/59979e6401af21c7cdf4f61fb35ea3568cb93e5d)
Compare | [f4430a4ba762ef82841ff7a8c340ed8854b2bca9](https://github.com/dotnet/runtime/commit/f4430a4ba762ef82841ff7a8c340ed8854b2bca9)
Diff | [Diff](https://github.com/dotnet/runtime/compare/59979e6401af21c7cdf4f61fb35ea3568cb93e5d...f4430a4ba762ef82841ff7a8c340ed8854b2bca9)
Configs | CompilationMode:tiered, RunKind:micro

### Improvements in System.Net.Http.Tests.SocketsHttpHandlerPerfTest

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [Get - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 48.54 μs | 35.33 μs | 0.73 | 0.48 | False | | |
|
  • [Get - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 53.17 μs | 41.37 μs | 0.78 | 0.38 | False | | |

![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.Http.Tests.SocketsHttpHandlerPerfTest*'
```

### System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get(ssl: False, chunkedResponse: True, responseLength: 1)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Net.Http.Tests.SocketsHttpHandlerPerfTest.Get(ssl: True, chunkedResponse: False, responseLength: 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [59979e6401af21c7cdf4f61fb35ea3568cb93e5d](https://github.com/dotnet/runtime/commit/59979e6401af21c7cdf4f61fb35ea3568cb93e5d)
Compare | [f4430a4ba762ef82841ff7a8c340ed8854b2bca9](https://github.com/dotnet/runtime/commit/f4430a4ba762ef82841ff7a8c340ed8854b2bca9)
Diff | [Diff](https://github.com/dotnet/runtime/compare/59979e6401af21c7cdf4f61fb35ea3568cb93e5d...f4430a4ba762ef82841ff7a8c340ed8854b2bca9)
Configs | CompilationMode:tiered, RunKind:micro

### Improvements in System.IO.Tests.Perf_RandomAccess

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [ReadScatterAsync - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 4.47 ms | 3.07 ms | 0.69 | 0.47 | False | | |
|
  • [WriteGatherAsync - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 4.91 ms | 3.43 ms | 0.70 | 0.53 | False | | |

![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.IO.Tests.Perf_RandomAccess*'
```

### System.IO.Tests.Perf_RandomAccess.ReadScatterAsync(fileSize: 1048576, buffersSize: 16384, options: Asynchronous)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.IO.Tests.Perf_RandomAccess.WriteGatherAsync(fileSize: 1048576, buffersSize: 16384, options: Asynchronous)

#### 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [59979e6401af21c7cdf4f61fb35ea3568cb93e5d](https://github.com/dotnet/runtime/commit/59979e6401af21c7cdf4f61fb35ea3568cb93e5d)
Compare | [f4430a4ba762ef82841ff7a8c340ed8854b2bca9](https://github.com/dotnet/runtime/commit/f4430a4ba762ef82841ff7a8c340ed8854b2bca9)
Diff | [Diff](https://github.com/dotnet/runtime/compare/59979e6401af21c7cdf4f61fb35ea3568cb93e5d...f4430a4ba762ef82841ff7a8c340ed8854b2bca9)
Configs | CompilationMode:tiered, RunKind:micro

### Improvements in System.IO.Tests.Perf_FileStream

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [CopyToFileAsync - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 558.19 μs | 472.73 μs | 0.85 | 0.56 | False | | |

![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.IO.Tests.Perf_FileStream*'
```

### System.IO.Tests.Perf_FileStream.CopyToFileAsync(fileSize: 1048576, options: Asynchronous)

#### 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 the report: src/benchmarks/micro/libraries/System.Net.Http/Perf.SocketsHttpHandler.cs and src/benchmarks/micro/libraries/System.IO.FileSystem/Perf.RandomAccess.cs. Run the provided benchmarks_ci.py commands for the two benchmark filters, then compare the results with the linked baseline and test reports. Done means the improvement is reproducible and its follow-up is identified.

Written by the indexing model from the issue text.

Assessment

Domain
performance
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.