Skip to content

Commit bccc800

Browse files
author
alexandre-perrin
committed
wip: add blob profiling step
1 parent f6dbfb9 commit bccc800

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
platform: amd64
4646

4747
steps:
48+
- name: Show awk version
49+
run: awk -Wversion
50+
4851
- name: Checkout source
4952
uses: actions/checkout@v4
5053
with:
@@ -109,7 +112,7 @@ jobs:
109112
if: always()
110113
run: |
111114
echo "# Blob operation profiling" >> $GITHUB_STEP_SUMMARY
112-
awk -f ./scripts/blob-prof.awk test/logs/*/src/*/*.log >> $GITHUB_STEP_SUMMARY
115+
LC_ALL=C awk -f ./scripts/blob-prof.awk test/logs/*/src/*/*.log >> $GITHUB_STEP_SUMMARY
113116
114117
- name: Print failure logs
115118
if: failure()

0 commit comments

Comments
 (0)