From 11a2738a5378672d125bde69c6ae5662565963c0 Mon Sep 17 00:00:00 2001 From: timofey Date: Sun, 15 Oct 2023 10:44:37 +0000 Subject: [PATCH] clear profiling results --- coverage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/coverage.sh b/coverage.sh index 79fca17..b4a5790 100755 --- a/coverage.sh +++ b/coverage.sh @@ -1,5 +1,6 @@ export RUSTFLAGS="-Cinstrument-coverage" export LLVM_PROFILE_FILE="prof/%p-%m.profraw" +rm -r ./prof cargo test cargo run --example trace cargo run --example trees