Skip to content

Commit c290e76

Browse files
authored
Merge branch 'main' into liam-remove-try-runtime
2 parents d679e6b + 4e82106 commit c290e76

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

commands/bench/bench.cmd.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@
5353
"target_dir": { "label": "Target Directory", "type_string": "cumulus" }
5454
}
5555
},
56+
"cumulus-coretime": {
57+
"description": "Pallet Benchmark for Cumulus [coretime]",
58+
"repos": ["polkadot-sdk"],
59+
"args": {
60+
"subcommand": { "label": "Subcommand", "type_one_of": ["pallet", "xcm"] },
61+
"runtime": { "label": "Runtime", "type_one_of": ["coretime-rococo", "coretime-westend"] },
62+
"pallet": { "label": "Pallet", "type_rule": "^([a-z_]+)([:]{2}[a-z_]+)?$", "example": "pallet_name" },
63+
"runtime_dir": { "label": "Runtime Dir", "type_string": "coretime" },
64+
"target_dir": { "label": "Target Directory", "type_string": "cumulus" }
65+
}
66+
},
5667
"cumulus-bridge-hubs": {
5768
"description": "Pallet Benchmark for Cumulus [bridge-hubs]",
5869
"repos": ["polkadot-sdk"],

commands/bench/lib/bench-all-cumulus.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ run_cumulus_bench assets asset-hub-rococo
8181
# Collectives
8282
run_cumulus_bench collectives collectives-westend
8383

84+
# Coretime
85+
run_cumulus_bench coretime coretime-rococo
86+
run_cumulus_bench coretime coretime-westend
87+
8488
# Bridge Hubs
8589
run_cumulus_bench bridge-hubs bridge-hub-rococo
8690
run_cumulus_bench bridge-hubs bridge-hub-westend

0 commit comments

Comments
 (0)