Skip to content

Commit 6c931b1

Browse files
Revert "Feature / Added baseline and startup profile generation (#1752)"
This reverts commit 8f196e1.
1 parent d35dc6c commit 6c931b1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/NightlyBaselineProfiles.yaml

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

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

0 commit comments

Comments
 (0)