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 265f29a commit 11c8b87Copy full SHA for 11c8b87
.github/workflows/ci.yml
@@ -595,7 +595,7 @@ jobs:
595
RUSTFLAGS: "-C target-feature=+avx2 -C debug-assertions=yes"
596
run: cargo codspeed build ${{ matrix.features }} $(printf -- '-p %s ' ${{ matrix.packages }}) --profile bench
597
- name: Run benchmarks
598
- uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad
+ uses: CodSpeedHQ/action@e3e45ce3f10b6d29b5fb4d5a56e43332231c90b1
599
with:
600
run: cargo codspeed run
601
token: ${{ secrets.CODSPEED_TOKEN }}
0 commit comments