Skip to content

Commit

Permalink
Modify profile generation workflow
Browse files Browse the repository at this point in the history
- Add test parameter to configure gradle managed device gpu to use `swiftshader_indirect`
  • Loading branch information
sagar-viradiya committed Jan 2, 2024
1 parent d5871b4 commit 606384c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/profile_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ jobs:

- name: Generate profile
run: ./gradlew :sample:generateBaselineProfile
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
-Pandroid.experimental.androidTest.numManagedDeviceShards=1
-Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1

0 comments on commit 606384c

Please sign in to comment.