Skip to content

Commit

Permalink
fix weights
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Sep 20, 2024
1 parent 46d4173 commit 15fcb08
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pallets/parachain-staking/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -925,28 +925,6 @@ impl WeightInfo for () {
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: ParachainStaking ParachainBondInfo (r:1 w:1)
/// Proof Skipped: ParachainStaking ParachainBondInfo (max_values: Some(1), max_size: None, mode: Measured)
fn set_parachain_bond_account() -> Weight {
// Proof Size summary in bytes:
// Measured: `6`
// Estimated: `1491`
// Minimum execution time: 14_675_000 picoseconds.
Weight::from_parts(15_094_000, 1491)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: ParachainStaking ParachainBondInfo (r:1 w:1)
/// Proof Skipped: ParachainStaking ParachainBondInfo (max_values: Some(1), max_size: None, mode: Measured)
fn set_parachain_bond_reserve_percent() -> Weight {
// Proof Size summary in bytes:
// Measured: `6`
// Estimated: `1491`
// Minimum execution time: 13_898_000 picoseconds.
Weight::from_parts(14_492_000, 1491)
.saturating_add(RocksDbWeight::get().reads(1_u64))
.saturating_add(RocksDbWeight::get().writes(1_u64))
}
/// Storage: ParachainStaking TotalSelected (r:1 w:1)
/// Proof Skipped: ParachainStaking TotalSelected (max_values: Some(1), max_size: None, mode: Measured)
fn set_total_selected() -> Weight {
Expand Down

0 comments on commit 15fcb08

Please sign in to comment.