Skip to content

Commit

Permalink
flamegraph in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mlb2251 committed Nov 26, 2023
1 parent 4285cbf commit e2af44f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ claim-2:
claim-3:
cd experiments && make claim-3

flamegraph:
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --root --open --deterministic --output=out/flamegraph.svg --bin=compress -- data/cogsci/furniture.json -a3

.PHONY: build test test-update claim-1 claim-2 claim-3 claims

0 comments on commit e2af44f

Please sign in to comment.