From 3e21b729ccccd8488e9ddf06527a14be70cf6953 Mon Sep 17 00:00:00 2001 From: Tomasz Polaczyk Date: Thu, 9 Jan 2025 10:54:19 +0100 Subject: [PATCH] Missing mkdir --- tools/dev-benchmark-pallet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dev-benchmark-pallet.sh b/tools/dev-benchmark-pallet.sh index 8acbc489c..860b03ab7 100755 --- a/tools/dev-benchmark-pallet.sh +++ b/tools/dev-benchmark-pallet.sh @@ -22,7 +22,7 @@ set -e cd "$(dirname "$0")/.." # mkdir just in case as the benchmarking fails if they don't exist -mkdir -p tmp/dancebox_weights tmp/flashbox_weights tmp/simple_template_weights tmp/frontier_template_weights +mkdir -p tmp/dancebox_weights tmp/flashbox_weights tmp/simple_template_weights tmp/frontier_template_weights tmp/dancelight_weights # Empty directories rm -rf tmp/*_weights/*