making sure run is in debug mode so I'm considering performance
This commit is contained in:
parent
9207df10ba
commit
d94572201a
1 changed files with 2 additions and 2 deletions
4
justfile
4
justfile
|
@ -6,13 +6,13 @@ default:
|
|||
build:
|
||||
RUST_LOG=debug cargo build
|
||||
run:
|
||||
RUST_LOG=debug cargo run --release -- {{ui}} {{file}}
|
||||
RUST_LOG=debug cargo run -- {{ui}} {{file}}
|
||||
clean:
|
||||
RUST_LOG=debug cargo clean
|
||||
test:
|
||||
RUST_LOG=debug cargo test --benches --tests --all-features -- --nocapture
|
||||
profile:
|
||||
cargo flamegraph --image-width 4000 -- {{ui}} {{file}}
|
||||
cargo flamegraph --image-width 8000 -- {{ui}} {{file}}
|
||||
|
||||
alias r := run
|
||||
alias c := clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue