perf: add mimalloc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user