dotnet / dotnet/perf-autofiling-issues
[Perf] Linux/x64: 16 Improvements on 6/24/2026 2:33:49 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 | [f4430a4ba762ef82841ff7a8c340ed8854b2bca9](https://github.com/dotnet/runtime/commit/f4430a4ba762ef82841ff7a8c340ed8854b2bca9)
Compare | [46b72c7c81592b429e062bacebe8d39f17362333](https://github.com/dotnet/runtime/commit/46b72c7c81592b429e062bacebe8d39f17362333)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f4430a4ba762ef82841ff7a8c340ed8854b2bca9...46b72c7c81592b429e062bacebe8d39f17362333)
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
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ScaleB - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Log - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Log2 - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Round - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Exp2M1 - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Exp10M1 - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Exp2 - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Exp10 - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [CopySign - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Log2P1 - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Pow - 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.MathBenchmarks.Single*'
```
### System.MathBenchmarks.Single.ScaleB
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Single.Log
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Single.Log2
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Single.Round
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Single.Exp2M1
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Single.Exp10M1
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Single.Exp2
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Single.Exp10
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Single.CopySign
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Single.Log2P1
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Single.Pow
#### 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 | [f4430a4ba762ef82841ff7a8c340ed8854b2bca9](https://github.com/dotnet/runtime/commit/f4430a4ba762ef82841ff7a8c340ed8854b2bca9)
Compare | [46b72c7c81592b429e062bacebe8d39f17362333](https://github.com/dotnet/runtime/commit/46b72c7c81592b429e062bacebe8d39f17362333)
Diff | [Diff](https://github.com/dotnet/runtime/compare/f4430a4ba762ef82841ff7a8c340ed8854b2bca9...46b72c7c81592b429e062bacebe8d39f17362333)
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
-- | -- | -- | -- | -- | -- | -- | -- | --
|
- [ScaleB - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Atanh - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Asinh - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [Round - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config Graph]()
|
- [CopySign - Duration of single invocation]()
- 📝 - [Benchmark Source]()
- [ADX - Test Multi Config 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.MathBenchmarks.Double*'
```
### System.MathBenchmarks.Double.ScaleB
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Double.Atanh
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Double.Asinh
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Double.Round
#### ETL Files
#### Histogram
#### JIT Disasms
### System.MathBenchmarks.Double.CopySign
#### 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 performance report for System.MathBenchmarks.Single.ScaleB and the benchmark source at src/benchmarks/micro/runtime/Math/Functions/Single/ScaleB.cs. Compare the baseline and test results for the wasm microbenchmark configuration, then review the other linked benchmark reports to determine whether the reported improvements indicate a problem. Done means identifying and documenting an actionable performance issue or confirming that no change is needed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- wasm
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100