Skip to content

Commit

Permalink
exclude turbopack-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Sep 19, 2024
1 parent bc61d30 commit 4ec6b99
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/bench-turbopack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,7 @@ jobs:
- 'linux'
- 'x64'
- 'metal'
# - name: macos
# title: MacOS
# quiet: true
# runner: macos-latest
# - name: windows
# title: Windows
# quiet: true
# runner: windows-latest

runs-on: ${{ matrix.os.runs-on }}
permissions:
contents: read
Expand Down Expand Up @@ -93,5 +86,5 @@ jobs:
- name: Run the benchmarks
uses: CodSpeedHQ/action@v3
with:
run: cargo codspeed run
run: cargo codspeed run --workspace --exclude turbopack-bench
# token: ${{ secrets.CODSPEED_TOKEN }}

0 comments on commit 4ec6b99

Please sign in to comment.