Skip to content

Commit

Permalink
Update buildType for baseline profile
Browse files Browse the repository at this point in the history
  • Loading branch information
bidetofevil authored Dec 25, 2023
1 parent 1e7d109 commit 84d78bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_baseline_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Generate Baseline Profile
run: |
cd android-sdk-benchmark
./gradlew -Dorg.gradle.workers.max=4 -i :macrobenchmark:nexus6Api31BenchmarkAndroidTest -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile
./gradlew -Dorg.gradle.workers.max=4 -i :macrobenchmark:nexus6Api31BaselineProfileAndroidTest -Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect" -Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile
# Sets the Baseline Profile on its proper place so it gets correctly bundled into Play Store
- name: Move & Rename Baseline Profiles
Expand Down

0 comments on commit 84d78bf

Please sign in to comment.