Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[profiled-aot] update profile for .NET 8.0.100-rc.1.23404.2 #8250

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

jonathanpeppers
Copy link
Member

Using the latest bump from e9b19e4, I updated dotnet.aotprofile.

An average of 10 runs of a dotnet new android app on a Pixel 5:

Before:
Average(ms): 199.2
Std Err(ms): 2.40277617212535
Std Dev(ms): 7.59824541149688
After:
Average(ms): 185.1
Std Err(ms): 2.54492959955018
Std Dev(ms): 8.04777401935881

It seems be about 15ms better with the new profile. It looks like we last updated this in .NET 8 Preview 5, but it was down to 166.3ms back then.

I will make a similar change in .NET MAUI next.

Using the latest bump from e9b19e4, I updated `dotnet.aotprofile`.

An average of 10 runs of a `dotnet new android` app on a Pixel 5:

    Before:
    Average(ms): 199.2
    Std Err(ms): 2.40277617212535
    Std Dev(ms): 7.59824541149688
    After:
    Average(ms): 185.1
    Std Err(ms): 2.54492959955018
    Std Dev(ms): 8.04777401935881

It seems be about 15ms better with the new profile. It looks like we
last updated this in .NET 8 Preview 5, but it was down to 166.3ms back
then.

I will make a similar change in .NET MAUI next.
@jonathanpeppers
Copy link
Member Author

There are some network test failures like:

System.Net.Http.HttpRequestException : net_http_message_not_success_statuscode_reason, 504, Gateway Time-out

Seem unrelated, so going to merge.

@jonathanpeppers jonathanpeppers merged commit e1f1bdd into dotnet:main Aug 8, 2023
47 of 49 checks passed
@jonathanpeppers jonathanpeppers deleted the aotprofile-net8rc1 branch August 8, 2023 15:05
@github-actions github-actions bot locked and limited conversation to collaborators Jan 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants