dotnet / dotnet/perf-autofiling-issues
[Perf] Windows/x86: 40 Regressions on 9/11/2026 9:48:28 PM +00:00
- 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 | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Tests.Perf_GC<Byte>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [AllocateUninitializedArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [NewOperator_Array - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [AllocateUninitializedArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [NewOperator_Array - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [AllocateUninitializedArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [AllocateArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
![graph]()
![graph]()
![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 'System.Tests.Perf_GC*'
```
### System.Tests.Perf_GC<Byte>.AllocateUninitializedArray(length: 10000, pinned: False)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Byte>.NewOperator_Array(length: 10000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Byte>.AllocateUninitializedArray(length: 10000, pinned: True)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Byte>.NewOperator_Array(length: 1000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Byte>.AllocateUninitializedArray(length: 1000, pinned: False)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Byte>.AllocateArray(length: 10000, pinned: True)
#### 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 | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Tests.Perf_String
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [GetChars - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [PadLeft - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Concat_str_str_str_str - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Concat_str_str_str - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
![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 'System.Tests.Perf_String*'
```
### System.Tests.Perf_String.GetChars(size: 100)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.PadLeft(n: 2142)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Concat_str_str_str_str(size: 100)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Concat_str_str_str(size: 100)
#### 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 | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Tests.Perf_GC<Char>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [AllocateUninitializedArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [AllocateUninitializedArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [AllocateArray - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [NewOperator_Array - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
![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 'System.Tests.Perf_GC*'
```
### System.Tests.Perf_GC<Char>.AllocateUninitializedArray(length: 10000, pinned: False)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Char>.AllocateUninitializedArray(length: 10000, pinned: True)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Char>.AllocateArray(length: 10000, pinned: False)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_GC<Char>.NewOperator_Array(length: 1000)
#### 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 | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Tests.Perf_Array
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ArrayCreate1D - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ArrayCreate2D - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ArrayCreate3D - 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 'System.Tests.Perf_Array*'
```
### System.Tests.Perf_Array.ArrayCreate1D
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Array.ArrayCreate2D
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Array.ArrayCreate3D
#### 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 | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Buffers.Tests.ReadOnlySequenceTests<Byte>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [IterateForEachTenSegments - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IterateGetPositionTenSegments - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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 'System.Buffers.Tests.ReadOnlySequenceTests*'
```
### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.IterateForEachTenSegments
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.IterateGetPositionTenSegments
#### 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 | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Collections.CtorGivenSize<Int32>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Array - 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 'System.Collections.CtorGivenSize*'
```
### System.Collections.CtorGivenSize<Int32>.Array(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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Collections.IterateForEach<String>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [OrderedDictionary - 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
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Collections.IterateForEach*'
```
### System.Collections.IterateForEach<String>.OrderedDictionary(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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in ByteMark
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [BenchBitOps - 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 'ByteMark*'
```
### ByteMark.BenchBitOps
#### 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 | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Ctor - 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 'System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas*'
```
### System.Text.RegularExpressions.Tests.Perf_Regex_Industry_Mariomkas.Ctor(Pattern: "[\\w\\.+-]+@[\\w\\.-]+\\.[\\w\\.-]+", Options: NonBacktracking)
#### 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 | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Memory.Span<Char>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [SequenceCompareTo - 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 'System.Memory.Span*'
```
### System.Memory.Span<Char>.SequenceCompareTo(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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Memory.Span<Byte>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ToArray - 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 'System.Memory.Span*'
```
### System.Memory.Span<Byte>.ToArray(Size: 3000)
#### 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 | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [0fd08c887c1317055025965cbe829b732fbe942d](https://github.com/dotnet/runtime/commit/0fd08c887c1317055025965cbe829b732fbe942d)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...0fd08c887c1317055025965cbe829b732fbe942d)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Reflection.Attributes
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [GetCustomAttributesClassMissInherit - 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 'System.Reflection.Attributes*'
```
### System.Reflection.Attributes.GetCustomAttributesClassMissInherit
#### 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 | [de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9](https://github.com/dotnet/runtime/commit/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9)
Compare | [ea973e7517a629d0c3c75f4879ce279b07f21365](https://github.com/dotnet/runtime/commit/ea973e7517a629d0c3c75f4879ce279b07f21365)
Diff | [Diff](https://github.com/dotnet/runtime/compare/de29e26a4f69da5d446900a6ba9d68ba3ddc5ba9...ea973e7517a629d0c3c75f4879ce279b07f21365)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Collections.CtorFromCollection<Int32>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ImmutableArray - 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 'System.Collections.CtorFromCollection*'
```
### System.Collections.CtorFromCollection<Int32>.ImmutableArray(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)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the reported performance diff and the reproduction command in scripts/benchmarks_ci.py, then inspect the benchmark source at src/benchmarks/micro/runtime/GC/Perf_GC.cs. Compare the baseline and test commits and use the referenced test report to determine whether the Windows/x86 regressions reproduce. Done means identifying and correcting the regression, with the affected benchmarks no longer regressing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- performance, testing, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100