dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 240 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<Char>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [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]()
|
- [IndexOfValue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [CopyTo - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOfValue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SequenceCompareTo - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [BinarySearch - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [BinarySearch - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LastIndexOfValue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LastIndexOfValue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOfValue - 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]()
[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<Char>.Reverse(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.Clear(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.StartsWith(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.IndexOfValue(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.CopyTo(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.IndexOfValue(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.SequenceCompareTo(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.BinarySearch(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.BinarySearch(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.LastIndexOfValue(Size: 3000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.LastIndexOfValue(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.IndexOfValue(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Char>.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)
---
### 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<Int32>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [StartsWith - 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]()
|
- [LastIndexOfValue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LastIndexOfValue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOfValue - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Fill - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToArray - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [CopyToSame - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LastIndexOfAnyValues - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Reverse - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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<Int32>.StartsWith(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Int32>.LastIndexOfAnyValues(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Int32>.IndexOfAnyThreeValues(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Int32>.LastIndexOfValue(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Int32>.LastIndexOfValue(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Int32>.IndexOfValue(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Int32>.Fill(Size: 4)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Int32>.ToArray(Size: 33)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Int32>.CopyToSame(Size: 3000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Int32>.LastIndexOfAnyValues(Size: 512)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Memory.Span<Int32>.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 | [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.Globalization.Tests.StringSearch
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [LastIndexOf_Word_NotFound - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LastIndexOf_Word_NotFound - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOf_Word_NotFound - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IsSuffix_DifferentLastChar - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LastIndexOf_Word_NotFound - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LastIndexOf_Word_NotFound - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [LastIndexOf_Word_NotFound - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IndexOf_Word_NotFound - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IsSuffix_SecondHalf - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [IsSuffix_SecondHalf - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.Globalization.Tests.StringSearch*'
```
### System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (en-US, OrdinalIgnoreCase, False))
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (en-US, Ordinal, False))
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (, None, False))
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Globalization.Tests.StringSearch.IsSuffix_DifferentLastChar(Options: (en-US, OrdinalIgnoreCase, False))
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (, IgnoreCase, False))
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (en-US, IgnoreCase, True))
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Globalization.Tests.StringSearch.LastIndexOf_Word_NotFound(Options: (en-US, IgnoreNonSpace, False))
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Globalization.Tests.StringSearch.IndexOf_Word_NotFound(Options: (en-US, Ordinal, False))
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf(Options: (, None, False))
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Globalization.Tests.StringSearch.IsSuffix_SecondHalf(Options: (en-US, None, 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)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked System.Memory.Span benchmark source at src/benchmarks/micro/libraries/System.Memory/Span.cs and the generated regression reports. Compare the listed baseline commit with the compare commit and inspect the affected benchmark results. The issue does not define an acceptance criterion beyond the regression report, so confirm the expected resolution with maintainers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, wasm
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100