Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions commands/bench/bench.cmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"repos": ["polkadot-sdk"],
"args": {
"subcommand": { "label": "Subcommand", "type_one_of": ["pallet", "xcm"] },
"runtime": { "label": "Runtime", "type_one_of": ["collectives-polkadot"] },
"runtime": { "label": "Runtime", "type_one_of": ["collectives-polkadot", "collectives-westend"] },
"pallet": { "label": "Pallet", "type_rule": "^([a-z_]+)([:]{2}[a-z_]+)?$", "example": "pallet_name" },
"runtime_dir": { "label": "Runtime Dir", "type_string": "collectives" },
"target_dir": { "label": "Target Directory", "type_string": "cumulus" }
Expand Down Expand Up @@ -80,7 +80,7 @@
"repos": ["polkadot-sdk"],
"args": {
"subcommand": { "label": "Subcommand", "type_one_of": ["pallet"] },
"runtime": { "label": "Runtime", "type_one_of": ["glutton-kusama", "glutton-kusama-dev-1300"] },
"runtime": { "label": "Runtime", "type_one_of": ["glutton-kusama", "glutton-kusama-dev-1300", "glutton-westend", "glutton-westend-dev-1300"] },
"pallet": { "label": "Pallet", "type_rule": "^([a-z_]+)([:]{2}[a-z_]+)?$", "example": "pallet_name" },
"runtime_dir": { "label": "Runtime Dir", "type_string": "glutton" },
"target_dir": { "label": "Target Directory", "type_string": "cumulus" }
Expand Down
2 changes: 2 additions & 0 deletions commands/bench/lib/bench-all-cumulus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ run_cumulus_bench assets asset-hub-rococo

# Collectives
run_cumulus_bench collectives collectives-polkadot
run_cumulus_bench collectives collectives-westend

# Bridge Hubs
run_cumulus_bench bridge-hubs bridge-hub-polkadot
Expand All @@ -90,3 +91,4 @@ run_cumulus_bench bridge-hubs bridge-hub-rococo

# Glutton
run_cumulus_bench glutton glutton-kusama 1300
run_cumulus_bench glutton glutton-westend 1300