dotnet / dotnet/perf-autofiling-issues

[Perf] Linux/x64: 9 Improvements on 3/26/2026 3:05:03 PM +00:00

Open
#70,960 1 comment 0 reactions 0 assignees View on GitHub
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 | CompilationMode:wasm, RunKind:micro

### Improvements in PerfLabTests.LowLevelPerf

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [ObjectStringIsString - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 306.23 μs | 288.83 μs | 0.94 | 0.02 | False | | |

[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 'PerfLabTests.LowLevelPerf*'
```

### PerfLabTests.LowLevelPerf.ObjectStringIsString

#### 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 | CompilationMode:wasm, RunKind:micro

### Improvements in System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives<Single>

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [AtanPi - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.35 μs | 1.25 μs | 0.93 | 0.07 | False | | |
|
  • [AtanPi - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 31.23 μs | 29.19 μs | 0.93 | 0.04 | False | | |

[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.Tensors.Tests.Perf_FloatingPointTensorPrimitives*'
```

### System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives<Single>.AtanPi(BufferLength: 128)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives<Single>.AtanPi(BufferLength: 3079)

#### 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 | CompilationMode:wasm, RunKind:micro

### Improvements in System.MathBenchmarks.Double

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [Sqrt - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 30.52 μs | 28.37 μs | 0.93 | 0.01 | False | | |

[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.Sqrt

#### 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 | CompilationMode:wasm, RunKind:micro

### Improvements in System.MathBenchmarks.Single

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [Tan - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 46.83 μs | 42.00 μs | 0.90 | 0.16 | False | | |

[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.Single*'
```

### System.MathBenchmarks.Single.Tan

#### 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 | CompilationMode:wasm, RunKind:micro

### Improvements in System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives<Double>

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [AtanPi - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 40.52 μs | 37.53 μs | 0.93 | 0.04 | False | | |
|
  • [AtanPi - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 1.70 μs | 1.60 μs | 0.94 | 0.02 | False | | |

[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.Tensors.Tests.Perf_FloatingPointTensorPrimitives*'
```

### System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives<Double>.AtanPi(BufferLength: 3079)

#### ETL Files

#### Histogram

#### JIT Disasms

### System.Numerics.Tensors.Tests.Perf_FloatingPointTensorPrimitives<Double>.AtanPi(BufferLength: 128)

#### 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 | CompilationMode:wasm, RunKind:micro

### Improvements in PerfLabTests.CastingPerf2.CastingPerf

Benchmark | Baseline | Test | Test/Base | Test Quality | Edge Detector | Baseline IR | Compare IR | IR Ratio
-- | -- | -- | -- | -- | -- | -- | -- | --
|

  • [ObjObjrefValueType - Duration of single invocation]()
  • 📝 - [Benchmark Source]()
  • [ADX - Test Multi Config Graph]()
| 3.54 ms | 3.18 ms | 0.90 | 0.11 | False | | |

[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 'PerfLabTests.CastingPerf2.CastingPerf*'
```

### PerfLabTests.CastingPerf2.CastingPerf.ObjObjrefValueType

#### 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 | CompilationMode:wasm, RunKind:micro

### Improvements in Benchstone.BenchF.BenchMk2

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]()
| 407.58 ms | 376.12 ms | 0.92 | 0.02 | False | | |

[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.BenchMk2*'
```

### Benchstone.BenchF.BenchMk2.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)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.