diff --git a/scripts/run_benchmarks.sh b/scripts/run_benchmarks.sh index dc9046560..d6b96c389 100755 --- a/scripts/run_benchmarks.sh +++ b/scripts/run_benchmarks.sh @@ -140,7 +140,7 @@ for chain in ${chains//,/ }; do # Update the block and extrinsic overhead weights. echo "[+] Benchmarking block and extrinsic overheads..." OUTPUT=$( - ./target/production/polkadot benchmark overhead \ + $ASTAR_COLLATOR benchmark overhead \ --chain=$chain \ --wasm-execution=compiled \ --weight-path="$output_path/$chain/" \