From 1dad478421122c03dd4354bd9eff291aa0eab309 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 2 Aug 2024 10:38:12 +0400 Subject: [PATCH] chore(ci): report memory and cpu usage in e2e bench --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6325dc1f33a1..f6fa37f3d674 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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