Skip to content

Commit

Permalink
[android] update AOT profiles for .NET 7 RC 2 (#10095)
Browse files Browse the repository at this point in the history
I updated the profile based on the branch from:

#9968

Testing `dotnet new maui` on a Pixel 5, prior to updating the AOT
profile, an average of 10 runs:

    Average(ms): 547.8
    Std Err(ms): 2.34662878757307
    Std Dev(ms): 7.42069179165034

After updating the AOT profile:

    Average(ms): 533.9
    Std Err(ms): 3.16385840391127
    Std Dev(ms): 10.0049987506246

For perspective, I was getting ~568.1ms in .NET 6.

The .NET Podcast sample, I get:

    Average(ms): 755.6
    Std Err(ms): 4.42769064461875
    Std Dev(ms): 14.0015872116144

Which we saw ~814.2ms in .NET 6.

.NET 6 numbers are from:

https://github.com/jonathanpeppers/maui-profiling
  • Loading branch information
jonathanpeppers authored Sep 13, 2022
1 parent dcd91ec commit 4d508be
Show file tree
Hide file tree
Showing 4 changed files with 449 additions and 557 deletions.
Binary file modified .nuspec/maui-blazor.aotprofile
Binary file not shown.
Loading

0 comments on commit 4d508be

Please sign in to comment.