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 cf65c77 commit 7b015adCopy full SHA for 7b015ad
etc/perf-pr-comment.sh
@@ -10,7 +10,7 @@ PROJECT="mongo-go-driver" CONTEXT="GoDriver perf task" TASK="perf" VARIANT="perf
10
if [[ -n "${BASE_SHA+set}" && -n "${HEAD_SHA+set}" && "$BASE_SHA" != "$HEAD_SHA" ]]; then
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"
+ bash $target -m "## 🧪 Performance Results" -c "$(pwd)/perfcomp/perf-report.md" -h $HEAD_SHA -o "mongodb" -n "mongo-go-driver"
14
rm ./perfcomp/perf-report.md
15
else
16
# Skip comment if it isn't a PR run.
0 commit comments