11
22//! Autogenerated weights for pallet_address_associations
33//!
4- //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 46 .0.0
5- //! DATE: 2025-02-11 , STEPS: `500`, REPEAT: `200`, LOW RANGE: `[]`, HIGH RANGE: `[]`
4+ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 47 .0.0
5+ //! DATE: 2025-06-24 , STEPS: `500`, REPEAT: `200`, LOW RANGE: `[]`, HIGH RANGE: `[]`
66//! WORST CASE MAP SIZE: `1000000`
77//! HOSTNAME: `Nikolaoss-MacBook-Pro.local`, CPU: `<UNKNOWN>`
88//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
1313// benchmark
1414// pallet
1515// --runtime
16- // target/release/wbuild/sidechain- runtime/sidechain_runtime .compact.compressed.wasm
16+ // target/release/wbuild/partner-chains-demo- runtime/partner_chains_demo_runtime .compact.compressed.wasm
1717// --pallet
1818// pallet_address_associations
1919// --extrinsic
2222// --repeat=200
2323// --wasm-execution=compiled
2424// --output
25- // toolkit/pallets/ address-associations/src/weights.rs
25+ // toolkit/address-associations/pallet /src/weights.rs
2626// --template
2727// .maintain/frame-weight-template.hbs
2828
@@ -45,15 +45,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
4545 /// Storage: `Sidechain::GenesisUtxo` (r:1 w:0)
4646 /// Proof: `Sidechain::GenesisUtxo` (`max_values`: Some(1), `max_size`: Some(34), added: 529, mode: `MaxEncodedLen`)
4747 /// Storage: `AddressAssociations::AddressAssociations` (r:1 w:1)
48- /// Proof: `AddressAssociations::AddressAssociations` (`max_values`: None, `max_size`: Some(170), added: 2645, mode: `MaxEncodedLen`)
48+ /// Proof: `AddressAssociations::AddressAssociations` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`)
49+ /// Storage: `System::Account` (r:1 w:1)
50+ /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
4951 fn associate_address ( ) -> Weight {
5052 // Proof Size summary in bytes:
51- // Measured: `96 `
52- // Estimated: `3635 `
53- // Minimum execution time: 45_000_000 picoseconds.
54- Weight :: from_parts ( 47_000_000 , 3635 )
55- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 2_u64 ) )
56- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 1_u64 ) )
53+ // Measured: `197 `
54+ // Estimated: `3593 `
55+ // Minimum execution time: 84_000_000 picoseconds.
56+ Weight :: from_parts ( 85_000_000 , 3593 )
57+ . saturating_add ( T :: DbWeight :: get ( ) . reads ( 3_u64 ) )
58+ . saturating_add ( T :: DbWeight :: get ( ) . writes ( 2_u64 ) )
5759 }
5860}
5961
@@ -62,14 +64,16 @@ impl WeightInfo for () {
6264 /// Storage: `Sidechain::GenesisUtxo` (r:1 w:0)
6365 /// Proof: `Sidechain::GenesisUtxo` (`max_values`: Some(1), `max_size`: Some(34), added: 529, mode: `MaxEncodedLen`)
6466 /// Storage: `AddressAssociations::AddressAssociations` (r:1 w:1)
65- /// Proof: `AddressAssociations::AddressAssociations` (`max_values`: None, `max_size`: Some(170), added: 2645, mode: `MaxEncodedLen`)
67+ /// Proof: `AddressAssociations::AddressAssociations` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`)
68+ /// Storage: `System::Account` (r:1 w:1)
69+ /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
6670 fn associate_address ( ) -> Weight {
6771 // Proof Size summary in bytes:
68- // Measured: `96 `
69- // Estimated: `3635 `
70- // Minimum execution time: 45_000_000 picoseconds.
71- Weight :: from_parts ( 47_000_000 , 3635 )
72- . saturating_add ( RocksDbWeight :: get ( ) . reads ( 2_u64 ) )
73- . saturating_add ( RocksDbWeight :: get ( ) . writes ( 1_u64 ) )
72+ // Measured: `197 `
73+ // Estimated: `3593 `
74+ // Minimum execution time: 84_000_000 picoseconds.
75+ Weight :: from_parts ( 85_000_000 , 3593 )
76+ . saturating_add ( RocksDbWeight :: get ( ) . reads ( 3_u64 ) )
77+ . saturating_add ( RocksDbWeight :: get ( ) . writes ( 2_u64 ) )
7478 }
7579}
0 commit comments