Skip to content

Commit 9621aa6

Browse files
committed
Remove generated weight files
1 parent 5bbdbba commit 9621aa6

File tree

5 files changed

+4
-132
lines changed

5 files changed

+4
-132
lines changed

substrate/client/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ rocksdb = ["sc-client-db/rocksdb"]
8686
runtime-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
]
9191
jemalloc-allocator = ["sc-client-db/jemalloc-allocator"]

substrate/test-utils/runtime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ no-metadata-hash-check = []
8686
std = [
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

136136
runtime-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

substrate/utils/frame/benchmarking-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
]
101101
rocksdb = ["sc-cli/rocksdb", "sc-client-db/rocksdb"]

substrate/utils/frame/omni-bencher/block_weights.rs

Lines changed: 0 additions & 66 deletions
This file was deleted.

substrate/utils/frame/omni-bencher/extrinsic_weights.rs

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)