Skip to content

Commit 12d5a43

Browse files
author
alexandre-perrin
committed
wip: add blob profiling step
1 parent 53b3463 commit 12d5a43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ jobs:
105105
TERM: xterm
106106
run: . .venv/bin/activate && make -C test -j RUNFLAGS='-c -t 60'
107107

108+
- name: Report summary blob profiling
109+
if: always()
110+
run: |
111+
echo "# Blob operation profiling" >> $GITHUB_STEP_SUMMARY
112+
awk -f ./scripts/blob-prof.awk test/logs/*/src/*/*.log >> $GITHUB_STEP_SUMMARY
113+
108114
- name: Print failure logs
109115
if: failure()
110116
run: |

0 commit comments

Comments
 (0)