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 328eb4f commit 8507ad6Copy full SHA for 8507ad6
.github/workflows/bench.yml
@@ -53,10 +53,8 @@ jobs:
53
54
- name: Generate & Post Comment
55
run: |
56
- echo "::group::Performance"
57
(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::"
+ (cd pr && ./mfc.sh bench_diff ../master/bench-${{ matrix.device }}.yaml ../pr/bench-${{ matrix.device }}.yaml) > $GITHUB_STEP_SUMMARY
60
61
- name: Archive Logs
62
uses: actions/upload-artifact@v4
0 commit comments