Frame System Benchmarking (#5834)

* Frame System Benchmarking

* Add to substrate node, avoid divide by zero errors in analysis

* reduce features

* some fixes

* copy pasta
This commit is contained in:
Shawn Tabrizi
2020-04-30 15:46:44 +02:00
committed by GitHub
parent 5b8d3607e9
commit b301451c85
10 changed files with 341 additions and 13 deletions
+16
View File
@@ -1556,6 +1556,21 @@ dependencies = [
"substrate-test-runtime-client",
]
[[package]]
name = "frame-system-benchmarking"
version = "2.0.0-dev"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
]
[[package]]
name = "frame-system-rpc-runtime-api"
version = "2.0.0-dev"
@@ -3574,6 +3589,7 @@ dependencies = [
"frame-executive",
"frame-support",
"frame-system",
"frame-system-benchmarking",
"frame-system-rpc-runtime-api",
"integer-sqrt",
"node-primitives",