File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 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
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 :
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
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 :
You can’t perform that action at this time.
0 commit comments