mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
feat(ci): resource profiler
This commit is contained in:
parent
e4fe99987d
commit
87cdd5bbcc
11 changed files with 889 additions and 42 deletions
5
.github/workflows/js-tests.yml
vendored
5
.github/workflows/js-tests.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue