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 3eff4cb commit a2eaec7Copy full SHA for a2eaec7
.github/workflows/bench.yml
@@ -97,8 +97,10 @@ jobs:
97
98
- name: Generate & Post Comment
99
run: |
100
+ git clone "${{ secrets.DOC_PUSH_URL }}" ../www
101
+ cp ../www/documentation/data.js ./pr/data.js
102
(cd pr && . ./mfc.sh load -c ${{ matrix.flag }} -m g)
- (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 }})")
104
105
- name: Print Logs
106
if: always()
0 commit comments