1717//! Autogenerated weights for `pallet_sudo`
1818//!
1919//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
20- //! DATE: 2023-06-14 , STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
20+ //! DATE: 2023-11-07 , STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
2121//! WORST CASE MAP SIZE: `1000000`
22- //! HOSTNAME: `runner--ss9ysm1- project-163 -concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
23- //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024
22+ //! HOSTNAME: `runner-yprdrvc7- project-674 -concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz`
23+ //! WASM-EXECUTION: ` Compiled` , CHAIN: ` Some("westend-dev")` , DB CACHE: 1024
2424
2525// Executed Command:
26- // ./ target/production/polkadot
26+ // target/production/polkadot
2727// benchmark
2828// pallet
29- // --chain=westend-dev
3029// --steps=50
3130// --repeat=20
32- // --no-storage-info
33- // --no-median-slopes
34- // --no-min-squares
35- // --pallet=pallet_sudo
3631// --extrinsic=*
37- // --execution=wasm
3832// --wasm-execution=compiled
39- // --header=./file_header.txt
40- // --output=./runtime/westend/src/weights/
33+ // --heap-pages=4096
34+ // --json-file=/builds/parity/mirrors/polkadot-sdk/.git/.artifacts/bench.json
35+ // --pallet=pallet_sudo
36+ // --chain=westend-dev
37+ // --header=./polkadot/file_header.txt
38+ // --output=./polkadot/runtime/westend/src/weights/
4139
4240#![ cfg_attr( rustfmt, rustfmt_skip) ]
4341#![ allow( unused_parens) ]
@@ -50,38 +48,50 @@ use core::marker::PhantomData;
5048/// Weight functions for `pallet_sudo`.
5149pub struct WeightInfo < T > ( PhantomData < T > ) ;
5250impl < T : frame_system:: Config > pallet_sudo:: WeightInfo for WeightInfo < T > {
53- /// Storage: Sudo Key (r:1 w:1)
54- /// Proof: Sudo Key ( max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen)
51+ /// Storage: ` Sudo:: Key` (r:1 w:1)
52+ /// Proof: ` Sudo:: Key` (` max_values` : Some(1), ` max_size` : Some(32), added: 527, mode: ` MaxEncodedLen` )
5553 fn set_key ( ) -> Weight {
5654 // Proof Size summary in bytes:
5755 // Measured: `132`
5856 // Estimated: `1517`
59- // Minimum execution time: 12_360_000 picoseconds.
60- Weight :: from_parts ( 12_803_000 , 0 )
57+ // Minimum execution time: 8_750_000 picoseconds.
58+ Weight :: from_parts ( 9_102_000 , 0 )
6159 . saturating_add ( Weight :: from_parts ( 0 , 1517 ) )
6260 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 1 ) )
6361 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 ) )
6462 }
65- /// Storage: Sudo Key (r:1 w:0)
66- /// Proof: Sudo Key ( max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen)
63+ /// Storage: ` Sudo:: Key` (r:1 w:0)
64+ /// Proof: ` Sudo:: Key` (` max_values` : Some(1), ` max_size` : Some(32), added: 527, mode: ` MaxEncodedLen` )
6765 fn sudo ( ) -> Weight {
6866 // Proof Size summary in bytes:
6967 // Measured: `132`
7068 // Estimated: `1517`
71- // Minimum execution time: 12_158_000 picoseconds.
72- Weight :: from_parts ( 12_506_000 , 0 )
69+ // Minimum execution time: 9_607_000 picoseconds.
70+ Weight :: from_parts ( 10_139_000 , 0 )
7371 . saturating_add ( Weight :: from_parts ( 0 , 1517 ) )
7472 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 1 ) )
7573 }
76- /// Storage: Sudo Key (r:1 w:0)
77- /// Proof: Sudo Key ( max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen)
74+ /// Storage: ` Sudo:: Key` (r:1 w:0)
75+ /// Proof: ` Sudo:: Key` (` max_values` : Some(1), ` max_size` : Some(32), added: 527, mode: ` MaxEncodedLen` )
7876 fn sudo_as ( ) -> Weight {
7977 // Proof Size summary in bytes:
8078 // Measured: `132`
8179 // Estimated: `1517`
82- // Minimum execution time: 12_286_000 picoseconds.
83- Weight :: from_parts ( 12_664_000 , 0 )
80+ // Minimum execution time: 9_886_000 picoseconds.
81+ Weight :: from_parts ( 10_175_000 , 0 )
8482 . saturating_add ( Weight :: from_parts ( 0 , 1517 ) )
8583 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 1 ) )
8684 }
85+ /// Storage: `Sudo::Key` (r:1 w:1)
86+ /// Proof: `Sudo::Key` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`)
87+ fn remove_key ( ) -> Weight {
88+ // Proof Size summary in bytes:
89+ // Measured: `132`
90+ // Estimated: `1517`
91+ // Minimum execution time: 7_843_000 picoseconds.
92+ Weight :: from_parts ( 8_152_000 , 0 )
93+ . saturating_add ( Weight :: from_parts ( 0 , 1517 ) )
94+ . saturating_add ( T :: DbWeight :: get ( ) . reads ( 1 ) )
95+ . saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 ) )
96+ }
8797}
0 commit comments