Skip to content

Commit cf65c77

Browse files
committed
Change path
1 parent 16eabd3 commit cf65c77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etc/perf-pr-comment.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ if [[ -n "${BASE_SHA+set}" && -n "${HEAD_SHA+set}" && "$BASE_SHA" != "$HEAD_SHA"
1111
# Make the PR comment.
1212
target=github_app/create_or_modify_comment.sh
1313
bash $target -m "## 🧪 Performance Results" -c "$(pwd)/perf-report.md" -h $HEAD_SHA -o "mongodb" -n "mongo-go-driver"
14-
rm ./perf-report.txt
15-
rm ./perf-report.md
14+
rm ./perfcomp/perf-report.md
1615
else
1716
# Skip comment if it isn't a PR run.
1817
echo "Skipping Perf PR comment"

0 commit comments

Comments
 (0)