Skip to content
Snippets Groups Projects
Commit 6e5a572c authored by Martin Pugh's avatar Martin Pugh Committed by GitHub
Browse files

[CI] Fix listing pallets for benchmarks jobs (#3570)

* fix listing pallets for benchmarks

* fix indent
parent 1718ed1d
Branches
No related merge requests found
......@@ -12,12 +12,9 @@ echo "[+] Running all benchmarks for $runtime"
# shellcheck disable=SC2086
cargo +nightly run $standard_args benchmark \
--chain "${runtime}-dev" \
--execution=wasm \
--wasm-execution=compiled \
--pallet "*" \
--extrinsic "*" \
--repeat 0 | \
sed -r -e 's/Pallet: "([a-z_:]+)".*/\1/' | \
--list |\
tail -n+2 |\
cut -d',' -f1 |\
uniq | \
grep -v frame_system > "${runtime}_pallets"
......
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