dotnet / perf-autofiling-issues

A landing place for auto-filed performance issues before they receive triage
MIT License
9 stars 4 forks source link

[Perf] Windows/x64: 8 Improvements on 7/18/2024 9:05:42 AM #38609

Closed performanceautofiler[bot] closed 1 month ago

performanceautofiler[bot] commented 1 month ago

Run Information

Name Value
Architecture x64
OS Mac OS X 10.18
Queue IPhone
Baseline a86987ccab917433d065fe5dc8870fc261f79d14
Compare 8c95a64df153354871ce1762fb0f0131726d0898
Diff Diff
Configs CompilationMode:tiered, HybridGlobalization:true, iOSStripSymbols:true, RunKind:ios_scenarios, RuntimeType:nativeaot

Improvements in SOD - iOS HelloWorld NativeAOT Zip Size nollvm nosymbols

Benchmark Baseline Test Test/Base Test Quality Edge Detector Baseline IR Compare IR IR Ratio
1013.02 KB 1007.55 KB 0.99 0.00 True
1013.02 KB 1007.55 KB 0.99 0.00 True
1013.02 KB 1007.55 KB 0.99 0.00 True
1013.02 KB 1007.55 KB 0.99 0.00 True

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

git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'SOD - iOS HelloWorld NativeAOT Zip Size nollvm nosymbols*'
### SOD - iOS HelloWorld NativeAOT Zip Size nollvm nosymbols #### 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 Mac OS X 10.18
Queue IPhone
Baseline a86987ccab917433d065fe5dc8870fc261f79d14
Compare 8c95a64df153354871ce1762fb0f0131726d0898
Diff Diff
Configs CompilationMode:tiered, HybridGlobalization:true, iOSStripSymbols:true, RunKind:ios_scenarios, RuntimeType:nativeaot

Improvements in SOD - iOS HelloWorld NativeAOT .app Size nollvm nosymbols

Benchmark Baseline Test Test/Base Test Quality Edge Detector Baseline IR Compare IR IR Ratio
2.90 MB 2.89 MB 0.99 0.00 True
2.90 MB 2.89 MB 0.99 0.00 True
2.90 MB 2.89 MB 0.99 0.00 True
2.90 MB 2.89 MB 0.99 0.00 True

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

git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net8.0 --filter 'SOD - iOS HelloWorld NativeAOT .app Size nollvm nosymbols*'
### SOD - iOS HelloWorld NativeAOT .app Size nollvm nosymbols #### 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)
matouskozak commented 1 month ago

Possibly related to https://github.com/dotnet/runtime/pull/103883 @MichalStrehovsky , good job!