From 4e0081008f609bb8c9ac1931df2687df0baa6b55 Mon Sep 17 00:00:00 2001 From: hrmny <8845940+ForsakenHarmony@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:57:37 +0200 Subject: [PATCH] exclude turbopack-cli --- .github/workflows/bench-turbopack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench-turbopack.yml b/.github/workflows/bench-turbopack.yml index d3b27704f290a..ca191db36b29a 100644 --- a/.github/workflows/bench-turbopack.yml +++ b/.github/workflows/bench-turbopack.yml @@ -81,10 +81,10 @@ jobs: tool: cargo-codspeed - name: Build the benchmark target(s) - run: cargo codspeed build --workspace + run: cargo codspeed build --workspace --exclude turbopack-bench --exclude turbopack-cli --exclude next-swc-napi --exclude wasm - name: Run the benchmarks uses: CodSpeedHQ/action@v3 with: - run: cargo codspeed run --workspace --exclude turbopack-bench + run: cargo codspeed run --workspace --exclude turbopack-bench --exclude turbopack-cli --exclude next-swc-napi --exclude wasm # token: ${{ secrets.CODSPEED_TOKEN }}