dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 82 Regressions on 2/11/2026 4:18:47 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 | [6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e](https://github.com/dotnet/runtime/commit/6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e)
Compare | [92741bebcae5b82cd537979eef962674627e7f89](https://github.com/dotnet/runtime/commit/92741bebcae5b82cd537979eef962674627e7f89)
Diff | [Diff](https://github.com/dotnet/runtime/compare/6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e...92741bebcae5b82cd537979eef962674627e7f89)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Text.Json.Serialization.Tests.WriteJson<Nullable<DateTimeOffset>>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [SerializeToStream - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SerializeToString - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SerializeObjectProperty - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SerializeToUtf8Bytes - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SerializeObjectProperty - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SerializeToUtf8Bytes - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SerializeToWriter - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SerializeToString - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SerializeToWriter - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config 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.Text.Json.Serialization.Tests.WriteJson>*'
```
### System.Text.Json.Serialization.Tests.WriteJson<Nullable<DateTimeOffset>>.SerializeToStream(Mode: SourceGen)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Json.Serialization.Tests.WriteJson<Nullable<DateTimeOffset>>.SerializeToString(Mode: SourceGen)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Json.Serialization.Tests.WriteJson<Nullable<DateTimeOffset>>.SerializeObjectProperty(Mode: Reflection)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Json.Serialization.Tests.WriteJson<Nullable<DateTimeOffset>>.SerializeToUtf8Bytes(Mode: Reflection)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Json.Serialization.Tests.WriteJson<Nullable<DateTimeOffset>>.SerializeObjectProperty(Mode: SourceGen)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Json.Serialization.Tests.WriteJson<Nullable<DateTimeOffset>>.SerializeToUtf8Bytes(Mode: SourceGen)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Json.Serialization.Tests.WriteJson<Nullable<DateTimeOffset>>.SerializeToWriter(Mode: Reflection)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Json.Serialization.Tests.WriteJson<Nullable<DateTimeOffset>>.SerializeToString(Mode: Reflection)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Json.Serialization.Tests.WriteJson<Nullable<DateTimeOffset>>.SerializeToWriter(Mode: SourceGen)
#### 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 | [6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e](https://github.com/dotnet/runtime/commit/6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e)
Compare | [92741bebcae5b82cd537979eef962674627e7f89](https://github.com/dotnet/runtime/commit/92741bebcae5b82cd537979eef962674627e7f89)
Diff | [Diff](https://github.com/dotnet/runtime/compare/6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e...92741bebcae5b82cd537979eef962674627e7f89)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in MicroBenchmarks.Serializers.Json_ToString<MyEventsListerViewModel>
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [SystemTextJson_SourceGen_ - Duration of single invocation]()
- [ADX - Test Multi Config Graph]()
|
- [SystemTextJson_Reflection_ - 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 'MicroBenchmarks.Serializers.Json_ToString*'
```
### MicroBenchmarks.Serializers.Json_ToString<MyEventsListerViewModel>.SystemTextJson_SourceGen_
#### ETL Files
#### Histogram
#### JIT Disasms
### MicroBenchmarks.Serializers.Json_ToString<MyEventsListerViewModel>.SystemTextJson_Reflection_
#### 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 | [6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e](https://github.com/dotnet/runtime/commit/6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e)
Compare | [92741bebcae5b82cd537979eef962674627e7f89](https://github.com/dotnet/runtime/commit/92741bebcae5b82cd537979eef962674627e7f89)
Diff | [Diff](https://github.com/dotnet/runtime/compare/6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e...92741bebcae5b82cd537979eef962674627e7f89)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Tests.Perf_String
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Split - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Format_OneArg - 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.Tests.Perf_String*'
```
### System.Tests.Perf_String.Split(s: "ABCDEFGHIJKLMNOPQRSTUVWXYZ", arr: [' '], options: None)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Format_OneArg(s: "Testing {0}, {0:C}, {0:E} - {0:F4}{0:G}{0:N} , !!", o: 3.14159)
#### 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 | [6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e](https://github.com/dotnet/runtime/commit/6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e)
Compare | [92741bebcae5b82cd537979eef962674627e7f89](https://github.com/dotnet/runtime/commit/92741bebcae5b82cd537979eef962674627e7f89)
Diff | [Diff](https://github.com/dotnet/runtime/compare/6641d63f5e8e4878ee1ca5a0ca1a448a36449e0e...92741bebcae5b82cd537979eef962674627e7f89)
Configs | CompilationMode:tiered, RunKind:micro
### Regressions in System.Numerics.Tests.Perf_BigInteger
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Parse - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToStringX - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToStringX - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToStringD - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToStringX - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ModPow - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Add - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToStringD - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Subtract - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ModPow - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Multiply - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Parse - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config 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.Numerics.Tests.Perf_BigInteger*'
```
### System.Numerics.Tests.Perf_BigInteger.Parse(numberString: 123)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: 123)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: 123)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_BigInteger.ToStringX(numberString: -2147483648)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_BigInteger.ModPow(arguments: 1024,1024,64 bits)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_BigInteger.Add(arguments: 1024,1024 bits)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_BigInteger.ToStringD(numberString: 12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_BigInteger.Subtract(arguments: 1024,1024 bits)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_BigInteger.ModPow(arguments: 16384,16384,64 bits)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_BigInteger.Multiply(arguments: 1024,512 bits)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Numerics.Tests.Perf_BigInteger.Parse(numberString: -2147483648)
#### 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.