From 2e66db039d2d900b01821e78480b076f66624135 Mon Sep 17 00:00:00 2001 From: yamadapc Date: Mon, 9 Jun 2025 10:44:56 +1000 Subject: [PATCH] Enable mocha CPU profiler on CI [no-changeset]: N/A Test Plan: N/A --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6bd592ae6..587bb657a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,6 +200,12 @@ jobs: - run: yarn test:integration-ci env: RUST_BACKTRACE: full + ATLASPACK_PROFILE_MOCHA: true + - name: Upload mocha-cpu-profiles + uses: actions/upload-artifact@v4 + with: + name: mocha-cpu-profiles-v2-${{ matrix.os }}-${{ matrix.node }} + path: mocha-cpu-profiles integration_tests_v3: name: Integration tests (v3 ${{ matrix.os }}, Node ${{ matrix.node }})