Skip to content
Snippets Groups Projects
Unverified Commit dbb186db authored by bgallois's avatar bgallois
Browse files

fix runtime-benchmarks feature for testing

parent 606e617a
No related branches found
No related tags found
1 merge request!187Distance pallet benchmark
This commit is part of merge request !187. Comments created here will be created in the context of that merge request.
......@@ -12,7 +12,7 @@ version = '1.0.0'
[features]
default = ['std']
runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks",
"pallet-balances",
"pallet-balances", "pallet-identity/runtime-benchmarks",
]
std = [
'codec/std',
......
......@@ -11,7 +11,7 @@ version = '3.0.0'
[features]
default = ['std']
runtime-benchmarks = ['frame-benchmarking']
runtime-benchmarks = ['frame-benchmarking', 'pallet-membership/runtime-benchmarks', 'pallet-identity/runtime-benchmarks']
std = [
'codec/std',
'frame-support/std',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment