|
35 | 35 | <Command>$(Python) test.py sod --scenario-name "%(Identity)"</Command>
|
36 | 36 | <PostCommands>$(Python) post.py</PostCommands>
|
37 | 37 | </HelixWorkItem>
|
38 |
| - <!-- <HelixWorkItem Include="SOD - Android Benchmarks.Droid APK Size"> |
| 38 | + <HelixWorkItem Include="SOD - Android Benchmarks.Droid APK Size"> |
39 | 39 | <PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
|
40 |
| - <PreCommands>cd $(ScenarioDirectory)bdnandroid;copy %HELIX_CORRELATION_PAYLOAD%\MonoBenchmarksDroid.apk .;$(Python) pre.py -1-apk-name MonoBenchmarksDroid.apk</PreCommands> |
41 |
| - <Command>$(Python) test.py sod -1-scenario-name "%(Identity)"</Command> |
| 40 | + <PreCommands>cd $(ScenarioDirectory)bdnandroid;copy %HELIX_CORRELATION_PAYLOAD%\MonoBenchmarksDroid.apk .;$(Python) pre.py --apk-name MonoBenchmarksDroid.apk</PreCommands> |
| 41 | + <Command>$(Python) test.py sod --scenario-name "%(Identity)"</Command> |
42 | 42 | <PostCommands>$(Python) post.py</PostCommands>
|
43 | 43 | </HelixWorkItem>
|
44 | 44 | <HelixWorkItem Include="SOD - Android Benchmarks.Droid Extracted Size">
|
45 | 45 | <PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
|
46 |
| - <PreCommands>cd $(ScenarioDirectory)bdnandroid;copy %HELIX_CORRELATION_PAYLOAD%\MonoBenchmarksDroid.apk .;$(Python) pre.py -1-unzip -1-apk-name MonoBenchmarksDroid.apk</PreCommands> |
47 |
| - <Command>$(Python) test.py sod -1-scenario-name "%(Identity)"</Command> |
| 46 | + <PreCommands>cd $(ScenarioDirectory)bdnandroid;copy %HELIX_CORRELATION_PAYLOAD%\MonoBenchmarksDroid.apk .;$(Python) pre.py --unzip --apk-name MonoBenchmarksDroid.apk</PreCommands> |
| 47 | + <Command>$(Python) test.py sod --scenario-name "%(Identity)"</Command> |
48 | 48 | <PostCommands>$(Python) post.py</PostCommands>
|
49 |
| - </HelixWorkItem> --> |
50 |
| - <!-- <HelixWorkItem Include="Mobile Benchmark - Android Benchmarks.Droid Benchmark Run"> Disabled per https://github.com/dotnet/performance/issues/3655 |
| 49 | + </HelixWorkItem> |
| 50 | + <HelixWorkItem Include="Mobile Benchmark - Android Benchmarks.Droid Benchmark Run"> |
51 | 51 | <PayloadDirectory>$(WorkItemDirectory)</PayloadDirectory>
|
52 |
| - <PreCommands>echo on;set XHARNESSPATH=$(XharnessPath);cd $(ScenarioDirectory)bdnandroid;copy %HELIX_CORRELATION_PAYLOAD%\MonoBenchmarksDroid.apk .;$(Python) pre.py -1-apk-name MonoBenchmarksDroid.apk</PreCommands> |
53 |
| - <Command>$(Python) test.py androidinstrumentation -1-package-path .\pub\MonoBenchmarksDroid.apk -1-package-name com.microsoft.maui.benchmarks -1-instrumentation-name com.microsoft.maui.MainInstrumentation -1-scenario-name "%(Identity)"</Command> |
| 52 | + <PreCommands>echo on;set XHARNESSPATH=$(XharnessPath);cd $(ScenarioDirectory)bdnandroid;copy %HELIX_CORRELATION_PAYLOAD%\MonoBenchmarksDroid.apk .;$(Python) pre.py --restart-device --apk-name MonoBenchmarksDroid.apk</PreCommands> |
| 53 | + <Command>$(Python) test.py androidinstrumentation --package-path .\pub\MonoBenchmarksDroid.apk --package-name com.microsoft.maui.benchmarks --instrumentation-name com.microsoft.maui.MainInstrumentation --scenario-name "%(Identity)"</Command> |
54 | 54 | <PostCommands>$(Python) post.py</PostCommands>
|
55 | 55 | <Timeout>00:30:00</Timeout>
|
56 |
| - </HelixWorkItem> --> |
| 56 | + </HelixWorkItem> |
57 | 57 | </ItemGroup>
|
58 | 58 | </Project>
|
0 commit comments