Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mlykotom committed May 17, 2023
1 parent f0cde55 commit a793731
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
-Pandroid.testoptions.manageddevices.emulator.gpu="swiftshader_indirect"
-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile
# Create a PR with the generated Baseline Profiles
- uses: actions/checkout@v3
- name: Create PR with generated profiles
uses: peter-evans/create-pull-request@v5
Expand All @@ -86,8 +87,6 @@ jobs:
name: "Logcat"
path: MacrobenchmarkSample/baselineProfile/build/outputs/androidTest-results/managedDevice/pixel6Api31/logcat-*.txt

# TODO optionally we could commit the file

# Upload all the generated profiles to artifacts
- name: Upload generated profiles
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a793731

Please sign in to comment.