Skip to content

Commit 0ca6dfe

Browse files
atheiiulianbarbu
authored andcommitted
Include fixtures when benchmarking
1 parent 01eb3fc commit 0ca6dfe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

substrate/frame/revive/Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ frame-benchmarking = { optional = true, workspace = true }
4242
frame-support.workspace = true
4343
frame-system.workspace = true
4444
pallet-balances = { optional = true, workspace = true }
45+
pallet-revive-fixtures = { workspace = true, optional = true }
4546
pallet-revive-uapi.workspace = true
4647
pallet-revive-uapi.default-features = true
4748
pallet-revive-proc-macro.workspace = true
@@ -64,7 +65,7 @@ subxt-signer = { workspace = true, optional = true, features = [
6465
array-bytes = { workspace = true, default-features = true }
6566
assert_matches = { workspace = true }
6667
pretty_assertions = { workspace = true }
67-
pallet-revive-fixtures = { default-features = true, path = "fixtures" }
68+
pallet-revive-fixtures = { workspace = true, default-features = true }
6869
secp256k1 = { workspace = true, features = ["recovery"] }
6970
serde_json = { workspace = true }
7071
hex-literal = { workspace = true }
@@ -93,6 +94,7 @@ std = [
9394
"jsonrpsee",
9495
"log/std",
9596
"pallet-balances?/std",
97+
"pallet-revive-fixtures?/std",
9698
"pallet-transaction-payment/std",
9799
"polkavm/std",
98100
"rlp/std",
@@ -114,6 +116,7 @@ runtime-benchmarks = [
114116
"frame-support/runtime-benchmarks",
115117
"frame-system/runtime-benchmarks",
116118
"pallet-balances/runtime-benchmarks",
119+
"pallet-revive-fixtures",
117120
"pallet-transaction-payment/runtime-benchmarks",
118121
"sp-runtime/runtime-benchmarks",
119122
"xcm-builder/runtime-benchmarks",

0 commit comments

Comments
 (0)