a better way to profile
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2026-02-09 19:11:55 -06:00
parent e006068863
commit 5e46dbae17
2 changed files with 2 additions and 1 deletions

View file

@ -76,6 +76,7 @@
just
sqlx-cli
cargo-watch
samply
];
LD_LIBRARY_PATH = "$LD_LIBRARY_PATH:${

View file

@ -22,7 +22,7 @@ clean:
test:
cargo test --benches --tests --all-features -- --nocapture
profile:
cargo flamegraph --profile release -- {{verbose}} {{ui}}
samply record cargo run --release -- {{verbose}} {{ui}}
alias b := build
alias r := run