Skip to content

Commit a8ed882

Browse files
authored
chore(turbopack/ci): Make codspeed stable (#80323)
### What? Removes `benchmark-tiny` which _was_ stable at the time of introduction, but is not stable anymore. ### Why? It makes interpreting the performance difference harder
1 parent 52b565e commit a8ed882

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/turbopack-benchmark.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
push:
66
branches:
77
- canary
8-
paths:
9-
- '**/crates/**'
10-
- '**/Cargo.toml'
11-
- '**/Cargo.lock'
128
pull_request:
139
types: ['opened', 'reopened', 'synchronize', 'labeled']
1410
paths:
@@ -30,29 +26,6 @@ env:
3026
TURBO_TOKEN: ${{ secrets.HOSTED_TURBO_TOKEN }}
3127

3228
jobs:
33-
benchmark-tiny:
34-
name: Benchmark Rust Crates (tiny)
35-
runs-on: ['self-hosted', 'linux', 'x64', 'metal']
36-
steps:
37-
- uses: actions/checkout@v4
38-
39-
- name: Setup Rust toolchain
40-
uses: ./.github/actions/setup-rust
41-
42-
- name: Install cargo-codspeed
43-
uses: taiki-e/install-action@v2
44-
with:
45-
46-
47-
- name: Build the benchmark target(s)
48-
run: cargo codspeed build -p turbo-rcstr
49-
50-
- name: Run the benchmarks
51-
uses: CodSpeedHQ/action@v3
52-
with:
53-
run: cargo codspeed run
54-
token: ${{ secrets.CODSPEED_TOKEN }}
55-
5629
benchmark-small-apps:
5730
name: Benchmark Rust Crates (small apps)
5831
runs-on: ['self-hosted', 'linux', 'x64', 'metal']

0 commit comments

Comments
 (0)