adding cargo-flamegraph and removing unneccessary deps

This commit is contained in:
Chris Cochrun 2025-03-26 09:33:58 -05:00
parent d2e456eae4
commit 427059107a
3 changed files with 22 additions and 19 deletions

View file

@ -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