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 Run Information and the linked benchmark source for System.MathBenchmarks.Single, including ScaleB, Log, Log2, Round, and the Exp and CopySign benchmarks. Compare the baseline and test results in the linked performance reports; done requires identifying and addressing the reported WebAssembly performance changes, but the issue does not specify a particular fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux, wasm
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100