dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 1019 Regressions on 4/28/2026 1:30:15 PM +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 | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [3ac6e13b2780bbaf03c62488fced60b9a76e9782](https://github.com/dotnet/runtime/commit/3ac6e13b2780bbaf03c62488fced60b9a76e9782)
Compare | [1d02af45d41c1fefa5ec4c139295081092af0905](https://github.com/dotnet/runtime/commit/1d02af45d41c1fefa5ec4c139295081092af0905)
Diff | [Diff](https://github.com/dotnet/runtime/compare/3ac6e13b2780bbaf03c62488fced60b9a76e9782...1d02af45d41c1fefa5ec4c139295081092af0905)
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]()
|
- [IndexOfValue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Reverse - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Reverse - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Clear - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [StartsWith - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SequenceEqual - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Clear - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Reverse - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOfValue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SequenceEqual - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToArray - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [CopyToOverlap - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOfAnyTwoValues - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [BinarySearch - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Fill - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOfAnyTwoValues - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SequenceEqual - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LastIndexOfAnyValues - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [EndsWith - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [EndsWith - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [StartsWith - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LastIndexOfValue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [CopyToOverlap - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOfAnyThreeValues - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LastIndexOfAnyValues - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOfAnyThreeValues - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SequenceCompareTo - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [CopyToSame - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToArray - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![graph]()
![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: 3000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.IndexOfValue(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.Reverse(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.Reverse(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.Clear(Size: 3000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.StartsWith(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.SequenceEqual(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.Clear(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.Reverse(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.IndexOfValue(Size: 3000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.SequenceEqual(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.ToArray(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.CopyToOverlap(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.IndexOfAnyTwoValues(Size: 3000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.BinarySearch(Size: 3000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.Fill(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.IndexOfAnyTwoValues(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.SequenceEqual(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.LastIndexOfAnyValues(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.EndsWith(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.EndsWith(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.StartsWith(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.LastIndexOfValue(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.CopyToOverlap(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.IndexOfAnyThreeValues(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.LastIndexOfAnyValues(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.IndexOfAnyThreeValues(Size: 3000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.SequenceCompareTo(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.CopyToSame(Size: 3000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Byte>.ToArray(Size: 4)
#### 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.