-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[nativeaot][tests] Update bundle zip path for NativeAOT sample app #87049
[nativeaot][tests] Update bundle zip path for NativeAOT sample app #87049
Conversation
Tagging subscribers to this area: @directhex Issue DetailsThis PR updates bundle zip path for NativeAOT sample app.
|
This PR is ready for review. The performance results can be found at the dotnet-runtime-perf pipeline. Please note that there is a known issue dotnet/performance#3054 with the Mono startup measurements, which is not related to the changes in the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
However, I think someone from the infra team should approve it as well, before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Looks good for merge presuming we have a test run of the pipeline with these changes 👍. I will likely also have to update the power-bi so will make a task to follow up on that.
This PR updates bundle zip path for NativeAOT sample app by using a shared job between Mono and Native AOT measurements.
Follow-up #85317