Skip to content

Commit b1d94a0

Browse files
Update generate-baseline-profile.yml
1 parent 8814fb0 commit b1d94a0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/generate-baseline-profile.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,12 @@ jobs:
1616
# baseline profile generator. We need to manually pull the baseline profiles off the
1717
# emulator when using the GA runner
1818
- name: Run benchmark
19-
uses: reactivecircus/android-emulator-runner@v2
20-
with:
21-
api-level: 31
22-
target: google_apis
23-
arch: x86_64
24-
profile: Galaxy Nexus
25-
script: |
19+
id: build
20+
run: |
2621
# Run our benchmark, enabling only tests using BaselineProfile
2722
./gradlew connectedProBenchmarkReleaseAndroidTest -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile
2823
# Need to manually pull the generated profiles from the emulator
2924
adb pull /sdcard/Android/media/app.tivi.benchmark benchmark/build/outputs/baseline-prof/
30-
3125
3226
# Upload the entire generated folder and attach it to the CI run
3327
- name: Attach baseline profile

0 commit comments

Comments
 (0)