We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4904766 commit 13ce63eCopy full SHA for 13ce63e
1 file changed
.github/workflows/benchmarks.yml
@@ -1,6 +1,6 @@
1
name: Benchmarks
2
3
-# spell-checker:ignore codspeed dtolnay Swatinem sccache
+# spell-checker:ignore codspeed dtolnay Swatinem sccache taiki
4
5
on:
6
pull_request:
@@ -58,7 +58,7 @@ jobs:
58
- uses: actions/checkout@v6
59
with:
60
persist-credentials: false
61
-
+ # investigate toolchain version building best binaries
62
- uses: dtolnay/rust-toolchain@stable
63
64
- uses: Swatinem/rust-cache@v2
@@ -74,9 +74,10 @@ jobs:
74
sudo locale-gen fr_FR.UTF-8
75
sudo update-locale
76
77
- - name: Install cargo-codspeed
78
- shell: bash
79
- run: cargo install cargo-codspeed --locked
+ - name: Install tools
+ uses: taiki-e/install-action@v2
+ with:
80
+ tool: cargo-codspeed
81
82
- name: Build benchmarks for ${{ matrix.package }} (${{ matrix.type }})
83
shell: bash
0 commit comments