File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,12 @@ jobs:
16
16
# baseline profile generator. We need to manually pull the baseline profiles off the
17
17
# emulator when using the GA runner
18
18
- 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 : |
26
21
# Run our benchmark, enabling only tests using BaselineProfile
27
22
./gradlew connectedProBenchmarkReleaseAndroidTest -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile
28
23
# Need to manually pull the generated profiles from the emulator
29
24
adb pull /sdcard/Android/media/app.tivi.benchmark benchmark/build/outputs/baseline-prof/
30
-
31
25
32
26
# Upload the entire generated folder and attach it to the CI run
33
27
- name : Attach baseline profile
You can’t perform that action at this time.
0 commit comments