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 6124866 commit f3f0e6bCopy full SHA for f3f0e6b
.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:
@@ -59,8 +59,6 @@ jobs:
59
with:
60
persist-credentials: false
61
62
- - uses: dtolnay/rust-toolchain@stable
63
-
64
- uses: Swatinem/rust-cache@v2
65
66
- name: Run sccache-cache
@@ -74,9 +72,10 @@ jobs:
74
72
sudo locale-gen fr_FR.UTF-8
75
73
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:
+ tool: cargo-codspeed
80
81
- name: Build benchmarks for ${{ matrix.package }} (${{ matrix.type }})
82
shell: bash
0 commit comments