1
1
2
2
//! Autogenerated weights for pallet_address_associations
3
3
//!
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: `[]`
6
6
//! WORST CASE MAP SIZE: `1000000`
7
7
//! HOSTNAME: `Nikolaoss-MacBook-Pro.local`, CPU: `<UNKNOWN>`
8
8
//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
13
13
// benchmark
14
14
// pallet
15
15
// --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
17
17
// --pallet
18
18
// pallet_address_associations
19
19
// --extrinsic
22
22
// --repeat=200
23
23
// --wasm-execution=compiled
24
24
// --output
25
- // toolkit/pallets/ address-associations/src/weights.rs
25
+ // toolkit/address-associations/pallet /src/weights.rs
26
26
// --template
27
27
// .maintain/frame-weight-template.hbs
28
28
@@ -45,15 +45,17 @@ impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
45
45
/// Storage: `Sidechain::GenesisUtxo` (r:1 w:0)
46
46
/// Proof: `Sidechain::GenesisUtxo` (`max_values`: Some(1), `max_size`: Some(34), added: 529, mode: `MaxEncodedLen`)
47
47
/// 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`)
49
51
fn associate_address ( ) -> Weight {
50
52
// 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 ) )
57
59
}
58
60
}
59
61
@@ -62,14 +64,16 @@ impl WeightInfo for () {
62
64
/// Storage: `Sidechain::GenesisUtxo` (r:1 w:0)
63
65
/// Proof: `Sidechain::GenesisUtxo` (`max_values`: Some(1), `max_size`: Some(34), added: 529, mode: `MaxEncodedLen`)
64
66
/// 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`)
66
70
fn associate_address ( ) -> Weight {
67
71
// 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 ) )
74
78
}
75
79
}
0 commit comments