We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792adac commit 5f86acdCopy full SHA for 5f86acd
1 file changed
.github/workflows/ci.yml
@@ -66,11 +66,11 @@ jobs:
66
- name: Run Macrobenchmarks
67
uses: reactivecircus/android-emulator-runner@v2
68
with:
69
- api-level: 34
+ api-level: 30
70
target: default
71
arch: x86_64
72
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
+ emulator-options: -no-snapshot-load -no-snapshot-save -no-window -gpu swiftshader_indirect -no-audio
74
script: ./gradlew :benchmarks:connectedBenchmarkAndroidTest
75
76
- name: Parse Benchmark Results
0 commit comments