We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16eabd3 commit cf65c77Copy full SHA for cf65c77
etc/perf-pr-comment.sh
@@ -11,8 +11,7 @@ if [[ -n "${BASE_SHA+set}" && -n "${HEAD_SHA+set}" && "$BASE_SHA" != "$HEAD_SHA"
11
# Make the PR comment.
12
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"
14
- rm ./perf-report.txt
15
- rm ./perf-report.md
+ rm ./perfcomp/perf-report.md
16
else
17
# Skip comment if it isn't a PR run.
18
echo "Skipping Perf PR comment"
0 commit comments