File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
1818else
1919 # Skip comment if it isn't a PR run.
2020 echo " Skipping Perf PR comment"
You can’t perform that action at this time.
0 commit comments