Substrate Companion (#7118)

* sudo benchmarks

* cargo fmt

* sub weights

* Update Cargo.lock

* NC.l

* undo

* cargo fmt

* update sudo weights

* update lockfile for {"substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Doordashcon
2023-05-11 17:13:29 +01:00
committed by GitHub
parent f86c9fcc44
commit df7c5b3ecc
10 changed files with 366 additions and 184 deletions
+2
View File
@@ -1320,6 +1320,7 @@ impl validator_manager::Config for Runtime {
impl pallet_sudo::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type RuntimeCall = RuntimeCall;
type WeightInfo = weights::pallet_sudo::WeightInfo<Runtime>;
}
construct_runtime! {
@@ -1576,6 +1577,7 @@ mod benches {
[pallet_proxy, Proxy]
[pallet_recovery, Recovery]
[pallet_scheduler, Scheduler]
[pallet_sudo, Sudo]
[frame_system, SystemBench::<Runtime>]
[pallet_timestamp, Timestamp]
[pallet_tips, Tips]