clear profiling results
This commit is contained in:
parent
8e26885262
commit
11a2738a53
@ -1,5 +1,6 @@
|
|||||||
export RUSTFLAGS="-Cinstrument-coverage"
|
export RUSTFLAGS="-Cinstrument-coverage"
|
||||||
export LLVM_PROFILE_FILE="prof/%p-%m.profraw"
|
export LLVM_PROFILE_FILE="prof/%p-%m.profraw"
|
||||||
|
rm -r ./prof
|
||||||
cargo test
|
cargo test
|
||||||
cargo run --example trace
|
cargo run --example trace
|
||||||
cargo run --example trees
|
cargo run --example trees
|
||||||
|
Loading…
Reference in New Issue
Block a user