add missing features for runtime-benchmarks (#5833)

This commit is contained in:
Xiliang Chen
2020-04-30 21:55:18 +12:00
committed by GitHub
parent fdde90077b
commit 339b09002b
+4 -1
View File
@@ -39,7 +39,10 @@ std = [
"sp-runtime/std",
"sp-version/std",
]
runtime-benchmarks = ["sp-runtime/runtime-benchmarks"]
runtime-benchmarks = [
"sp-runtime/runtime-benchmarks",
"frame-support/runtime-benchmarks",
]
[[bench]]
name = "bench"