Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
armughan11 committed Oct 10, 2024
1 parent 940c40e commit f4520b8
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 f4520b8

Please sign in to comment.