From 03d0f9a3c154063bae978e4fc547599c679e0a8c Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:54:07 +0100 Subject: [PATCH] overhead benchmark command added - typo --- scripts/run_benchmarks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" \