-
Notifications
You must be signed in to change notification settings - Fork 288
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Add support for running mobile perf SDK scenarios in Debug configuration.
We should be able to specify configuration in
performance/eng/pipelines/sdk-perf-jobs.yml
Lines 435 to 452 in 711cecc
| # Maui Android scenario benchmarks (CoreCLR R2R) | |
| - template: /eng/pipelines/templates/build-machine-matrix.yml | |
| parameters: | |
| jobTemplate: /eng/pipelines/templates/run-scenarios-job.yml | |
| buildMachines: | |
| - win-x64-android-arm64-pixel | |
| - win-x64-android-arm64-galaxy | |
| isPublic: false | |
| jobParameters: | |
| runKind: maui_scenarios_android | |
| projectFileName: maui_scenarios_android.proj | |
| channels: | |
| - main | |
| runtimeFlavor: coreclr | |
| codeGenType: R2R | |
| additionalJobIdentifier: CoreCLR | |
| ${{ each parameter in parameters.jobParameters }}: | |
| ${{ parameter.key }}: ${{ parameter.value }} |
Additional work items:
Add support for incremental build measurements
Currently we measure build times of clean build (from zero). We should add support for measuring incremental builds (repeated build with existing artefacts) with and without code changes.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request