File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,11 +52,18 @@ jobs:
5252 run : make test/performance > benchmark-pr.txt
5353
5454 - name : " Compare results"
55- run : make bench/compare > performance-report.md
55+ run : |
56+ echo -e \
57+ "# Perf tests comparison: `${{ github.event.repository.default_branch }}` VS `${{ github.ref_name }}`\n\n" \
58+ > performance-report.md
59+ make bench/compare >> performance-report.md
5660
5761 - uses : " mshick/add-pr-comment@v2"
5862 with :
5963 message-path : " performance-report.md"
64+ message-id : " performance-comment-pr-${{github.event.pull_request.number }}"
65+ refresh-message-position : true
66+
6067
6168 update-performance-cache :
6269 if : ${{ github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ bench/prepare:
2323
2424old_bench ?= benchmark-master.txt
2525new_bench ?= benchmark-pr.txt
26- alert_threshold ?= 5
26+ alert_threshold ?= 7
2727aggregation_method ?= "mean"
2828
2929bench/compare :
You can’t perform that action at this time.
0 commit comments