Add benchmarking pipeline to node-template (#7122)

This commit is contained in:
Shawn Tabrizi
2020-09-17 10:09:59 +02:00
committed by GitHub
parent 9aa8698cfc
commit ab97e94972
8 changed files with 91 additions and 13 deletions
+5
View File
@@ -3912,6 +3912,8 @@ dependencies = [
name = "node-template"
version = "2.0.0-rc6"
dependencies = [
"frame-benchmarking",
"frame-benchmarking-cli",
"jsonrpc-core",
"node-template-runtime",
"pallet-transaction-payment-rpc",
@@ -3945,10 +3947,13 @@ dependencies = [
name = "node-template-runtime"
version = "2.0.0-rc6"
dependencies = [
"frame-benchmarking",
"frame-executive",
"frame-support",
"frame-system",
"frame-system-benchmarking",
"frame-system-rpc-runtime-api",
"hex-literal",
"pallet-aura",
"pallet-balances",
"pallet-grandpa",