Skip to content

Commit

Permalink
Merge branch 'master' into sdk31-astubx-update
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar authored Oct 12, 2024
2 parents 36bddb9 + 0f6f3d2 commit 495f179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_main_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd "$BRANCH_NAME/"
mkdir main
cd main/
git clone git@github.com:Uber/NullAway.git
git clone https://github.com/uber/NullAway.git
cd NullAway/

./gradlew jmh --no-daemon
2 changes: 1 addition & 1 deletion .github/workflows/run_pr_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd "$BRANCH_NAME/"
mkdir pr
cd pr/
git clone --branch "$BRANCH_NAME" --single-branch git@github.com:"$REPO_NAME".git NullAway
git clone --branch "$BRANCH_NAME" --single-branch https://github.com/"$REPO_NAME".git NullAway
cd NullAway/

./gradlew jmh --no-daemon

0 comments on commit 495f179

Please sign in to comment.