Skip to content

Commit 5f86acd

Browse files
committed
Update CI configuration to use API level 30 and modify emulator options for improved benchmark performance
1 parent 792adac commit 5f86acd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ jobs:
6666
- name: Run Macrobenchmarks
6767
uses: reactivecircus/android-emulator-runner@v2
6868
with:
69-
api-level: 34
69+
api-level: 30
7070
target: default
7171
arch: x86_64
7272
emulator-boot-timeout: 900 # Increase from 600 to 900 seconds (15 minutes)
73-
emulator-options: -no-snapshot-load -no-snapshot-save -no-window -gpu swiftshader_indirect
73+
emulator-options: -no-snapshot-load -no-snapshot-save -no-window -gpu swiftshader_indirect -no-audio
7474
script: ./gradlew :benchmarks:connectedBenchmarkAndroidTest
7575

7676
- name: Parse Benchmark Results

0 commit comments

Comments
 (0)