Skip to content

Commit

Permalink
ci: enable report benchmark diff on a PR basis (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 7, 2022
1 parent 0032ed4 commit 6fba496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pipeline {
}
post {
cleanup {
notifyBuildResult(prComment: true)
notifyBuildResult(prComment: true, goBenchmarkComment: true)
}
}
}

0 comments on commit 6fba496

Please sign in to comment.