From 2e5a2e316174be7788a5f08213d596b5969e777b Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Sat, 24 Feb 2024 20:30:59 +0000 Subject: clean criterion directory before running benchmarks --- src/Justfile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Justfile') 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 -- cgit v1.2.3