File tree Expand file tree Collapse file tree 5 files changed +4
-132
lines changed
Expand file tree Collapse file tree 5 files changed +4
-132
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,6 @@ rocksdb = ["sc-client-db/rocksdb"]
8686runtime-benchmarks = [
8787 " sc-client-db/runtime-benchmarks" ,
8888 " sp-runtime/runtime-benchmarks" ,
89- " substrate-test-runtime/runtime-benchmarks"
89+ " substrate-test-runtime/runtime-benchmarks" ,
9090]
9191jemalloc-allocator = [" sc-client-db/jemalloc-allocator" ]
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ no-metadata-hash-check = []
8686std = [
8787 " array-bytes" ,
8888 " codec/std" ,
89+ " frame-benchmarking?/std" ,
8990 " frame-executive/std" ,
9091 " frame-metadata-hash-extension/std" ,
9192 " frame-metadata/std" ,
@@ -130,7 +131,6 @@ std = [
130131 " substrate-wasm-builder" ,
131132 " tracing/std" ,
132133 " trie-db/std" ,
133- " frame-benchmarking?/std"
134134]
135135
136136runtime-benchmarks = [
@@ -142,8 +142,8 @@ runtime-benchmarks = [
142142 " pallet-balances/runtime-benchmarks" ,
143143 " pallet-timestamp/runtime-benchmarks" ,
144144 " pallet-utility/runtime-benchmarks" ,
145+ " sc-service?/runtime-benchmarks" ,
145146 " sp-runtime/runtime-benchmarks" ,
146- " sc-service?/runtime-benchmarks"
147147]
148148
149149# Special feature to disable logging
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ runtime-benchmarks = [
9595 " sc-client-db/runtime-benchmarks" ,
9696 " sc-service/runtime-benchmarks" ,
9797 " sp-runtime/runtime-benchmarks" ,
98+ " substrate-test-runtime/runtime-benchmarks" ,
9899 " westend-runtime/runtime-benchmarks" ,
99- " substrate-test-runtime/runtime-benchmarks"
100100]
101101rocksdb = [" sc-cli/rocksdb" , " sc-client-db/rocksdb" ]
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments