Add runtime-benchmarks for frame-benchmarking (#10324)

* update frame/benchmarking/src/baseline.rs

* add runtime-benchmarks feature

* add runtime-benchmarks for frame-benchmarking

* update frame-benchmarking/runtime-benchmarks

* trigger GitHub actions
This commit is contained in:
zjb0807
2021-11-30 21:15:52 +08:00
committed by GitHub
parent a01004e143
commit b5ed64684d
35 changed files with 36 additions and 33 deletions
@@ -33,7 +33,7 @@ sp-core = { version = "4.0.0-dev", path = "../../primitives/core", default-featu
[features]
default = ["std"]
runtime-benchmarks = ["frame-benchmarking", "hex-literal"]
runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks", "hex-literal"]
std = [
"serde",
"codec/std",