1818//! Autogenerated weights for orml_tokens
1919//!
2020//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
21- //! DATE: 2022-10-17 , STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
21+ //! DATE: 2022-11-25 , STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
2222//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024
2323
2424// Executed Command:
@@ -45,40 +45,45 @@ use frame_support::{traits::Get, weights::Weight};
4545/// Weight functions for orml_tokens (automatically generated)
4646pub struct WeightInfo < T > ( PhantomData < T > ) ;
4747impl < T : frame_system:: Config > orml_tokens:: WeightInfo for WeightInfo < T > {
48+ // Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
4849 // Storage: Tokens Accounts (r:2 w:2)
4950 // Storage: System Account (r:1 w:1)
5051 fn transfer ( ) -> Weight {
51- ( 47_920_000 as Weight )
52- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 3 as Weight ) )
53- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 3 as Weight ) )
52+ ( 67_361_000 as Weight )
53+ . saturating_add ( T :: DbWeight :: get ( ) . reads ( 4 as Weight ) )
54+ . saturating_add ( T :: DbWeight :: get ( ) . writes ( 4 as Weight ) )
5455 }
56+ // Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
5557 // Storage: Tokens Accounts (r:2 w:2)
5658 // Storage: System Account (r:1 w:1)
5759 fn transfer_all ( ) -> Weight {
58- ( 58_860_000 as Weight )
59- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 3 as Weight ) )
60- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 3 as Weight ) )
60+ ( 79_580_000 as Weight )
61+ . saturating_add ( T :: DbWeight :: get ( ) . reads ( 4 as Weight ) )
62+ . saturating_add ( T :: DbWeight :: get ( ) . writes ( 4 as Weight ) )
6163 }
64+ // Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
6265 // Storage: Tokens Accounts (r:2 w:2)
6366 // Storage: System Account (r:1 w:1)
6467 fn transfer_keep_alive ( ) -> Weight {
65- ( 51_660_000 as Weight )
66- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 3 as Weight ) )
67- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 3 as Weight ) )
68+ ( 68_240_000 as Weight )
69+ . saturating_add ( T :: DbWeight :: get ( ) . reads ( 4 as Weight ) )
70+ . saturating_add ( T :: DbWeight :: get ( ) . writes ( 4 as Weight ) )
6871 }
72+ // Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
6973 // Storage: Tokens Accounts (r:2 w:2)
7074 // Storage: System Account (r:2 w:1)
7175 fn force_transfer ( ) -> Weight {
72- ( 57_860_000 as Weight )
73- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 4 as Weight ) )
74- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 3 as Weight ) )
76+ ( 74_910_000 as Weight )
77+ . saturating_add ( T :: DbWeight :: get ( ) . reads ( 5 as Weight ) )
78+ . saturating_add ( T :: DbWeight :: get ( ) . writes ( 4 as Weight ) )
7579 }
80+ // Storage: unknown [0x3a7472616e73616374696f6e5f6c6576656c3a] (r:1 w:1)
7681 // Storage: Tokens Accounts (r:1 w:1)
7782 // Storage: Tokens TotalIssuance (r:1 w:1)
7883 // Storage: System Account (r:1 w:1)
7984 fn set_balance ( ) -> Weight {
80- ( 41_780_000 as Weight )
81- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 3 as Weight ) )
82- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 3 as Weight ) )
85+ ( 58_480_000 as Weight )
86+ . saturating_add ( T :: DbWeight :: get ( ) . reads ( 4 as Weight ) )
87+ . saturating_add ( T :: DbWeight :: get ( ) . writes ( 4 as Weight ) )
8388 }
8489}
0 commit comments