We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cd130 commit 2d82024Copy full SHA for 2d82024
1 file changed
.github/workflows/ci.yml
@@ -749,7 +749,7 @@ jobs:
749
RUSTFLAGS: "-C target-feature=+avx2 -C debug-assertions=yes"
750
run: cargo codspeed build ${{ matrix.features }} $(printf -- '-p %s ' ${{ matrix.packages }}) --profile bench
751
- name: Run benchmarks
752
- uses: CodSpeedHQ/action@1c8ae4843586d3ba879736b7f6b7b0c990757fab
+ uses: CodSpeedHQ/action@d872884a306dd4853acf0f584f4b706cf0cc72a2
753
with:
754
run: bash scripts/bench-taskset.sh cargo codspeed run
755
token: ${{ secrets.CODSPEED_TOKEN }}
0 commit comments