27
27
//! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: `1024`
28
28
29
29
// Executed Command:
30
- // ./ scripts/../target/bench-dev/frequency
30
+ // scripts/../target/bench-dev/frequency
31
31
// benchmark
32
32
// pallet
33
33
// --pallet=frame_system_extensions
36
36
// --heap-pages=4096
37
37
// --steps=50
38
38
// --repeat=20
39
- // --output=./ scripts/../runtime/common/src/weights
40
- // --template=./ scripts/../.maintain/frame-system-extensions-weight-template.hbs
39
+ // --output=scripts/../runtime/common/src/weights
40
+ // --template=scripts/../.maintain/frame-system-extensions-weight-template.hbs
41
41
// --additional-trie-layers=3
42
- // --runtime=./ scripts/../target/bench-dev/wbuild/frequency-runtime/frequency_runtime.wasm
42
+ // --runtime=scripts/../target/bench-dev/wbuild/frequency-runtime/frequency_runtime.wasm
43
43
// --genesis-builder=runtime
44
44
45
45
#![ cfg_attr( rustfmt, rustfmt_skip) ]
@@ -66,7 +66,7 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo<
66
66
// Measured: `68`
67
67
// Estimated: `0`
68
68
// Minimum execution time: 5_000_000 picoseconds.
69
- Weight :: from_parts ( 6_000_000 , 0 )
69
+ Weight :: from_parts ( 5_000_000 , 0 )
70
70
}
71
71
fn check_mortality_immortal_transaction ( ) -> Weight {
72
72
// Proof Size summary in bytes:
@@ -105,13 +105,13 @@ impl<T: frame_system::Config> frame_system::ExtensionsWeightInfo for WeightInfo<
105
105
// Measured: `0`
106
106
// Estimated: `0`
107
107
// Minimum execution time: 0_000 picoseconds.
108
- Weight :: from_parts ( 0 , 0 )
108
+ Weight :: from_parts ( 1_000_000 , 0 )
109
109
}
110
110
fn check_weight ( ) -> Weight {
111
111
// Proof Size summary in bytes:
112
112
// Measured: `0`
113
113
// Estimated: `0`
114
- // Minimum execution time: 3_000_000 picoseconds.
114
+ // Minimum execution time: 4_000_000 picoseconds.
115
115
Weight :: from_parts ( 4_000_000 , 0 )
116
116
}
117
117
fn weight_reclaim ( ) -> Weight {
0 commit comments