mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 09:31:12 +00:00
[ci] don't exclude frame_system from benchmarks (#5179)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user