Skip to content

Commit

Permalink
exclude turbopack-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Sep 30, 2024
1 parent 41257a0 commit 4e00810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench-turbopack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4e00810

Please sign in to comment.