dotnet / dotnet/perf-autofiling-issues
[Perf] Windows/x64: 5 Regressions on 3/27/2026 8:52:26 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 | Windows 10.0.22631
Queue | ViperWindows
Baseline | [491bbab262d2f8179cf5f5651bc0689d9c12739a](https://github.com/dotnet/sdk/commit/491bbab262d2f8179cf5f5651bc0689d9c12739a)
Compare | [7af60210ff756fa343088d4dc1b7080c200dea50](https://github.com/dotnet/sdk/commit/7af60210ff756fa343088d4dc1b7080c200dea50)
Diff | [Diff](https://github.com/dotnet/sdk/compare/491bbab262d2f8179cf5f5651bc0689d9c12739a...7af60210ff756fa343088d4dc1b7080c200dea50)
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]()
![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 | [491bbab262d2f8179cf5f5651bc0689d9c12739a](https://github.com/dotnet/sdk/commit/491bbab262d2f8179cf5f5651bc0689d9c12739a)
Compare | [7af60210ff756fa343088d4dc1b7080c200dea50](https://github.com/dotnet/sdk/commit/7af60210ff756fa343088d4dc1b7080c200dea50)
Diff | [Diff](https://github.com/dotnet/sdk/compare/491bbab262d2f8179cf5f5651bc0689d9c12739a...7af60210ff756fa343088d4dc1b7080c200dea50)
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]()
|
- [ModerateCostCollisionBenchmarks - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ExpensiveCollisionBenchmarks - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
![graph]()
![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.GroupedCollisionTesterBenchmarks*'
```
### DemoBenchmarks.GroupedCollisionTesterBenchmarks.CheapCollisionBenchmarks
#### ETL Files
#### Histogram
#### JIT Disasms
### DemoBenchmarks.GroupedCollisionTesterBenchmarks.ModerateCostCollisionBenchmarks
#### ETL Files
#### Histogram
#### JIT Disasms
### DemoBenchmarks.GroupedCollisionTesterBenchmarks.ExpensiveCollisionBenchmarks
#### 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 | [491bbab262d2f8179cf5f5651bc0689d9c12739a](https://github.com/dotnet/sdk/commit/491bbab262d2f8179cf5f5651bc0689d9c12739a)
Compare | [7af60210ff756fa343088d4dc1b7080c200dea50](https://github.com/dotnet/sdk/commit/7af60210ff756fa343088d4dc1b7080c200dea50)
Diff | [Diff](https://github.com/dotnet/sdk/compare/491bbab262d2f8179cf5f5651bc0689d9c12739a...7af60210ff756fa343088d4dc1b7080c200dea50)
Configs | CompilationMode:tiered, RunKind:bepuphysics
### Regressions in DemoBenchmarks.TwoBodyConstraintBenchmarks
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [BallSocket - 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'DemoBenchmarks.TwoBodyConstraintBenchmarks*'
```
### 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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.