Revert "Feature / Added baseline and startup profile generation (#1752)"

This reverts commit 8f196e18a7.
revert-1752-feature/adding-baseline-and-startup-profile-to-the-codebase-in-nightly-builds
Ben Weiss 5 days ago committed by GitHub
parent af9631e80c
commit cfa7f89f55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save