We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5f648 commit 975ee5fCopy full SHA for 975ee5f
1 file changed
.github/workflows/ci.yml
@@ -649,7 +649,7 @@ jobs:
649
RUSTFLAGS: "-C target-feature=+avx2 -C debug-assertions=yes"
650
run: cargo codspeed build ${{ matrix.features }} $(printf -- '-p %s ' ${{ matrix.packages }}) --profile bench
651
- name: Run benchmarks
652
- uses: CodSpeedHQ/action@94b88560ad3ed11ed5e92a321518a47c35a1fed5
+ uses: CodSpeedHQ/action@208425962c215de49ed713e18c4b9bde9bda5c52
653
with:
654
run: cargo codspeed run
655
token: ${{ secrets.CODSPEED_TOKEN }}
0 commit comments