adding cargo-flamegraph and removing unneccessary deps
This commit is contained in:
parent
d2e456eae4
commit
427059107a
3 changed files with 22 additions and 19 deletions
2
justfile
2
justfile
|
@ -11,6 +11,8 @@ 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}}
|
||||
|
||||
alias r := run
|
||||
alias c := clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue