File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments