feat(ci): resource profiler

This commit is contained in:
ethernet 2026-07-29 04:31:58 -04:00
parent e4fe99987d
commit 87cdd5bbcc
11 changed files with 889 additions and 42 deletions

View file

@ -66,4 +66,7 @@ jobs:
- uses: ./.github/actions/retry
with:
command: npm ci
- run: npm run --prefix ${{ matrix.package }} ${{ matrix.script }}
- uses: ./.github/actions/profile
with:
label: js-${{ matrix.package }}-${{ matrix.script }}
command: npm run --prefix ${{ matrix.package }} ${{ matrix.script }}