Skip to content
Snippets Groups Projects

Distance pallet benchmark

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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',
Loading