Skip to content

Commit 878bfbd

Browse files
committed
fix mut slots
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 3ebcd98 commit 878bfbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ jobs:
746746
tool: cargo-codspeed
747747
- name: Build benchmarks
748748
env:
749-
RUSTFLAGS: "-C target-feature=+avx2 -C debug-assertions=yes"
749+
RUSTFLAGS: "-C target-feature=+avx2"
750750
run: cargo codspeed build ${{ matrix.features }} $(printf -- '-p %s ' ${{ matrix.packages }}) --profile bench
751751
- name: Run benchmarks
752752
uses: CodSpeedHQ/action@d872884a306dd4853acf0f584f4b706cf0cc72a2

0 commit comments

Comments
 (0)