Skip to content

Commit ffd6fb0

Browse files
authored
Add profile recipe (#560)
1 parent 7f5454e commit ffd6fb0

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/flamegraph.svg
12
/target
23
/www/book

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,6 @@ update-changelog:
152152

153153
update-contributors:
154154
cargo run --release --package update-contributors
155+
156+
profile:
157+
cargo flamegraph --profile dev --package imdl --unit-test --unit-test-kind lib

0 commit comments

Comments
 (0)