[PERF][MAUI]dotnet-podcast startup time and size measurements#65813
[PERF][MAUI]dotnet-podcast startup time and size measurements#65813naricc merged 44 commits intodotnet:mainfrom
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.
We should think about what to do here going forward.
|
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.