We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b06ffa commit 66c4e3bCopy full SHA for 66c4e3b
.github/workflows/macrobenchmark.yml
@@ -57,4 +57,9 @@ jobs:
57
run: >
58
./gradlew assemble \
59
-x :macrobenchmark:pixel6Api31NonMinifiedReleaseAndroidTest \
60
- -x :macrobenchmark:collectNonMinifiedReleaseBaselineProfile
+ -x :macrobenchmark:collectNonMinifiedReleaseBaselineProfile \
61
+ -Pandroidx.benchmark.enabledRules=BaselineProfile \
62
+ -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" \
63
+ -Pandroid.experimental.testOptions.managedDevices.setupTimeoutMinutes=180 \
64
+ -Pandroid.experimental.androidTest.numManagedDeviceShards=1 \
65
+ -Pandroid.experimental.testOptions.managedDevices.maxConcurrentDevices=1
0 commit comments