diff --git a/polkadot/scripts/run_benches_for_runtime.sh b/polkadot/scripts/run_benches_for_runtime.sh index d9a836a4f7ed2305bb2e7a4caf654f9d6067257c..49ea1ecb3b05c089bceff0bb6a67c98b95ce5a66 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