dotnet / dotnet/perf-autofiling-issues

[Perf] Windows/x64: 4 Regressions on 1/24/2026 9:06:03 AM +00:00

Open
#67,868 1 comment 0 reactions 0 assignees View on GitHub
arch-x64 branch-10.0 kind-bepuphysics os-windows perf-regression runtime-coreclr untriaged
Dominant language
No language data
Stars
10
Forks
8
PR merge metrics
PR metrics pending

Description

### Run Information

Name | Value
-- | --
Architecture | x64
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [d7b32678f494ef2ae6a39182c46a8efceadcd6c4](https://github.com/dotnet/sdk/commit/d7b32678f494ef2ae6a39182c46a8efceadcd6c4)
Compare | [b68c335619ddcdd7d10b40d49f9e6dfa97e710e5](https://github.com/dotnet/sdk/commit/b68c335619ddcdd7d10b40d49f9e6dfa97e710e5)
Diff | [Diff](https://github.com/dotnet/sdk/compare/d7b32678f494ef2ae6a39182c46a8efceadcd6c4...b68c335619ddcdd7d10b40d49f9e6dfa97e710e5)
Configs | CompilationMode:tiered, RunKind:bepuphysics

### Regressions in DemoBenchmarks.SweepBenchmarks

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

  • [BoxMesh - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 107.32 μs | 119.94 μs | 1.12 | 0.00 | True | | |

![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 'DemoBenchmarks.SweepBenchmarks*'
```

### DemoBenchmarks.SweepBenchmarks.BoxMesh

#### 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 | Windows 10.0.22631
Queue | ViperWindows
Baseline | [d7b32678f494ef2ae6a39182c46a8efceadcd6c4](https://github.com/dotnet/sdk/commit/d7b32678f494ef2ae6a39182c46a8efceadcd6c4)
Compare | [b68c335619ddcdd7d10b40d49f9e6dfa97e710e5](https://github.com/dotnet/sdk/commit/b68c335619ddcdd7d10b40d49f9e6dfa97e710e5)
Diff | [Diff](https://github.com/dotnet/sdk/compare/d7b32678f494ef2ae6a39182c46a8efceadcd6c4...b68c335619ddcdd7d10b40d49f9e6dfa97e710e5)
Configs | CompilationMode:tiered, RunKind:bepuphysics

### Regressions in DemoBenchmarks.TwoBodyConstraintBenchmarks

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

  • [Contact4 - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 282.99 μs | 314.57 μs | 1.11 | 0.00 | True | | |
|
  • [BallSocket - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 70.39 μs | 78.25 μs | 1.11 | 0.00 | True | | |

![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 'DemoBenchmarks.TwoBodyConstraintBenchmarks*'
```

### DemoBenchmarks.TwoBodyConstraintBenchmarks.Contact4

#### ETL Files

#### Histogram

#### JIT Disasms

### DemoBenchmarks.TwoBodyConstraintBenchmarks.BallSocket

#### 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 | Windows 10.0.22631
Queue | ViperWindows
Baseline | [d7b32678f494ef2ae6a39182c46a8efceadcd6c4](https://github.com/dotnet/sdk/commit/d7b32678f494ef2ae6a39182c46a8efceadcd6c4)
Compare | [b68c335619ddcdd7d10b40d49f9e6dfa97e710e5](https://github.com/dotnet/sdk/commit/b68c335619ddcdd7d10b40d49f9e6dfa97e710e5)
Diff | [Diff](https://github.com/dotnet/sdk/compare/d7b32678f494ef2ae6a39182c46a8efceadcd6c4...b68c335619ddcdd7d10b40d49f9e6dfa97e710e5)
Configs | CompilationMode:tiered, RunKind:bepuphysics

### Regressions in DemoBenchmarks.GroupedCollisionTesterBenchmarks

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

  • [CheapCollisionBenchmarks - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 17.21 μs | 22.36 μs | 1.30 | 0.00 | True | | |

![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 'DemoBenchmarks.GroupedCollisionTesterBenchmarks*'
```

### DemoBenchmarks.GroupedCollisionTesterBenchmarks.CheapCollisionBenchmarks

#### 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.