Skip to content

Commit 8f196e1

Browse files
authored
Feature / Added baseline and startup profile generation (#1752)
* Added baseline and startup profile generation and push in NightlyBaselineProfiles.yaml * Removed extra jobs
1 parent 173dd58 commit 8f196e1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/NightlyBaselineProfiles.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
5353
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
5454

55-
- name: Build all build type and flavor permutations including baseline profiles
56-
run: ./gradlew :app:assemble
57-
-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=baselineprofile
58-
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
59-
-Pandroid.experimental.testOptions.managedDevices.emulator.showKernelLogging=true
55+
# This generates both baseline and startup profile and adds them into the generated folder
56+
- name: Generate Baseline Profile
57+
run: ./gradlew :app:generateReleaseBaselineProfile
58+
-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=baselineprofile
59+
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
60+
--stacktrace

0 commit comments

Comments
 (0)