1616//! Autogenerated weights for `pallet_fast_unstake`
1717//!
1818//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
19- //! DATE: 2023-01-15 , STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
20- //! HOSTNAME: `bm3 `, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz `
19+ //! DATE: 2023-01-25 , STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
20+ //! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0 `, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz `
2121//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024
2222
2323// Executed Command:
24- // /home/benchbot/cargo_target_dir /production/polkadot
24+ // target /production/polkadot
2525// benchmark
2626// pallet
2727// --steps=50
3030// --execution=wasm
3131// --wasm-execution=compiled
3232// --heap-pages=4096
33- // --json-file=/var/lib/gitlab-runner/ builds/zyw4fam_/0 /parity/mirrors/polkadot/.git/.artifacts/bench.json
33+ // --json-file=/builds/parity/mirrors/polkadot/.git/.artifacts/bench.json
3434// --pallet=pallet-fast-unstake
3535// --chain=polkadot-dev
3636// --header=./file_header.txt
@@ -62,10 +62,10 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
6262 // Storage: Staking Payee (r:0 w:1)
6363 /// The range of component `b` is `[1, 16]`.
6464 fn on_idle_unstake ( b : u32 , ) -> Weight {
65- // Minimum execution time: 76_468 nanoseconds.
66- Weight :: from_ref_time ( 47_557_097 )
67- // Standard Error: 32_963
68- . saturating_add ( Weight :: from_ref_time ( 33_837_395 ) . saturating_mul ( b. into ( ) ) )
65+ // Minimum execution time: 83_164 nanoseconds.
66+ Weight :: from_ref_time ( 49_648_955 )
67+ // Standard Error: 32_056
68+ . saturating_add ( Weight :: from_ref_time ( 39_756_465 ) . saturating_mul ( b. into ( ) ) )
6969 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 6 ) )
7070 . saturating_add ( T :: DbWeight :: get ( ) . reads ( ( 6_u64 ) . saturating_mul ( b. into ( ) ) ) )
7171 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 ) )
@@ -81,12 +81,12 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
8181 /// The range of component `v` is `[1, 256]`.
8282 /// The range of component `b` is `[1, 16]`.
8383 fn on_idle_check ( v : u32 , b : u32 , ) -> Weight {
84- // Minimum execution time: 665_245 nanoseconds.
85- Weight :: from_ref_time ( 668_032_000 )
86- // Standard Error: 6_419_133
87- . saturating_add ( Weight :: from_ref_time ( 213_945_440 ) . saturating_mul ( v. into ( ) ) )
88- // Standard Error: 103_007_811
89- . saturating_add ( Weight :: from_ref_time ( 3_200_709_428 ) . saturating_mul ( b. into ( ) ) )
84+ // Minimum execution time: 717_323 nanoseconds.
85+ Weight :: from_ref_time ( 720_850_000 )
86+ // Standard Error: 6_820_833
87+ . saturating_add ( Weight :: from_ref_time ( 227_516_069 ) . saturating_mul ( v. into ( ) ) )
88+ // Standard Error: 109_453_890
89+ . saturating_add ( Weight :: from_ref_time ( 3_407_382_031 ) . saturating_mul ( b. into ( ) ) )
9090 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 7 ) )
9191 . saturating_add ( T :: DbWeight :: get ( ) . reads ( ( 1_u64 ) . saturating_mul ( v. into ( ) ) ) )
9292 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 ) )
@@ -106,8 +106,8 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
106106 // Storage: Balances Locks (r:1 w:1)
107107 // Storage: FastUnstake CounterForQueue (r:1 w:1)
108108 fn register_fast_unstake ( ) -> Weight {
109- // Minimum execution time: 109_570 nanoseconds.
110- Weight :: from_ref_time ( 110_644_000 )
109+ // Minimum execution time: 117_697 nanoseconds.
110+ Weight :: from_ref_time ( 121_765_000 )
111111 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 15 ) )
112112 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 10 ) )
113113 }
@@ -117,15 +117,15 @@ impl<T: frame_system::Config> pallet_fast_unstake::WeightInfo for WeightInfo<T>
117117 // Storage: FastUnstake Head (r:1 w:0)
118118 // Storage: FastUnstake CounterForQueue (r:1 w:1)
119119 fn deregister ( ) -> Weight {
120- // Minimum execution time: 43_608 nanoseconds.
121- Weight :: from_ref_time ( 44_278_000 )
120+ // Minimum execution time: 43_159 nanoseconds.
121+ Weight :: from_ref_time ( 44_550_000 )
122122 . saturating_add ( T :: DbWeight :: get ( ) . reads ( 5 ) )
123123 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 2 ) )
124124 }
125125 // Storage: FastUnstake ErasToCheckPerBlock (r:0 w:1)
126126 fn control ( ) -> Weight {
127- // Minimum execution time: 4_091 nanoseconds.
128- Weight :: from_ref_time ( 4_285_000 )
127+ // Minimum execution time: 3_898 nanoseconds.
128+ Weight :: from_ref_time ( 4_344_000 )
129129 . saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 ) )
130130 }
131131}
0 commit comments