diff --git a/polkadot/scripts/run_benches_for_runtime.sh b/polkadot/scripts/run_benches_for_runtime.sh index d9a836a4f7..49ea1ecb3b 100755 --- a/polkadot/scripts/run_benches_for_runtime.sh +++ b/polkadot/scripts/run_benches_for_runtime.sh @@ -17,8 +17,7 @@ cargo +nightly build --profile production --locked --features=runtime-benchmarks --list |\ tail -n+2 |\ cut -d',' -f1 |\ - uniq | \ - grep -v frame_system > "${runtime}_pallets" + uniq > "${runtime}_pallets" # For each pallet found in the previous command, run benches on each function while read -r line; do