dotnet / dotnet/perf-autofiling-issues

[Perf] Linux/x64: 29 Regressions on 4/27/2026 9:56:03 PM +00:00

Open
#72,184 1 comment 0 reactions 0 assignees View on GitHub
arch-wasm arch-x64 branch-refs/heads/main compilationmode-wasm kind-micro os-linux perf-regression runkind-micro runtimetype-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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a](https://github.com/dotnet/runtime/commit/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a)
Compare | [3ac6e13b2780bbaf03c62488fced60b9a76e9782](https://github.com/dotnet/runtime/commit/3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Diff | [Diff](https://github.com/dotnet/runtime/compare/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a...3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Memory.Span<Byte>

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

  • [Fill - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 347.72 ns | 484.50 ns | 1.39 | 0.48 | False | | |
|
  • [IndexOfValue - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 128.53 μs | 179.02 μs | 1.39 | 0.35 | False | | |
|
  • [StartsWith - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 52.90 μs | 67.13 μs | 1.27 | 0.37 | False | | |
|
  • [LastIndexOfValue - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 126.91 μs | 153.03 μs | 1.21 | 0.33 | False | | |
|
  • [IndexOfAnyTwoValues - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 856.18 ns | 999.41 ns | 1.17 | 0.41 | False | | |
|
  • [ToArray - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 858.06 ns | 1000.78 ns | 1.17 | 0.27 | False | | |
|
  • [GetPinnableReference - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 70.88 ns | 82.48 ns | 1.16 | 0.32 | False | | |
|
  • [IndexOfValue - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.90 μs | 2.20 μs | 1.16 | 0.33 | False | | |
|
  • [LastIndexOfValue - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 21.39 μs | 24.64 μs | 1.15 | 0.21 | False | | |
|
  • [Reverse - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 146.73 μs | 165.78 μs | 1.13 | 0.42 | False | | |
|
  • [IndexOfValue - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 21.37 μs | 24.05 μs | 1.13 | 0.29 | False | | |
|
  • [CopyToOverlap - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 675.03 ns | 723.77 ns | 1.07 | 0.26 | False | | |
|
  • [Reverse - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.99 μs | 2.12 μs | 1.07 | 0.40 | False | | |

![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Memory.Span*'
```

### System.Memory.Span<Byte>.Fill(Size: 4)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.IndexOfValue(Size: 3000)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.StartsWith(Size: 3000)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.LastIndexOfValue(Size: 3000)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.IndexOfAnyTwoValues(Size: 4)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.ToArray(Size: 33)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.GetPinnableReference(Size: 33)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.IndexOfValue(Size: 33)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.LastIndexOfValue(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.Reverse(Size: 3000)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.IndexOfValue(Size: 512)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.CopyToOverlap(Size: 33)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Span<Byte>.Reverse(Size: 33)

#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a](https://github.com/dotnet/runtime/commit/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a)
Compare | [3ac6e13b2780bbaf03c62488fced60b9a76e9782](https://github.com/dotnet/runtime/commit/3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Diff | [Diff](https://github.com/dotnet/runtime/compare/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a...3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Memory.Slice<Byte>

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

  • [ReadOnlyMemorySpanStartLength - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 465.83 ns | 595.96 ns | 1.28 | 0.45 | False | | |
|
  • [ReadOnlyMemoryStart - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 123.81 ns | 139.73 ns | 1.13 | 0.55 | False | | |
|
  • [MemoryStart - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 124.36 ns | 140.08 ns | 1.13 | 0.36 | False | | |
|
  • [MemorySpanStart - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 450.67 ns | 499.46 ns | 1.11 | 0.42 | False | | |
|
  • [MemoryStartLength - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 138.89 ns | 148.54 ns | 1.07 | 0.45 | False | | |

![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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Memory.Slice*'
```

### System.Memory.Slice<Byte>.ReadOnlyMemorySpanStartLength

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Slice<Byte>.ReadOnlyMemoryStart

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Slice<Byte>.MemoryStart

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Slice<Byte>.MemorySpanStart

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Memory.Slice<Byte>.MemoryStartLength

#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a](https://github.com/dotnet/runtime/commit/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a)
Compare | [3ac6e13b2780bbaf03c62488fced60b9a76e9782](https://github.com/dotnet/runtime/commit/3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Diff | [Diff](https://github.com/dotnet/runtime/compare/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a...3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Numerics.Tests.Perf_Vector4

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

  • [DivideBenchmark - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 2.91 μs | 3.39 μs | 1.17 | 0.38 | False | | |
|
  • [MinBenchmark - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 3.22 μs | 3.58 μs | 1.11 | 0.39 | False | | |
|
  • [CreateFromScalarXYZWBenchmark - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 949.48 ns | 1034.68 ns | 1.09 | 0.34 | False | | |
|
  • [TransformByQuaternionBenchmark - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 60.90 μs | 65.63 μs | 1.08 | 0.29 | False | | |

![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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Numerics.Tests.Perf_Vector4*'
```

### System.Numerics.Tests.Perf_Vector4.DivideBenchmark

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tests.Perf_Vector4.MinBenchmark

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tests.Perf_Vector4.CreateFromScalarXYZWBenchmark

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tests.Perf_Vector4.TransformByQuaternionBenchmark

#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a](https://github.com/dotnet/runtime/commit/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a)
Compare | [3ac6e13b2780bbaf03c62488fced60b9a76e9782](https://github.com/dotnet/runtime/commit/3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Diff | [Diff](https://github.com/dotnet/runtime/compare/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a...3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Buffers.Tests.ReadOnlySequenceTests<Byte>

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

  • [IterateForEachMemory - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.83 μs | 3.11 μs | 1.70 | 0.46 | False | | |
|
  • [IterateTryGetArray - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 706.67 ns | 986.33 ns | 1.40 | 0.38 | False | | |

![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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Buffers.Tests.ReadOnlySequenceTests*'
```

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.IterateForEachMemory

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Buffers.Tests.ReadOnlySequenceTests<Byte>.IterateTryGetArray

#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a](https://github.com/dotnet/runtime/commit/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a)
Compare | [3ac6e13b2780bbaf03c62488fced60b9a76e9782](https://github.com/dotnet/runtime/commit/3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Diff | [Diff](https://github.com/dotnet/runtime/compare/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a...3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>

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

  • [MaxMagnitude_Scalar - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 455.55 μs | 526.23 μs | 1.16 | 0.32 | False | | |
|
  • [Divide_Scalar - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 410.10 μs | 453.52 μs | 1.11 | 0.33 | False | | |

![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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives*'
```

### System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>.MaxMagnitude_Scalar(BufferLength: 3079)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tensors.Tests.Perf_NumberTensorPrimitives<Int32>.Divide_Scalar(BufferLength: 3079)

#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a](https://github.com/dotnet/runtime/commit/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a)
Compare | [3ac6e13b2780bbaf03c62488fced60b9a76e9782](https://github.com/dotnet/runtime/commit/3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Diff | [Diff](https://github.com/dotnet/runtime/compare/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a...3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Security.Cryptography.Primitives.Tests.Performance.Perf_FixedTimeEquals

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

  • [FixedTimeEquals_256Bit_SameReference - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 4.83 μs | 5.27 μs | 1.09 | 0.39 | False | | |

![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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Security.Cryptography.Primitives.Tests.Performance.Perf_FixedTimeEquals*'
```

### System.Security.Cryptography.Primitives.Tests.Performance.Perf_FixedTimeEquals.FixedTimeEquals_256Bit_SameReference

#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a](https://github.com/dotnet/runtime/commit/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a)
Compare | [3ac6e13b2780bbaf03c62488fced60b9a76e9782](https://github.com/dotnet/runtime/commit/3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Diff | [Diff](https://github.com/dotnet/runtime/compare/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a...3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in MicroBenchmarks.Serializers.Json_FromString<MyEventsListerViewModel>

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

  • [JsonNet_ - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 45.24 ms | 49.46 ms | 1.09 | 0.14 | False | | |

![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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'MicroBenchmarks.Serializers.Json_FromString*'
```

### MicroBenchmarks.Serializers.Json_FromString<MyEventsListerViewModel>.JsonNet_

#### 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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a](https://github.com/dotnet/runtime/commit/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a)
Compare | [3ac6e13b2780bbaf03c62488fced60b9a76e9782](https://github.com/dotnet/runtime/commit/3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Diff | [Diff](https://github.com/dotnet/runtime/compare/aba46e33ea5ddd45d90e5c6a8b46bba6744ddc9a...3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Configs | CompilationMode:wasm, RunKind:micro, RuntimeType:coreclr

### Regressions in System.Tests.Perf_Uri

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

  • [BuilderToString - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 24.87 μs | 32.57 μs | 1.31 | 0.49 | False | | |

![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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Tests.Perf_Uri*'
```

### System.Tests.Perf_Uri.BuilderToString

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