dotnet / dotnet/perf-autofiling-issues

[Perf] Windows/x86: 16 Regressions on 3/7/2026 5:41:53 AM +00:00

Open
#69,799 1 comment 0 reactions 0 assignees View on GitHub
arch-x86 branch-refs/heads/main kind-micro 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 | x86
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [703be0833b619fab3b970175f0d391c097d1e17b](https://github.com/dotnet/runtime/commit/703be0833b619fab3b970175f0d391c097d1e17b)
Compare | [28baa459661f164b55d6409f9816178ced46146f](https://github.com/dotnet/runtime/commit/28baa459661f164b55d6409f9816178ced46146f)
Diff | [Diff](https://github.com/dotnet/runtime/compare/703be0833b619fab3b970175f0d391c097d1e17b...28baa459661f164b55d6409f9816178ced46146f)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Collections.ContainsFalse<String>

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]()
| 415.13 μs | 461.24 μs | 1.11 | 0.04 | False | | |
|
  • [Span - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 419.08 μs | 479.75 μs | 1.14 | 0.03 | False | | |

[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.ContainsFalse*'
```

### System.Collections.ContainsFalse<String>.Array(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Collections.ContainsFalse<String>.Span(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 | [703be0833b619fab3b970175f0d391c097d1e17b](https://github.com/dotnet/runtime/commit/703be0833b619fab3b970175f0d391c097d1e17b)
Compare | [28baa459661f164b55d6409f9816178ced46146f](https://github.com/dotnet/runtime/commit/28baa459661f164b55d6409f9816178ced46146f)
Diff | [Diff](https://github.com/dotnet/runtime/compare/703be0833b619fab3b970175f0d391c097d1e17b...28baa459661f164b55d6409f9816178ced46146f)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in Exceptions.Handling

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

  • [ThrowAndCatch_ManyCatchBlocks - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 8.86 μs | 10.09 μs | 1.14 | 0.01 | False | | |
|
  • [ThrowAndCatch - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 12.81 μs | 13.96 μs | 1.09 | 0.01 | False | | |
|
  • [ThrowAndCatch - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 8.56 μs | 9.61 μs | 1.12 | 0.01 | False | | |

[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 'Exceptions.Handling*'
```

### Exceptions.Handling.ThrowAndCatch_ManyCatchBlocks(kind: ReflectionSoftware)

#### ETL Files

#### Histogram

#### JIT Disasms

### Exceptions.Handling.ThrowAndCatch(kind: ReflectionHardware)

#### ETL Files

#### Histogram

#### JIT Disasms

### Exceptions.Handling.ThrowAndCatch(kind: ReflectionSoftware)

#### 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 | [703be0833b619fab3b970175f0d391c097d1e17b](https://github.com/dotnet/runtime/commit/703be0833b619fab3b970175f0d391c097d1e17b)
Compare | [28baa459661f164b55d6409f9816178ced46146f](https://github.com/dotnet/runtime/commit/28baa459661f164b55d6409f9816178ced46146f)
Diff | [Diff](https://github.com/dotnet/runtime/compare/703be0833b619fab3b970175f0d391c097d1e17b...28baa459661f164b55d6409f9816178ced46146f)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Collections.CreateAddAndClear<String>

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

  • [ImmutableSortedDictionary - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 237.91 μs | 254.99 μs | 1.07 | 0.27 | False | | |

[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.CreateAddAndClear*'
```

### System.Collections.CreateAddAndClear<String>.ImmutableSortedDictionary(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 | [703be0833b619fab3b970175f0d391c097d1e17b](https://github.com/dotnet/runtime/commit/703be0833b619fab3b970175f0d391c097d1e17b)
Compare | [28baa459661f164b55d6409f9816178ced46146f](https://github.com/dotnet/runtime/commit/28baa459661f164b55d6409f9816178ced46146f)
Diff | [Diff](https://github.com/dotnet/runtime/compare/703be0833b619fab3b970175f0d391c097d1e17b...28baa459661f164b55d6409f9816178ced46146f)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Collections.TryGetValueFalse<String, String>

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

  • [ImmutableSortedDictionary - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 198.40 μs | 213.52 μs | 1.08 | 0.28 | False | | |

[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.TryGetValueFalse*'
```

### System.Collections.TryGetValueFalse<String, String>.ImmutableSortedDictionary(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 | [64efb69573d1aa99fa89a96de18ba3247b2bb75e](https://github.com/dotnet/runtime/commit/64efb69573d1aa99fa89a96de18ba3247b2bb75e)
Compare | [28baa459661f164b55d6409f9816178ced46146f](https://github.com/dotnet/runtime/commit/28baa459661f164b55d6409f9816178ced46146f)
Diff | [Diff](https://github.com/dotnet/runtime/compare/64efb69573d1aa99fa89a96de18ba3247b2bb75e...28baa459661f164b55d6409f9816178ced46146f)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Globalization.Tests.StringSearch

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

  • [IndexOf_Word_NotFound - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 319.52 ns | 346.88 ns | 1.09 | 0.16 | False | | |
|
  • [IndexOf_Word_NotFound - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 324.09 ns | 346.44 ns | 1.07 | 0.09 | False | | |

[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.Globalization.Tests.StringSearch*'
```

### System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, IgnoreCase, False))

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (, IgnoreCase, False))

#### 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 | [703be0833b619fab3b970175f0d391c097d1e17b](https://github.com/dotnet/runtime/commit/703be0833b619fab3b970175f0d391c097d1e17b)
Compare | [28baa459661f164b55d6409f9816178ced46146f](https://github.com/dotnet/runtime/commit/28baa459661f164b55d6409f9816178ced46146f)
Diff | [Diff](https://github.com/dotnet/runtime/compare/703be0833b619fab3b970175f0d391c097d1e17b...28baa459661f164b55d6409f9816178ced46146f)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Collections.ContainsKeyTrue<String, String>

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

  • [ImmutableSortedDictionary - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 148.39 μs | 159.72 μs | 1.08 | 0.22 | False | | |

[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.ContainsKeyTrue*'
```

### System.Collections.ContainsKeyTrue<String, String>.ImmutableSortedDictionary(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 | [703be0833b619fab3b970175f0d391c097d1e17b](https://github.com/dotnet/runtime/commit/703be0833b619fab3b970175f0d391c097d1e17b)
Compare | [28baa459661f164b55d6409f9816178ced46146f](https://github.com/dotnet/runtime/commit/28baa459661f164b55d6409f9816178ced46146f)
Diff | [Diff](https://github.com/dotnet/runtime/compare/703be0833b619fab3b970175f0d391c097d1e17b...28baa459661f164b55d6409f9816178ced46146f)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Collections.TryGetValueTrue<String, String>

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

  • [ImmutableSortedDictionary - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 139.05 μs | 160.89 μs | 1.16 | 0.18 | False | | |

[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.TryGetValueTrue*'
```

### System.Collections.TryGetValueTrue<String, String>.ImmutableSortedDictionary(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 | [703be0833b619fab3b970175f0d391c097d1e17b](https://github.com/dotnet/runtime/commit/703be0833b619fab3b970175f0d391c097d1e17b)
Compare | [28baa459661f164b55d6409f9816178ced46146f](https://github.com/dotnet/runtime/commit/28baa459661f164b55d6409f9816178ced46146f)
Diff | [Diff](https://github.com/dotnet/runtime/compare/703be0833b619fab3b970175f0d391c097d1e17b...28baa459661f164b55d6409f9816178ced46146f)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in Benchstone.BenchI.TreeSort

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

  • [Test - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 208.39 μs | 225.89 μs | 1.08 | 0.50 | False | | |

[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 'Benchstone.BenchI.TreeSort*'
```

### Benchstone.BenchI.TreeSort.Test

#### 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 | [703be0833b619fab3b970175f0d391c097d1e17b](https://github.com/dotnet/runtime/commit/703be0833b619fab3b970175f0d391c097d1e17b)
Compare | [8151eb1c17763d564c5283f9a0db96ebb9856390](https://github.com/dotnet/runtime/commit/8151eb1c17763d564c5283f9a0db96ebb9856390)
Diff | [Diff](https://github.com/dotnet/runtime/compare/703be0833b619fab3b970175f0d391c097d1e17b...8151eb1c17763d564c5283f9a0db96ebb9856390)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Net.Primitives.Tests.CredentialCacheTests

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

  • [GetCredential_Uri - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 482.56 ns | 544.76 ns | 1.13 | 0.02 | False | | |

[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.Primitives.Tests.CredentialCacheTests*'
```

### System.Net.Primitives.Tests.CredentialCacheTests.GetCredential_Uri(uriString: "http://name5", uriCount: 10)

#### 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 | [703be0833b619fab3b970175f0d391c097d1e17b](https://github.com/dotnet/runtime/commit/703be0833b619fab3b970175f0d391c097d1e17b)
Compare | [28baa459661f164b55d6409f9816178ced46146f](https://github.com/dotnet/runtime/commit/28baa459661f164b55d6409f9816178ced46146f)
Diff | [Diff](https://github.com/dotnet/runtime/compare/703be0833b619fab3b970175f0d391c097d1e17b...28baa459661f164b55d6409f9816178ced46146f)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in LinqBenchmarks

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

  • [Order00LinqMethodX - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 74.70 ms | 84.75 ms | 1.13 | 0.03 | False | | |

[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 'LinqBenchmarks*'
```

### LinqBenchmarks.Order00LinqMethodX

#### 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 | [703be0833b619fab3b970175f0d391c097d1e17b](https://github.com/dotnet/runtime/commit/703be0833b619fab3b970175f0d391c097d1e17b)
Compare | [28baa459661f164b55d6409f9816178ced46146f](https://github.com/dotnet/runtime/commit/28baa459661f164b55d6409f9816178ced46146f)
Diff | [Diff](https://github.com/dotnet/runtime/compare/703be0833b619fab3b970175f0d391c097d1e17b...28baa459661f164b55d6409f9816178ced46146f)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in System.Collections.ContainsKeyFalse<String, String>

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

  • [ImmutableSortedDictionary - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 197.66 μs | 212.80 μs | 1.08 | 0.24 | False | | |

[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.ContainsKeyFalse*'
```

### System.Collections.ContainsKeyFalse<String, String>.ImmutableSortedDictionary(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 | [703be0833b619fab3b970175f0d391c097d1e17b](https://github.com/dotnet/runtime/commit/703be0833b619fab3b970175f0d391c097d1e17b)
Compare | [28baa459661f164b55d6409f9816178ced46146f](https://github.com/dotnet/runtime/commit/28baa459661f164b55d6409f9816178ced46146f)
Diff | [Diff](https://github.com/dotnet/runtime/compare/703be0833b619fab3b970175f0d391c097d1e17b...28baa459661f164b55d6409f9816178ced46146f)
Configs | CompilationMode:tiered, RunKind:micro

### Regressions in Benchstone.BenchI.Fib

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

  • [Test - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 75.10 μs | 84.49 μs | 1.13 | 0.42 | False | | |

[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 'Benchstone.BenchI.Fib*'
```

### Benchstone.BenchI.Fib.Test

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