Skip to content

Commit

Permalink
chore(ci): report memory usage in bb-native-tests (#7713)
Browse files Browse the repository at this point in the history
It was hard to see why Mara's PR took down memory, should make it more
clear.
  • Loading branch information
ludamad authored Aug 1, 2024
1 parent f8a76c1 commit 2631fb5
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 @@ -294,7 +294,7 @@ jobs:
working-directory: ./barretenberg/cpp/
timeout-minutes: 40
# limit our parallelism to half our cores
run: earthly-ci --no-output +test --hardware_concurrency=64
run: earthly-ci --exec-stats --no-output +test --hardware_concurrency=64

bb-js-test:
needs: [build-images, changes]
Expand Down

0 comments on commit 2631fb5

Please sign in to comment.