-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[PERF][MAUI]dotnet-podcast startup time and size measurements #65813
Conversation
Tagging subscribers to this area: @hoyosjs Issue DetailsThis is a draft PR for testing CI to measure startup and size for the dotnet-podcast app. I don't expect that it actually works yet.
|
0093845
to
b6cbbd8
Compare
c0b8836
to
feaf92e
Compare
I have this building the dotnet-podcast app in CI, but it is not yet running. I can't see the error because of some issue with retrieving logs from helix. I am blocked on this until that is resolved. Here is the issue: dotnet/arcade#8554 |
c309c88
to
01214f9
Compare
I needed to make additional changes to the podcast app, because it was crashing on startup. I am now attempting to see if it will run in CI. |
3f610cc
to
dbf3bdd
Compare
dbf3bdd
to
d837f99
Compare
- script: | | ||
set -x | ||
pwd | ||
git clone https://github.com/naricc/dotnet-podcasts.git |
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.
We should think about what to do here going forward.
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
There are a few runtime test failures, but they appear to be spurious. We made no runtime changes, an didn't even touch the related templates. So I am merging this. |
…#65813) Enable size and startup time monitoring for MAUI dotnet-podcast app on Android.
Changes to run the dotnet-podcast app in both CI, for both size and start up time.