Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/workflows/turbopack-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,6 @@ env:
TURBO_TOKEN: ${{ secrets.HOSTED_TURBO_TOKEN }}

jobs:
benchmark-tiny:
name: Benchmark Rust Crates (tiny)
runs-on: ['self-hosted', 'linux', 'x64', 'metal']
steps:
- uses: actions/checkout@v4

- name: Setup Rust toolchain
uses: ./.github/actions/setup-rust

- name: Install cargo-codspeed
uses: taiki-e/install-action@v2
with:
tool: cargo-codspeed@2.10.1

- name: Build the benchmark target(s)
run: cargo codspeed build -p next-api

- name: Run the benchmarks
uses: CodSpeedHQ/action@v3
with:
run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }}

benchmark-small-apps:
name: Benchmark Rust Crates (small apps)
runs-on: ['self-hosted', 'linux', 'x64', 'metal']
Expand Down