We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21491bc commit f91621bCopy full SHA for f91621b
Makefile
@@ -7,7 +7,7 @@ ARGS=-l
7
# ARGS=-l -d ~/code/git-bare-test.git -w ~/code/git-bare-test
8
9
profile:
10
- sudo CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --features timing -- ${ARGS}
+ CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --features timing -- ${ARGS}
11
12
run-timing:
13
cargo run --features=timing --release -- ${ARGS}
0 commit comments