Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix indent
  • Loading branch information
s3krit committed Aug 4, 2021
commit d82cb1d786a6e1209d69f2ee0468bd3990794e2e
3 changes: 2 additions & 1 deletion scripts/run_benches_for_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ echo "[+] Running all benchmarks for $runtime"

# shellcheck disable=SC2086
cargo +nightly run $standard_args benchmark \
--chain "${runtime}-dev" --list |\
--chain "${runtime}-dev" \
--list |\
tail -n+2 |\
cut -d',' -f1 |\
uniq | \
Expand Down