Skip to content

Commit a2eaec7

Browse files
author
Malmahrouqi3
committed
implement CB on bench.yml
1 parent 3eff4cb commit a2eaec7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bench.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,10 @@ jobs:
9797
9898
- name: Generate & Post Comment
9999
run: |
100+
git clone "${{ secrets.DOC_PUSH_URL }}" ../www
101+
cp ../www/documentation/data.js ./pr/data.js
100102
(cd pr && . ./mfc.sh load -c ${{ matrix.flag }} -m g)
101-
(cd pr && ./mfc.sh bench_diff ../master/bench-${{ matrix.device }}-${{ matrix.interface }}.yaml ../pr/bench-${{ matrix.device }}-${{ matrix.interface }}.yaml)
103+
(cd pr && ./mfc.sh bench_diff ../master/bench-${{ matrix.device }}-${{ matrix.interface }}.yaml ../pr/bench-${{ matrix.device }}-${{ matrix.interface }}.yaml -f data.js -n "${{ matrix.name }} (${{ matrix.device }}/${{ matrix.interface }})")
102104
103105
- name: Print Logs
104106
if: always()

0 commit comments

Comments
 (0)