Skip to content

Commit

Permalink
rebenchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
Roznovjak committed Dec 6, 2023
1 parent e390213 commit 661fd08
Show file tree
Hide file tree
Showing 25 changed files with 705 additions and 646 deletions.
20 changes: 10 additions & 10 deletions runtime/basilisk/src/weights/asset_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
// --heap-pages=4096
// --template=.maintain/pallet-weight-template-no-back.hbs
// --pallet=pallet-asset-registry
// --output=asset_registry.rs
// --extrinsic=*s
// --output=weights-1.1.0/asset_registry.rs
// --extrinsic=*

#![allow(unused_parens)]
#![allow(unused_imports)]
Expand Down Expand Up @@ -68,8 +68,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `305`
// Estimated: `4087`
// Minimum execution time: 45_625_000 picoseconds.
Weight::from_parts(46_100_000, 4087)
// Minimum execution time: 46_391_000 picoseconds.
Weight::from_parts(47_096_000, 4087)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(6_u64))
}
Expand All @@ -81,8 +81,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `372`
// Estimated: `3552`
// Minimum execution time: 28_171_000 picoseconds.
Weight::from_parts(28_550_000, 3552)
// Minimum execution time: 28_884_000 picoseconds.
Weight::from_parts(29_304_000, 3552)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -94,8 +94,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `300`
// Estimated: `3552`
// Minimum execution time: 21_215_000 picoseconds.
Weight::from_parts(21_570_000, 3552)
// Minimum execution time: 21_653_000 picoseconds.
Weight::from_parts(21_923_000, 3552)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -109,8 +109,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `274`
// Estimated: `4087`
// Minimum execution time: 25_687_000 picoseconds.
Weight::from_parts(26_165_000, 4087)
// Minimum execution time: 26_980_000 picoseconds.
Weight::from_parts(27_406_000, 4087)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
Expand Down
38 changes: 19 additions & 19 deletions runtime/basilisk/src/weights/balances.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// --heap-pages=4096
// --template=.maintain/pallet-weight-template-no-back.hbs
// --pallet=pallet-balances
// --output=balances.rs
// --output=weights-1.1.0/balances.rs
// --extrinsic=*

#![allow(unused_parens)]
Expand All @@ -58,8 +58,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `52`
// Estimated: `3593`
// Minimum execution time: 94_312_000 picoseconds.
Weight::from_parts(94_997_000, 3593)
// Minimum execution time: 97_341_000 picoseconds.
Weight::from_parts(98_092_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -69,8 +69,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `52`
// Estimated: `3593`
// Minimum execution time: 58_383_000 picoseconds.
Weight::from_parts(58_854_000, 3593)
// Minimum execution time: 60_573_000 picoseconds.
Weight::from_parts(61_238_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -80,8 +80,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `103`
// Estimated: `3593`
// Minimum execution time: 22_199_000 picoseconds.
Weight::from_parts(22_606_000, 3593)
// Minimum execution time: 23_050_000 picoseconds.
Weight::from_parts(23_439_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -91,8 +91,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `103`
// Estimated: `3593`
// Minimum execution time: 32_559_000 picoseconds.
Weight::from_parts(33_065_000, 3593)
// Minimum execution time: 33_216_000 picoseconds.
Weight::from_parts(33_836_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -102,8 +102,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `155`
// Estimated: `6196`
// Minimum execution time: 96_355_000 picoseconds.
Weight::from_parts(97_436_000, 6196)
// Minimum execution time: 100_377_000 picoseconds.
Weight::from_parts(100_813_000, 6196)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
Expand All @@ -113,8 +113,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `52`
// Estimated: `3593`
// Minimum execution time: 72_785_000 picoseconds.
Weight::from_parts(73_250_000, 3593)
// Minimum execution time: 74_755_000 picoseconds.
Weight::from_parts(75_577_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -124,8 +124,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `103`
// Estimated: `3593`
// Minimum execution time: 26_062_000 picoseconds.
Weight::from_parts(26_459_000, 3593)
// Minimum execution time: 26_716_000 picoseconds.
Weight::from_parts(27_432_000, 3593)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -136,10 +136,10 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `0 + u * (135 ±0)`
// Estimated: `990 + u * (2603 ±0)`
// Minimum execution time: 25_584_000 picoseconds.
Weight::from_parts(25_910_000, 990)
// Standard Error: 18_519
.saturating_add(Weight::from_parts(18_722_929, 0).saturating_mul(u.into()))
// Minimum execution time: 26_372_000 picoseconds.
Weight::from_parts(26_734_000, 990)
// Standard Error: 19_513
.saturating_add(Weight::from_parts(19_513_626, 0).saturating_mul(u.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into())))
.saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into()))
Expand Down
66 changes: 33 additions & 33 deletions runtime/basilisk/src/weights/collator_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// --heap-pages=4096
// --template=.maintain/pallet-weight-template-no-back.hbs
// --pallet=pallet-collator-selection
// --output=collator-selection.rs
// --output=weights-1.1.0/collator_selection.rs
// --extrinsic=*

#![allow(unused_parens)]
Expand All @@ -61,10 +61,10 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `205 + b * (79 ±0)`
// Estimated: `1194 + b * (2554 ±0)`
// Minimum execution time: 20_003_000 picoseconds.
Weight::from_parts(19_434_796, 1194)
// Standard Error: 8_500
.saturating_add(Weight::from_parts(3_393_309, 0).saturating_mul(b.into()))
// Minimum execution time: 20_642_000 picoseconds.
Weight::from_parts(19_678_835, 1194)
// Standard Error: 8_717
.saturating_add(Weight::from_parts(3_466_810, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(1_u64))
.saturating_add(Weight::from_parts(0, 2554).saturating_mul(b.into()))
Expand All @@ -83,12 +83,12 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `853 + b * (42 ±0) + c * (48 ±0)`
// Estimated: `4355 + b * (42 ±0) + c * (46 ±0)`
// Minimum execution time: 59_051_000 picoseconds.
Weight::from_parts(58_541_609, 4355)
// Standard Error: 3_691
.saturating_add(Weight::from_parts(143_482, 0).saturating_mul(b.into()))
// Standard Error: 9_906
.saturating_add(Weight::from_parts(29_227, 0).saturating_mul(c.into()))
// Minimum execution time: 59_791_000 picoseconds.
Weight::from_parts(58_869_820, 4355)
// Standard Error: 4_211
.saturating_add(Weight::from_parts(159_294, 0).saturating_mul(b.into()))
// Standard Error: 11_302
.saturating_add(Weight::from_parts(46_107, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
.saturating_add(Weight::from_parts(0, 42).saturating_mul(b.into()))
Expand All @@ -103,10 +103,10 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `186 + b * (32 ±0)`
// Estimated: `3086`
// Minimum execution time: 21_512_000 picoseconds.
Weight::from_parts(21_988_308, 3086)
// Standard Error: 1_110
.saturating_add(Weight::from_parts(49_065, 0).saturating_mul(b.into()))
// Minimum execution time: 21_930_000 picoseconds.
Weight::from_parts(22_391_375, 3086)
// Standard Error: 1_204
.saturating_add(Weight::from_parts(46_963, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -116,17 +116,17 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 11_074_000 picoseconds.
Weight::from_parts(11_287_000, 0).saturating_add(T::DbWeight::get().writes(1_u64))
// Minimum execution time: 11_158_000 picoseconds.
Weight::from_parts(11_428_000, 0).saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: `CollatorSelection::CandidacyBond` (r:0 w:1)
/// Proof: `CollatorSelection::CandidacyBond` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
fn set_candidacy_bond() -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 11_109_000 picoseconds.
Weight::from_parts(11_327_000, 0).saturating_add(T::DbWeight::get().writes(1_u64))
// Minimum execution time: 11_250_000 picoseconds.
Weight::from_parts(11_503_000, 0).saturating_add(T::DbWeight::get().writes(1_u64))
}
/// Storage: `CollatorSelection::Candidates` (r:1 w:1)
/// Proof: `CollatorSelection::Candidates` (`max_values`: Some(1), `max_size`: Some(961), added: 1456, mode: `MaxEncodedLen`)
Expand All @@ -145,10 +145,10 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `621 + c * (61 ±0)`
// Estimated: `4091 + c * (61 ±0)`
// Minimum execution time: 56_478_000 picoseconds.
Weight::from_parts(57_208_356, 4091)
// Standard Error: 5_047
.saturating_add(Weight::from_parts(222_993, 0).saturating_mul(c.into()))
// Minimum execution time: 57_862_000 picoseconds.
Weight::from_parts(58_635_556, 4091)
// Standard Error: 4_827
.saturating_add(Weight::from_parts(158_468, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(5_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
.saturating_add(Weight::from_parts(0, 61).saturating_mul(c.into()))
Expand All @@ -164,10 +164,10 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `448 + c * (47 ±0)`
// Estimated: `3086`
// Minimum execution time: 44_774_000 picoseconds.
Weight::from_parts(45_530_581, 3086)
// Standard Error: 4_485
.saturating_add(Weight::from_parts(58_140, 0).saturating_mul(c.into()))
// Minimum execution time: 45_364_000 picoseconds.
Weight::from_parts(46_297_183, 3086)
// Standard Error: 6_548
.saturating_add(Weight::from_parts(81_304, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
Expand All @@ -181,8 +181,8 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `102`
// Estimated: `6196`
// Minimum execution time: 61_435_000 picoseconds.
Weight::from_parts(62_001_000, 6196)
// Minimum execution time: 62_641_000 picoseconds.
Weight::from_parts(63_217_000, 6196)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(4_u64))
}
Expand All @@ -202,10 +202,10 @@ impl<T: frame_system::Config> WeightInfo for BasiliskWeight<T> {
// Proof Size summary in bytes:
// Measured: `312 + c * (98 ±0) + r * (117 ±0)`
// Estimated: `3086 + c * (2519 ±0) + r * (2603 ±0)`
// Minimum execution time: 27_497_000 picoseconds.
Weight::from_parts(27_712_000, 3086)
// Standard Error: 677_178
.saturating_add(Weight::from_parts(16_993_511, 0).saturating_mul(c.into()))
// Minimum execution time: 28_271_000 picoseconds.
Weight::from_parts(28_435_000, 3086)
// Standard Error: 692_426
.saturating_add(Weight::from_parts(17_239_787, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
.saturating_add(T::DbWeight::get().writes(1_u64))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into())))
Expand Down
Loading

0 comments on commit 661fd08

Please sign in to comment.