Skip to content

Commit 66c4e3b

Browse files
author
Murat Yener
authored
Update macrobenchmark.yml
1 parent 8b06ffa commit 66c4e3b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/macrobenchmark.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,9 @@ jobs:
5757
run: >
5858
./gradlew assemble \
5959
-x :macrobenchmark:pixel6Api31NonMinifiedReleaseAndroidTest \
60-
-x :macrobenchmark:collectNonMinifiedReleaseBaselineProfile
60+
-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

Comments
 (0)