Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanay Parikh <TanayParikh@users.noreply.github.com>2022-06-29 21:09:52 +0300
committerGitHub <noreply@github.com>2022-06-29 21:09:52 +0300
commitb56636c5c1e04eaf08ef50d7c9027b780765b078 (patch)
treea2e14743ca758c16378d9de223c341b7508caf46
parentdcb62e3d07fe29629abd63721002824e9d3fa7e2 (diff)
Add ` --startup-iterations 7`taparik/mauiBlazorPerfValidationiOS
-rw-r--r--eng/testing/performance/ios_scenarios.proj8
1 files changed, 4 insertions, 4 deletions
diff --git a/eng/testing/performance/ios_scenarios.proj b/eng/testing/performance/ios_scenarios.proj
index e1c8a05f61d..9d465383275 100644
--- a/eng/testing/performance/ios_scenarios.proj
+++ b/eng/testing/performance/ios_scenarios.proj
@@ -87,19 +87,19 @@
<HelixWorkItem Include="SOD - Maui Blazor iOS IPA Size" Condition="'$(iOSLlvmBuild)' == 'False'">
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
<PreCommands>cd $(ScenarioDirectory)mauiblazorios;cp $HELIX_CORRELATION_PAYLOAD/MauiBlazoriOSDefault.ipa .;$(Python) pre.py --name MauiBlazoriOSDefault.ipa</PreCommands>
- <Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot;</Command>
+ <Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot; --startup-iterations 7</Command>
<PostCommands>$(Python) post.py</PostCommands>
</HelixWorkItem>
<HelixWorkItem Include="SOD - Maui Blazor iOS IPA Size Unzipped" Condition="'$(iOSLlvmBuild)' == 'False'">
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
<PreCommands>cd $(ScenarioDirectory)mauiblazorios;cp $HELIX_CORRELATION_PAYLOAD/MauiBlazoriOSDefault.ipa .;$(Python) pre.py --unzip --name MauiBlazoriOSDefault.ipa</PreCommands>
- <Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot;</Command>
+ <Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot; --startup-iterations 7</Command>
<PostCommands>$(Python) post.py</PostCommands>
</HelixWorkItem>
<HelixWorkItem Include="SOD - Maui Blazor MacCatalyst .app Size" Condition="'$(iOSLlvmBuild)' == 'False'">
<PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
<PreCommands>cd $(ScenarioDirectory)mauiblazorios;cp -rf $HELIX_CORRELATION_PAYLOAD/MauiBlazorMacCatalystDefault ./app;$(Python) pre.py --name app</PreCommands>
- <Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot;</Command>
+ <Command>$(Python) test.py sod --scenario-name &quot;%(Identity)&quot; --startup-iterations 7</Command>
<PostCommands>$(Python) post.py</PostCommands>
</HelixWorkItem>
<HelixWorkItem Include="SOD - Maui iOS Podcast IPA Size" Condition="'$(iOSLlvmBuild)' == 'False'">
@@ -157,7 +157,7 @@
$(Python) pre.py --name MauiBlazorTesting.app
# Testing commands
- $(Python) test.py devicestartup --device-type ios --package-path MauiBlazorTesting.app --package-name net.dot.mauiblazortesting --scenario-name "%(Identity)" --use-fully-drawn-time --fully-drawn-magic-string __MAUI_Blazor_WebView_OnAfterRender__
+ $(Python) test.py devicestartup --device-type ios --package-path MauiBlazorTesting.app --package-name net.dot.mauiblazortesting --scenario-name "%(Identity)" --use-fully-drawn-time --fully-drawn-magic-string __MAUI_Blazor_WebView_OnAfterRender__ --startup-iterations 7
# Post commands
$(Python) post.py