@@ -80,7 +80,6 @@ frame-benchmarking = {git = "https://github.com/paritytech/substrate", default-f
80
80
frame-system-benchmarking = {git = " https://github.com/paritytech/substrate" , default-features = false , optional = true , branch = " polkadot-v0.9.9" }
81
81
hex-literal = {version = " 0.3.1" , optional = true }
82
82
rococo-runtime = {git = " https://github.com/paritytech/polkadot" , default-features = false , optional = true , branch = " release-v0.9.9" }
83
- pallet-society = {git = " https://github.com/paritytech/substrate" , default-features = false , optional = true , branch = " polkadot-v0.9.9" }
84
83
# cumulus-pallet-session-benchmarking = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.9", default-features = false, optional = true }
85
84
86
85
# Runtime tests
@@ -109,7 +108,6 @@ runtime-benchmarks = [
109
108
" pallet-indices/runtime-benchmarks" ,
110
109
" pallet-membership/runtime-benchmarks" ,
111
110
" pallet-scheduler/runtime-benchmarks" ,
112
- " pallet-society/runtime-benchmarks" ,
113
111
# "cumulus-pallet-session-benchmarking",
114
112
" pallet-timestamp/runtime-benchmarks" ,
115
113
" pallet-treasury/runtime-benchmarks" ,
0 commit comments