Skip to content

Commit

Permalink
Missing mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Jan 9, 2025
1 parent b8c4270 commit 3e21b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dev-benchmark-pallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 3e21b72

Please sign in to comment.