diff --git a/tools/dev-benchmark-pallet.sh b/tools/dev-benchmark-pallet.sh index 8ac5f0393..2d9a895c4 100755 --- a/tools/dev-benchmark-pallet.sh +++ b/tools/dev-benchmark-pallet.sh @@ -70,14 +70,14 @@ fi TEMPLATE_PATH=benchmarking/frame-weight-runtime-template.hbs \ OUTPUT_PATH=tmp/dancebox_weights \ tools/benchmarking.sh "$PALLET" "*" --check -cp -v tmp/dancebox_weights/$PALLET.rs runtime/dancebox/src/weights/$PALLET.rs +cp -v tmp/dancebox_weights/$PALLET.rs chains/orchestrator-paras/runtime/dancebox/src/weights/$PALLET.rs # Flashbox weights TEMPLATE_PATH=benchmarking/frame-weight-runtime-template.hbs \ CHAIN=flashbox_dev \ OUTPUT_PATH=tmp/flashbox_weights \ tools/benchmarking.sh "$PALLET" "*" --check -cp -v tmp/flashbox_weights/$PALLET.rs runtime/flashbox/src/weights/$PALLET.rs +cp -v tmp/flashbox_weights/$PALLET.rs chains/orchestrator-paras/runtime/flashbox/src/weights/$PALLET.rs # Dancelight weights BINARY=target/release/tanssi-relay \ @@ -85,7 +85,7 @@ BINARY=target/release/tanssi-relay \ CHAIN=dancelight-dev \ OUTPUT_PATH=tmp/dancelight_weights \ tools/benchmarking.sh "$PALLET" "*" --check -cp -v tmp/dancelight_weights/$PALLET.rs solo-chains/runtime/dancelight/src/weights/$PALLET.rs +cp -v tmp/dancelight_weights/$PALLET.rs chains/orchestrator-relays/runtime/dancelight/src/weights/$PALLET.rs # Probably don't need to add weights to templates, change false to true if the pallet is also included in the templates