diff options
-rw-r--r-- | src/Justfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Justfile b/src/Justfile index 3a1c964..7143446 100644 --- a/src/Justfile +++ b/src/Justfile @@ -10,6 +10,7 @@ export RUST_LOG := "debug" run-all-tests: which candelabra-cli 2>/dev/null || cargo build rm -fr {{target_dir / "candelabra"}} + rm -fr {{tests_dir / "target/criterion" echo "Candelabra Path: {{candelabra}}" @IMPLS=`{{candelabra}} list-library 2>&1 | cut -d ']' -f 2 | grep ::`; for impl in $IMPLS; do just cost-model $impl; done |