Skip to content

Commit 8507ad6

Browse files
authored
Update bench.yml
1 parent 328eb4f commit 8507ad6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@ jobs:
5353
5454
- name: Generate & Post Comment
5555
run: |
56-
echo "::group::Performance"
5756
(cd pr && . ./mfc.sh load -c p -m g)
58-
(cd pr && ./mfc.sh bench_diff ../master/bench-${{ matrix.device }}.yaml ../pr/bench-${{ matrix.device }}.yaml)
59-
echo "::endgroup::"
57+
(cd pr && ./mfc.sh bench_diff ../master/bench-${{ matrix.device }}.yaml ../pr/bench-${{ matrix.device }}.yaml) > $GITHUB_STEP_SUMMARY
6058
6159
- name: Archive Logs
6260
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)