Skip to content

Commit

Permalink
chore(ci): report memory and cpu usage in e2e bench (#7735)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Aug 2, 2024
1 parent 76acff9 commit 36aa6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
cd ./yarn-project/end-to-end/
export FORCE_COLOR=1
export EARTHLY_BUILD_ARGS="${{ env.EARTHLY_BUILD_ARGS }}"
../../scripts/earthly-ci -P --no-output +${{ matrix.test }}
../../scripts/earthly-ci --exec-stats -P --no-output +${{ matrix.test }}
acir-bench:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 36aa6fc

Please sign in to comment.