dotnet / dotnet/perf-autofiling-issues

[Perf] Windows/x64: 7 Regressions on 4/28/2026 10:43:29 AM +00:00

Open
#72,091 1 comment 0 reactions 0 assignees View on GitHub
arch-x64 branch-11.0 compilationmode-tiered kind-bepuphysics os-windows perf-regression runkind-bepuphysics 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 | [aae32bdb43e214583a15e3393e38c889b9447ec4](https://github.com/dotnet/sdk/commit/aae32bdb43e214583a15e3393e38c889b9447ec4)
Compare | [2e6efe3a93c7a685d76951a7bfd91c520dc7b333](https://github.com/dotnet/sdk/commit/2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
Diff | [Diff](https://github.com/dotnet/sdk/compare/aae32bdb43e214583a15e3393e38c889b9447ec4...2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
Configs | CompilationMode:tiered, RunKind:bepuphysics

### Regressions in DemoBenchmarks.TwoBodyConstraintBenchmarks

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

  • [Weld - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 169.34 μs | 213.86 μs | 1.26 | 0.00 | True | | |
|
  • [AngularHinge - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 104.51 μs | 115.25 μs | 1.10 | 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.Weld

#### ETL Files

#### Histogram

#### JIT Disasms

### DemoBenchmarks.TwoBodyConstraintBenchmarks.AngularHinge

#### 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 | [aae32bdb43e214583a15e3393e38c889b9447ec4](https://github.com/dotnet/sdk/commit/aae32bdb43e214583a15e3393e38c889b9447ec4)
Compare | [2e6efe3a93c7a685d76951a7bfd91c520dc7b333](https://github.com/dotnet/sdk/commit/2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
Diff | [Diff](https://github.com/dotnet/sdk/compare/aae32bdb43e214583a15e3393e38c889b9447ec4...2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
Configs | CompilationMode:tiered, RunKind:bepuphysics

### Regressions in DemoBenchmarks.OneBodyConstraintBenchmarks

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

  • [OneBodyAngularServo - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 38.77 μs | 46.06 μs | 1.19 | 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.OneBodyConstraintBenchmarks*'
```

### DemoBenchmarks.OneBodyConstraintBenchmarks.OneBodyAngularServo

#### 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 | [aae32bdb43e214583a15e3393e38c889b9447ec4](https://github.com/dotnet/sdk/commit/aae32bdb43e214583a15e3393e38c889b9447ec4)
Compare | [2e6efe3a93c7a685d76951a7bfd91c520dc7b333](https://github.com/dotnet/sdk/commit/2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
Diff | [Diff](https://github.com/dotnet/sdk/compare/aae32bdb43e214583a15e3393e38c889b9447ec4...2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
Configs | CompilationMode:tiered, RunKind:bepuphysics

### Regressions in DemoBenchmarks.GatherScatterBenchmarks

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

  • [GatherState - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 23.30 μs | 37.45 μs | 1.61 | 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.GatherScatterBenchmarks*'
```

### DemoBenchmarks.GatherScatterBenchmarks.GatherState

#### 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 | [aae32bdb43e214583a15e3393e38c889b9447ec4](https://github.com/dotnet/sdk/commit/aae32bdb43e214583a15e3393e38c889b9447ec4)
Compare | [2e6efe3a93c7a685d76951a7bfd91c520dc7b333](https://github.com/dotnet/sdk/commit/2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
Diff | [Diff](https://github.com/dotnet/sdk/compare/aae32bdb43e214583a15e3393e38c889b9447ec4...2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
Configs | CompilationMode:tiered, RunKind:bepuphysics

### Regressions in DemoBenchmarks.FourBodyConstraintBenchmarks

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

  • [VolumeConstraint - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 79.43 μs | 99.51 μs | 1.25 | 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.FourBodyConstraintBenchmarks*'
```

### DemoBenchmarks.FourBodyConstraintBenchmarks.VolumeConstraint

#### 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 | [aae32bdb43e214583a15e3393e38c889b9447ec4](https://github.com/dotnet/sdk/commit/aae32bdb43e214583a15e3393e38c889b9447ec4)
Compare | [2e6efe3a93c7a685d76951a7bfd91c520dc7b333](https://github.com/dotnet/sdk/commit/2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
Diff | [Diff](https://github.com/dotnet/sdk/compare/aae32bdb43e214583a15e3393e38c889b9447ec4...2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
Configs | CompilationMode:tiered, RunKind:bepuphysics

### Regressions in DemoBenchmarks.SweepBenchmarks

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

  • [CapsuleCapsule - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 2.42 μs | 2.71 μ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.CapsuleCapsule

#### 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 | [aae32bdb43e214583a15e3393e38c889b9447ec4](https://github.com/dotnet/sdk/commit/aae32bdb43e214583a15e3393e38c889b9447ec4)
Compare | [2e6efe3a93c7a685d76951a7bfd91c520dc7b333](https://github.com/dotnet/sdk/commit/2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
Diff | [Diff](https://github.com/dotnet/sdk/compare/aae32bdb43e214583a15e3393e38c889b9447ec4...2e6efe3a93c7a685d76951a7bfd91c520dc7b333)
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]()
| 21.93 μs | 25.83 μs | 1.18 | 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.