[ci] don't exclude frame_system from benchmarks (#5179)

This commit is contained in:
Mara Robin B
2022-03-23 12:33:40 +01:00
committed by GitHub
parent 4d4f6bc9c9
commit 4c346cb44e
+1 -2
View File
@@ -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