perf: add mimalloc

This commit is contained in:
Almaz
2025-08-10 16:47:59 +00:00
committed by GitHub
parent 98ffdd9bf8
commit a34acf92ca
5 changed files with 37 additions and 5 deletions
+2 -2
View File
@@ -245,9 +245,9 @@ jobs:
env:
RUSTFLAGS: ""
- if: ${{ matrix.cross }}
run: cross +beta build --features tui --release --target '${{ matrix.target }}' --locked
run: cross +beta build --features mimalloc,tui --release --target '${{ matrix.target }}' --locked
- if: ${{ !matrix.cross }}
run: cargo +beta build --features tui --release --target '${{ matrix.target }}' --locked
run: cargo +beta build --features mimalloc,tui --release --target '${{ matrix.target }}' --locked
- run: mkdir dist
- run: echo -n '${{ github.sha }}' > dist/commit-sha.txt
shell: bash