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 1e0f608 commit 5ec4255Copy full SHA for 5ec4255
.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@9afcb0ed9a9ad5761360c5a0112c17f679d31b0e
599
with:
600
run: cargo codspeed run
601
token: ${{ secrets.CODSPEED_TOKEN }}
0 commit comments