dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 6 Regressions on 7/23/2026 8:26:45 AM +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 | [dc3757e67b2d6eb7d6db7e052574a02c3d445432](https://github.com/dotnet/runtime/commit/dc3757e67b2d6eb7d6db7e052574a02c3d445432)
Compare | [7ffec088158c895276b85cf176e37904f7d53a56](https://github.com/dotnet/runtime/commit/7ffec088158c895276b85cf176e37904f7d53a56)
Diff | [Diff](https://github.com/dotnet/runtime/compare/dc3757e67b2d6eb7d6db7e052574a02c3d445432...7ffec088158c895276b85cf176e37904f7d53a56)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Regressions in System.Buffers.Text.Tests.Base64Tests
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Base64DecodeDestinationTooSmall - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ConvertTryFromBase64Chars - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ConvertToBase64CharArray - 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Buffers.Text.Tests.Base64Tests*'
```
### System.Buffers.Text.Tests.Base64Tests.Base64DecodeDestinationTooSmall(NumberOfBytes: 1000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Buffers.Text.Tests.Base64Tests.ConvertTryFromBase64Chars(NumberOfBytes: 1000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Buffers.Text.Tests.Base64Tests.ConvertToBase64CharArray(NumberOfBytes: 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 | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [dc3757e67b2d6eb7d6db7e052574a02c3d445432](https://github.com/dotnet/runtime/commit/dc3757e67b2d6eb7d6db7e052574a02c3d445432)
Compare | [7ffec088158c895276b85cf176e37904f7d53a56](https://github.com/dotnet/runtime/commit/7ffec088158c895276b85cf176e37904f7d53a56)
Diff | [Diff](https://github.com/dotnet/runtime/compare/dc3757e67b2d6eb7d6db7e052574a02c3d445432...7ffec088158c895276b85cf176e37904f7d53a56)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Regressions in System.Text.Json.Reader.Tests.Perf_Base64
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ReadBase64EncodedByteArray_NoEscaping - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ReadBase64EncodedByteArray_NoEscaping - 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Text.Json.Reader.Tests.Perf_Base64*'
```
### System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_NoEscaping(NumberOfBytes: 1000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Json.Reader.Tests.Perf_Base64.ReadBase64EncodedByteArray_NoEscaping(NumberOfBytes: 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 | x64
OS | ubuntu 22.04
Queue | ViperUbuntu
Baseline | [dc3757e67b2d6eb7d6db7e052574a02c3d445432](https://github.com/dotnet/runtime/commit/dc3757e67b2d6eb7d6db7e052574a02c3d445432)
Compare | [7ffec088158c895276b85cf176e37904f7d53a56](https://github.com/dotnet/runtime/commit/7ffec088158c895276b85cf176e37904f7d53a56)
Diff | [Diff](https://github.com/dotnet/runtime/compare/dc3757e67b2d6eb7d6db7e052574a02c3d445432...7ffec088158c895276b85cf176e37904f7d53a56)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Regressions in System.Perf_Convert
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [FromBase64Chars - 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
python3 .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'System.Perf_Convert*'
```
### System.Perf_Convert.FromBase64Chars
#### 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 benchmark sources at src/benchmarks/micro/libraries/System.Buffers/Base64Tests.cs and src/benchmarks/micro/libraries/System.Text.Json/Utf8JsonReader/Perf.Base64.cs. Compare the baseline and test commits, then run the documented benchmarks_ci.py command with the Base64 filter. Done means the reported WebAssembly AOT regressions are explained and the affected benchmark results no longer regress.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, wasm
- Domain
- performance, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100