Skip to content

Commit f66843a

Browse files
committed
Refresh the balance transfer check weight
Signed-off-by: linning <linningde25@gmail.com>
1 parent 5b90e49 commit f66843a

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

crates/subspace-runtime-primitives/src/weights/balance_transfer_check_extension.rs

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! Autogenerated weights for `balance_transfer_check_extension`
33
//!
44
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 46.2.0
5-
//! DATE: 2025-07-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
5+
//! DATE: 2025-07-11, STEPS: `250`, REPEAT: `100`, LOW RANGE: `[]`, HIGH RANGE: `[]`
66
//! WORST CASE MAP SIZE: `1000000`
77
//! HOSTNAME: `protocol-team-testing`, CPU: `AMD Ryzen 5 3600 6-Core Processor`
88
//! WASM-EXECUTION: `Compiled`, CHAIN: `None`, DB CACHE: 1024
@@ -15,8 +15,8 @@
1515
// --extrinsic=*
1616
// --wasm-execution=compiled
1717
// --genesis-builder=none
18-
// --steps=50
19-
// --repeat=20
18+
// --steps=250
19+
// --repeat=100
2020
// --heap-pages=4096
2121
// --pallet=balance_transfer_check_extension
2222
// --output=./crates/subspace-runtime-primitives/src/weights/balance_transfer_check_extension.rs
@@ -35,13 +35,15 @@ impl<T: frame_system::Config> crate::extension::WeightInfo for WeightInfo<T> {
3535
/// Storage: `RuntimeConfigs::EnableBalanceTransfers` (r:1 w:0)
3636
/// Proof: `RuntimeConfigs::EnableBalanceTransfers` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`)
3737
/// The range of component `c` is `[0, 5000]`.
38-
fn balance_transfer_check_multiple(_c: u32, ) -> Weight {
38+
fn balance_transfer_check_multiple(c: u32, ) -> Weight {
3939
// Proof Size summary in bytes:
4040
// Measured: `0`
4141
// Estimated: `1486`
42-
// Minimum execution time: 1_300_000 picoseconds.
43-
Weight::from_parts(1_444_223, 0)
42+
// Minimum execution time: 1_280_000 picoseconds.
43+
Weight::from_parts(1_406_119, 0)
4444
.saturating_add(Weight::from_parts(0, 1486))
45+
// Standard Error: 0
46+
.saturating_add(Weight::from_parts(5, 0).saturating_mul(c.into()))
4547
.saturating_add(T::DbWeight::get().reads(1))
4648
}
4749
/// Storage: `RuntimeConfigs::EnableBalanceTransfers` (r:1 w:0)
@@ -51,11 +53,11 @@ impl<T: frame_system::Config> crate::extension::WeightInfo for WeightInfo<T> {
5153
// Proof Size summary in bytes:
5254
// Measured: `0`
5355
// Estimated: `1486`
54-
// Minimum execution time: 1_290_000 picoseconds.
55-
Weight::from_parts(1_383_921, 0)
56+
// Minimum execution time: 1_299_000 picoseconds.
57+
Weight::from_parts(1_401_176, 0)
5658
.saturating_add(Weight::from_parts(0, 1486))
5759
// Standard Error: 0
58-
.saturating_add(Weight::from_parts(7, 0).saturating_mul(c.into()))
60+
.saturating_add(Weight::from_parts(12, 0).saturating_mul(c.into()))
5961
.saturating_add(T::DbWeight::get().reads(1))
6062
}
6163
/// Storage: `RuntimeConfigs::EnableBalanceTransfers` (r:1 w:0)
@@ -65,11 +67,11 @@ impl<T: frame_system::Config> crate::extension::WeightInfo for WeightInfo<T> {
6567
// Proof Size summary in bytes:
6668
// Measured: `0`
6769
// Estimated: `1486`
68-
// Minimum execution time: 1_300_000 picoseconds.
69-
Weight::from_parts(1_392_447, 0)
70+
// Minimum execution time: 1_290_000 picoseconds.
71+
Weight::from_parts(1_413_516, 0)
7072
.saturating_add(Weight::from_parts(0, 1486))
7173
// Standard Error: 0
72-
.saturating_add(Weight::from_parts(3, 0).saturating_mul(c.into()))
74+
.saturating_add(Weight::from_parts(6, 0).saturating_mul(c.into()))
7375
.saturating_add(T::DbWeight::get().reads(1))
7476
}
7577
}

0 commit comments

Comments
 (0)