Skip to content

Commit 82fa473

Browse files
committed
Make PR comment shell script lines
1 parent 603d9ce commit 82fa473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/perf-pr-comment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if [[ -n "${BASE_SHA+set}" && -n "${HEAD_SHA+set}" && "$BASE_SHA" != "$HEAD_SHA"
1313
# Parse and generate perf comparison comment.
1414
go run ./internal/cmd/perfcomp/parseperfcomp/main.go
1515
# Make the PR comment.
16-
# target=$DRIVERS_TOOLS/.evergreen/github_app/create_or_modify_comment.sh
17-
# bash $target -m "## 👋GoDriver Performance" -c "$(pwd)/perf-report.md" -h $HEAD_SHA -o "mongodb" -n "mongo-go-driver"
16+
target=$DRIVERS_TOOLS/.evergreen/github_app/create_or_modify_comment.sh
17+
bash $target -m "## 👋GoDriver Performance" -c "$(pwd)/perf-report.md" -h $HEAD_SHA -o "mongodb" -n "mongo-go-driver"
1818
else
1919
# Skip comment if it isn't a PR run.
2020
echo "Skipping Perf PR comment"

0 commit comments

Comments
 (0)