dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 45 Improvements on 3/26/2026 3:05:03 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 | [a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b](https://github.com/dotnet/runtime/commit/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b)
Compare | [487cc8c4a5776931d7d573444f2b6c08b65f1e27](https://github.com/dotnet/runtime/commit/487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Diff | [Diff](https://github.com/dotnet/runtime/compare/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b...487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Improvements in System.Tests.Perf_String
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Concat_str_str - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Trim - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [TrimEnd - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Replace_Char - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Substring_Int - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [TrimStart - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Insert - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [TrimEnd_CharArr - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Trim_CharArr - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToLowerInvariant - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Format_MultipleArgs - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Trim - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Trim_CharArr - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Substring_Int - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config 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.Tests.Perf_String*'
```
### System.Tests.Perf_String.Concat_str_str(size: 100)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Trim(s: "Test ")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.TrimEnd(s: "Test ")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Replace_Char(text: "Hello", oldChar: 'l', newChar: '!')
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Substring_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 7)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.TrimStart(s: " Test")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Insert(s1: "Test", i: 2, s2: " Test")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.TrimEnd_CharArr(s: "Test ", c: [' ', 'โ '])
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Trim_CharArr(s: " Test", c: [' ', 'โ '])
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.ToLowerInvariant(s: "TEST")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Format_MultipleArgs
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Trim(s: " Te st ")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Trim_CharArr(s: " Te st ", c: [' ', 'โ '])
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_String.Substring_Int(s: "dzsdzsDDZSDZSDZSddsz", i: 10)
#### 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 | [a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b](https://github.com/dotnet/runtime/commit/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b)
Compare | [487cc8c4a5776931d7d573444f2b6c08b65f1e27](https://github.com/dotnet/runtime/commit/487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Diff | [Diff](https://github.com/dotnet/runtime/compare/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b...487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Improvements in Benchstone.BenchF.BenchMrk
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Test - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config 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 'Benchstone.BenchF.BenchMrk*'
```
### Benchstone.BenchF.BenchMrk.Test
#### 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 | [a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b](https://github.com/dotnet/runtime/commit/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b)
Compare | [487cc8c4a5776931d7d573444f2b6c08b65f1e27](https://github.com/dotnet/runtime/commit/487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Diff | [Diff](https://github.com/dotnet/runtime/compare/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b...487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Improvements in LinqBenchmarks
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Where01LinqMethodNestedX - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config 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 'LinqBenchmarks*'
```
### LinqBenchmarks.Where01LinqMethodNestedX
#### 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 | [a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b](https://github.com/dotnet/runtime/commit/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b)
Compare | [487cc8c4a5776931d7d573444f2b6c08b65f1e27](https://github.com/dotnet/runtime/commit/487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Diff | [Diff](https://github.com/dotnet/runtime/compare/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b...487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Improvements in System.MathBenchmarks.Double
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Cos - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [SinCos - 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.MathBenchmarks.Double*'
```
### System.MathBenchmarks.Double.Cos
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Double.SinCos
#### 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 | [a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b](https://github.com/dotnet/runtime/commit/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b)
Compare | [487cc8c4a5776931d7d573444f2b6c08b65f1e27](https://github.com/dotnet/runtime/commit/487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Diff | [Diff](https://github.com/dotnet/runtime/compare/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b...487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Improvements in System.Tests.Perf_DateTimeOffset
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ToString - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToString - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config 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_DateTimeOffset*'
```
### System.Tests.Perf_DateTimeOffset.ToString(format: "s")
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_DateTimeOffset.ToString(format: "r")
#### 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 | [a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b](https://github.com/dotnet/runtime/commit/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b)
Compare | [487cc8c4a5776931d7d573444f2b6c08b65f1e27](https://github.com/dotnet/runtime/commit/487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Diff | [Diff](https://github.com/dotnet/runtime/compare/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b...487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Improvements in System.IO.Tests.StringReaderReadLineTests
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ReadLine - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ReadLine - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ReadLine - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config 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.IO.Tests.StringReaderReadLineTests*'
```
### System.IO.Tests.StringReaderReadLineTests.ReadLine(LineLengthRange: [ 1, 1])
#### ETL Files
#### Histogram
#### JIT Disasms
### System.IO.Tests.StringReaderReadLineTests.ReadLine(LineLengthRange: [ 1, 8])
#### ETL Files
#### Histogram
#### JIT Disasms
### System.IO.Tests.StringReaderReadLineTests.ReadLine(LineLengthRange: [ 9, 32])
#### 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 | [a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b](https://github.com/dotnet/runtime/commit/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b)
Compare | [487cc8c4a5776931d7d573444f2b6c08b65f1e27](https://github.com/dotnet/runtime/commit/487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Diff | [Diff](https://github.com/dotnet/runtime/compare/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b...487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Improvements in System.Text.Tests.Perf_StringBuilder
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [Append_Char_Capacity - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Append_Char_Capacity - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Append_Char - 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.Text.Tests.Perf_StringBuilder*'
```
### System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity(length: 100000)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Tests.Perf_StringBuilder.Append_Char_Capacity(length: 100)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Text.Tests.Perf_StringBuilder.Append_Char(length: 100000)
#### 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 | [a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b](https://github.com/dotnet/runtime/commit/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b)
Compare | [487cc8c4a5776931d7d573444f2b6c08b65f1e27](https://github.com/dotnet/runtime/commit/487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Diff | [Diff](https://github.com/dotnet/runtime/compare/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b...487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Improvements in System.Tests.Perf_Version
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ToString4 - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToString3 - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config 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_Version*'
```
### System.Tests.Perf_Version.ToString4
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_Version.ToString3
#### 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 | [a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b](https://github.com/dotnet/runtime/commit/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b)
Compare | [487cc8c4a5776931d7d573444f2b6c08b65f1e27](https://github.com/dotnet/runtime/commit/487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Diff | [Diff](https://github.com/dotnet/runtime/compare/a4bfa0d8a4fdc513c9a8d3dec57931c901e8ef2b...487cc8c4a5776931d7d573444f2b6c08b65f1e27)
Configs | AOT:true, CompilationMode:wasm, RunKind:micro
### Improvements in System.Tests.Perf_UInt32
Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ToString - Duration of single invocation]()
- ๐ - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [ToString - 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.Tests.Perf_UInt32*'
```
### System.Tests.Perf_UInt32.ToString(value: 4294967295)
#### ETL Files
#### Histogram
#### JIT Disasms
### System.Tests.Perf_UInt32.ToString(value: 12345)
#### 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.