diff --git a/polkadot/scripts/run_benches_for_runtime.sh b/polkadot/scripts/run_benches_for_runtime.sh
index 83f5a3c7a44803274eeb006d7406b9b85415af62..9b86424b26810e344f0745ea1a7285010305c82c 100755
--- a/polkadot/scripts/run_benches_for_runtime.sh
+++ b/polkadot/scripts/run_benches_for_runtime.sh
@@ -39,7 +39,7 @@ done < "${runtime}_pallets"
 rm "${runtime}_pallets"
 
 # Benchmark base weights
-./target/production/polkadot benchmark-overhead \
+! ./target/production/polkadot benchmark overhead \
   --chain="${runtime}-dev" \
   --execution=wasm \
   --wasm-execution=compiled \