Skip to content

Commit 55b4022

Browse files
committed
build
1 parent 479c245 commit 55b4022

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v5
2525

26-
- name: Setup Rust
27-
uses: dtolnay/rust-toolchain@stable
28-
with:
29-
targets: aarch64-unknown-linux-gnu
30-
31-
- uses: taiki-e/install-action@v2
32-
with:
33-
tool: cargo-codspeed
34-
3526
- uses: actions/setup-node@v5
3627
with:
3728
node-version: 22
@@ -42,8 +33,6 @@ jobs:
4233
run: node download-fixtures.js
4334
env:
4435
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
- name: Build benchmark
46-
run: cargo codspeed build --measurement-mode=walltime --features codspeed
4736
- name: Upload Fixtures
4837
uses: actions/upload-artifact@v4
4938
with:
@@ -54,11 +43,6 @@ jobs:
5443
with:
5544
name: benchmark-rxjs
5645
path: node_modules/rxjs
57-
- name: Upload benchmark
58-
uses: actions/upload-artifact@v4
59-
with:
60-
name: benchmark-binary
61-
path: target/codspeed
6246

6347
run:
6448
runs-on: codspeed-macro
@@ -70,11 +54,8 @@ jobs:
7054
- uses: taiki-e/install-action@v2
7155
with:
7256
tool: cargo-codspeed
73-
- name: Download benchmark binary
74-
uses: actions/download-artifact@v5
75-
with:
76-
name: benchmark-binary
77-
path: target/codspeed
57+
- name: Build benchmark
58+
run: cargo codspeed build --measurement-mode=walltime --features codspeed
7859
- name: Download fixtures
7960
uses: actions/download-artifact@v5
8061
with:

0 commit comments

Comments
 (0)