Skip to content
Snippets Groups Projects
Commit 4c346cb4 authored by Mara Broda's avatar Mara Broda :coffee: Committed by GitHub
Browse files

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

parent 4d4f6bc9
Branches
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment