Skip to content

Commit bf2fa0f

Browse files
committed
Turbopack: delete broken hmr benchmark
1 parent 36d06db commit bf2fa0f

File tree

5 files changed

+0
-585
lines changed

5 files changed

+0
-585
lines changed

.github/workflows/turbopack-benchmark.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,6 @@ env:
2727
TURBO_TOKEN: ${{ secrets.HOSTED_TURBO_TOKEN }}
2828

2929
jobs:
30-
benchmark-tiny:
31-
name: Benchmark Rust Crates (tiny)
32-
runs-on: ubuntu-latest
33-
steps:
34-
- uses: actions/checkout@v4
35-
36-
- name: Setup Rust toolchain
37-
uses: ./.github/actions/setup-rust
38-
39-
- name: Install cargo-codspeed
40-
uses: taiki-e/install-action@v2
41-
with:
42-
43-
44-
- name: Build app build benchmarks
45-
run: cargo codspeed build -p next-api
46-
47-
- name: Run the benchmarks
48-
uses: CodSpeedHQ/action@v3
49-
with:
50-
run: cargo codspeed run
51-
token: ${{ secrets.CODSPEED_TOKEN }}
52-
5330
benchmark-small-apps:
5431
name: Benchmark Rust Crates (small apps)
5532
runs-on: ['self-hosted', 'linux', 'x64', 'metal']

Cargo.lock

Lines changed: 0 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ criterion = { package = "codspeed-criterion-compat", version = "3.0.5" }
356356
crossbeam-channel = "0.5.8"
357357
dashmap = "6.1.0"
358358
data-encoding = "2.3.3"
359-
divan = { package = "codspeed-divan-compat", version = "3.0.5" }
360359
dhat = { version = "0.3.2" }
361360
dunce = "1.0.3"
362361
either = "1.9.0"

crates/next-api/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ autobenches = false
99
[lib]
1010
bench = false
1111

12-
[[bench]]
13-
name = "hmr"
14-
harness = false
15-
1612
[lints]
1713
workspace = true
1814

@@ -44,12 +40,10 @@ turbopack-wasm = { workspace = true }
4440

4541
[dev-dependencies]
4642
turbo-tasks-malloc = { workspace = true }
47-
divan = { workspace = true }
4843
tokio = { workspace = true }
4944
tempfile = { workspace = true }
5045
turbo-tasks-backend = { workspace = true }
5146

52-
5347
[build-dependencies]
5448
anyhow = { workspace = true }
5549
vergen = { workspace = true }

0 commit comments

Comments
 (0)