Skip to content

Commit 7b015ad

Browse files
committed
Update path
1 parent cf65c77 commit 7b015ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/perf-pr-comment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PROJECT="mongo-go-driver" CONTEXT="GoDriver perf task" TASK="perf" VARIANT="perf
1010
if [[ -n "${BASE_SHA+set}" && -n "${HEAD_SHA+set}" && "$BASE_SHA" != "$HEAD_SHA" ]]; then
1111
# Make the PR comment.
1212
target=github_app/create_or_modify_comment.sh
13-
bash $target -m "## 🧪 Performance Results" -c "$(pwd)/perf-report.md" -h $HEAD_SHA -o "mongodb" -n "mongo-go-driver"
13+
bash $target -m "## 🧪 Performance Results" -c "$(pwd)/perfcomp/perf-report.md" -h $HEAD_SHA -o "mongodb" -n "mongo-go-driver"
1414
rm ./perfcomp/perf-report.md
1515
else
1616
# Skip comment if it isn't a PR run.

0 commit comments

Comments
 (0)