Skip to content

Commit

Permalink
Auto-update pallet weights
Browse files Browse the repository at this point in the history
  • Loading branch information
gluwa-bot committed Aug 12, 2024
1 parent 6e6e23c commit 4f88793
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 68 deletions.
114 changes: 56 additions & 58 deletions pallets/creditcoin/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-08-12, STEPS: `8`, REPEAT: `8`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `github-runner-10355058378-attempt-2`, CPU: `AMD EPYC 7452 32-Core Processor`
//! HOSTNAME: `github-runner-10359020939-attempt-1`, CPU: `AMD EPYC 7763 64-Core Processor`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024

// Executed Command:
Expand Down Expand Up @@ -40,11 +40,11 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 400_000 picoseconds.
Weight::from_parts(500_000, 0)
// Minimum execution time: 300_000 picoseconds.
Weight::from_parts(421_464, 0)
.saturating_add(Weight::from_parts(0, 0))
// Standard Error: 8_451
.saturating_add(Weight::from_parts(25_000, 0).saturating_mul(t.into()))
// Standard Error: 27_097
.saturating_add(Weight::from_parts(128_535, 0).saturating_mul(t.into()))
}
/// Storage: unknown `0xd766358cca00233e6155d7c14e2c085f5e0621c4869aa60c02be9adcc98a0d1d` (r:1025 w:1024)
/// Proof Skipped: unknown `0xd766358cca00233e6155d7c14e2c085f5e0621c4869aa60c02be9adcc98a0d1d` (r:1025 w:1024)
Expand All @@ -55,11 +55,11 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `153 + t * (53 ±0)`
// Estimated: `3600 + t * (2529 ±0)`
// Minimum execution time: 16_301_000 picoseconds.
Weight::from_parts(16_500_000, 0)
// Minimum execution time: 14_300_000 picoseconds.
Weight::from_parts(14_300_000, 0)
.saturating_add(Weight::from_parts(0, 3600))
// Standard Error: 97_640
.saturating_add(Weight::from_parts(12_820_930, 0).saturating_mul(t.into()))
// Standard Error: 94_215
.saturating_add(Weight::from_parts(11_490_205, 0).saturating_mul(t.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into())))
.saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(t.into())))
Expand All @@ -78,21 +78,19 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
/// The range of component `o` is `[0, 255]`.
/// The range of component `d` is `[0, 255]`.
/// The range of component `f` is `[0, 255]`.
fn on_initialize(a: u32, b: u32, o: u32, _d: u32, f: u32, ) -> Weight {
fn on_initialize(a: u32, b: u32, o: u32, _d: u32, _f: u32, ) -> Weight {
// Proof Size summary in bytes:
// Measured: `201 + a * (69 ±0) + b * (69 ±0) + o * (69 ±0)`
// Estimated: `5244 + a * (2923 ±0) + o * (2890 ±0) + b * (2923 ±0)`
// Minimum execution time: 685_925_000 picoseconds.
Weight::from_parts(10_211_697, 0)
// Estimated: `5244 + o * (2890 ±0) + a * (2923 ±0) + b * (2923 ±0)`
// Minimum execution time: 594_602_000 picoseconds.
Weight::from_parts(598_002_000, 0)
.saturating_add(Weight::from_parts(0, 5244))
// Standard Error: 11_276
.saturating_add(Weight::from_parts(1_358_203, 0).saturating_mul(a.into()))
// Standard Error: 11_276
.saturating_add(Weight::from_parts(1_379_319, 0).saturating_mul(b.into()))
// Standard Error: 11_276
.saturating_add(Weight::from_parts(1_370_266, 0).saturating_mul(o.into()))
// Standard Error: 11_276
.saturating_add(Weight::from_parts(21_424, 0).saturating_mul(f.into()))
// Standard Error: 45_972
.saturating_add(Weight::from_parts(649_284, 0).saturating_mul(a.into()))
// Standard Error: 45_972
.saturating_add(Weight::from_parts(640_397, 0).saturating_mul(b.into()))
// Standard Error: 45_972
.saturating_add(Weight::from_parts(649_080, 0).saturating_mul(o.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into())))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into())))
Expand All @@ -101,8 +99,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(o.into())))
.saturating_add(Weight::from_parts(0, 2923).saturating_mul(a.into()))
.saturating_add(Weight::from_parts(0, 2890).saturating_mul(o.into()))
.saturating_add(Weight::from_parts(0, 2923).saturating_mul(a.into()))
.saturating_add(Weight::from_parts(0, 2923).saturating_mul(b.into()))
}
/// Storage: Creditcoin Addresses (r:1 w:1)
Expand All @@ -111,8 +109,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `4062`
// Minimum execution time: 95_104_000 picoseconds.
Weight::from_parts(98_004_000, 0)
// Minimum execution time: 90_600_000 picoseconds.
Weight::from_parts(92_300_000, 0)
.saturating_add(Weight::from_parts(0, 4062))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -127,8 +125,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `288`
// Estimated: `8607`
// Minimum execution time: 91_604_000 picoseconds.
Weight::from_parts(93_004_000, 0)
// Minimum execution time: 81_301_000 picoseconds.
Weight::from_parts(83_101_000, 0)
.saturating_add(Weight::from_parts(0, 8607))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
Expand All @@ -143,8 +141,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `206`
// Estimated: `11714`
// Minimum execution time: 48_102_000 picoseconds.
Weight::from_parts(49_702_000, 0)
// Minimum execution time: 45_100_000 picoseconds.
Weight::from_parts(47_400_000, 0)
.saturating_add(Weight::from_parts(0, 11714))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
Expand All @@ -159,8 +157,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `206`
// Estimated: `11714`
// Minimum execution time: 48_401_000 picoseconds.
Weight::from_parts(49_602_000, 0)
// Minimum execution time: 44_900_000 picoseconds.
Weight::from_parts(46_500_000, 0)
.saturating_add(Weight::from_parts(0, 11714))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
Expand All @@ -175,8 +173,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `580`
// Estimated: `11706`
// Minimum execution time: 46_801_000 picoseconds.
Weight::from_parts(48_202_000, 0)
// Minimum execution time: 43_001_000 picoseconds.
Weight::from_parts(44_500_000, 0)
.saturating_add(Weight::from_parts(0, 11706))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -195,8 +193,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `854`
// Estimated: `17288`
// Minimum execution time: 60_902_000 picoseconds.
Weight::from_parts(61_802_000, 0)
// Minimum execution time: 55_900_000 picoseconds.
Weight::from_parts(57_301_000, 0)
.saturating_add(Weight::from_parts(0, 17288))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -207,8 +205,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `3513`
// Minimum execution time: 14_701_000 picoseconds.
Weight::from_parts(15_301_000, 0)
// Minimum execution time: 13_200_000 picoseconds.
Weight::from_parts(13_900_000, 0)
.saturating_add(Weight::from_parts(0, 3513))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -223,8 +221,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `290`
// Estimated: `7965`
// Minimum execution time: 46_102_000 picoseconds.
Weight::from_parts(46_502_000, 0)
// Minimum execution time: 41_700_000 picoseconds.
Weight::from_parts(42_701_000, 0)
.saturating_add(Weight::from_parts(0, 7965))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
Expand All @@ -239,8 +237,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `290`
// Estimated: `7965`
// Minimum execution time: 33_801_000 picoseconds.
Weight::from_parts(34_601_000, 0)
// Minimum execution time: 31_400_000 picoseconds.
Weight::from_parts(32_001_000, 0)
.saturating_add(Weight::from_parts(0, 7965))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -257,8 +255,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1039`
// Estimated: `14096`
// Minimum execution time: 65_003_000 picoseconds.
Weight::from_parts(66_002_000, 0)
// Minimum execution time: 60_000_000 picoseconds.
Weight::from_parts(60_801_000, 0)
.saturating_add(Weight::from_parts(0, 14096))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
Expand All @@ -269,8 +267,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `540`
// Estimated: `4089`
// Minimum execution time: 31_602_000 picoseconds.
Weight::from_parts(32_301_000, 0)
// Minimum execution time: 29_300_000 picoseconds.
Weight::from_parts(29_900_000, 0)
.saturating_add(Weight::from_parts(0, 4089))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -287,8 +285,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `684`
// Estimated: `20652`
// Minimum execution time: 64_302_000 picoseconds.
Weight::from_parts(66_003_000, 0)
// Minimum execution time: 59_700_000 picoseconds.
Weight::from_parts(61_000_000, 0)
.saturating_add(Weight::from_parts(0, 20652))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -305,8 +303,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `684`
// Estimated: `20652`
// Minimum execution time: 64_603_000 picoseconds.
Weight::from_parts(65_602_000, 0)
// Minimum execution time: 58_500_000 picoseconds.
Weight::from_parts(60_201_000, 0)
.saturating_add(Weight::from_parts(0, 20652))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -323,8 +321,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1141`
// Estimated: `14096`
// Minimum execution time: 67_102_000 picoseconds.
Weight::from_parts(68_103_000, 0)
// Minimum execution time: 61_000_000 picoseconds.
Weight::from_parts(62_500_000, 0)
.saturating_add(Weight::from_parts(0, 14096))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(2))
Expand All @@ -339,8 +337,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `699`
// Estimated: `9644`
// Minimum execution time: 47_301_000 picoseconds.
Weight::from_parts(48_102_000, 0)
// Minimum execution time: 43_500_000 picoseconds.
Weight::from_parts(44_400_000, 0)
.saturating_add(Weight::from_parts(0, 9644))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -361,8 +359,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `413`
// Estimated: `24422`
// Minimum execution time: 167_006_000 picoseconds.
Weight::from_parts(170_506_000, 0)
// Minimum execution time: 156_200_000 picoseconds.
Weight::from_parts(159_800_000, 0)
.saturating_add(Weight::from_parts(0, 24422))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(4))
Expand All @@ -373,8 +371,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `150`
// Estimated: `3513`
// Minimum execution time: 19_300_000 picoseconds.
Weight::from_parts(20_000_000, 0)
// Minimum execution time: 17_100_000 picoseconds.
Weight::from_parts(17_600_000, 0)
.saturating_add(Weight::from_parts(0, 3513))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -385,8 +383,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `4062`
// Minimum execution time: 94_604_000 picoseconds.
Weight::from_parts(99_003_000, 0)
// Minimum execution time: 89_001_000 picoseconds.
Weight::from_parts(92_400_000, 0)
.saturating_add(Weight::from_parts(0, 4062))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
Expand Down
10 changes: 5 additions & 5 deletions pallets/offchain-task-scheduler/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-08-12, STEPS: `50`, REPEAT: `30`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `github-runner-10355058378-attempt-2`, CPU: `AMD EPYC 7452 32-Core Processor`
//! HOSTNAME: `github-runner-10359020939-attempt-1`, CPU: `AMD EPYC 7763 64-Core Processor`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024

// Executed Command:
Expand Down Expand Up @@ -42,11 +42,11 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `136 + t * (69 ±0)`
// Estimated: `990 + t * (3987 ±0)`
// Minimum execution time: 5_900_000 picoseconds.
Weight::from_parts(6_100_000, 0)
// Minimum execution time: 5_300_000 picoseconds.
Weight::from_parts(5_400_000, 0)
.saturating_add(Weight::from_parts(0, 990))
// Standard Error: 819
.saturating_add(Weight::from_parts(1_303_772, 0).saturating_mul(t.into()))
// Standard Error: 450
.saturating_add(Weight::from_parts(1_136_707, 0).saturating_mul(t.into()))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(t.into())))
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(t.into())))
.saturating_add(Weight::from_parts(0, 3987).saturating_mul(t.into()))
Expand Down
10 changes: 5 additions & 5 deletions pallets/rewards/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2024-08-12, STEPS: `50`, REPEAT: `30`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `github-runner-10355058378-attempt-2`, CPU: `AMD EPYC 7452 32-Core Processor`
//! HOSTNAME: `github-runner-10359020939-attempt-1`, CPU: `AMD EPYC 7763 64-Core Processor`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024

// Executed Command:
Expand Down Expand Up @@ -41,8 +41,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `165`
// Estimated: `1517`
// Minimum execution time: 7_200_000 picoseconds.
Weight::from_parts(7_500_000, 0)
// Minimum execution time: 6_300_000 picoseconds.
Weight::from_parts(6_600_000, 0)
.saturating_add(Weight::from_parts(0, 1517))
.saturating_add(T::DbWeight::get().reads(1))
}
Expand All @@ -52,8 +52,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `165`
// Estimated: `1517`
// Minimum execution time: 7_000_000 picoseconds.
Weight::from_parts(7_300_000, 0)
// Minimum execution time: 6_400_000 picoseconds.
Weight::from_parts(6_800_000, 0)
.saturating_add(Weight::from_parts(0, 1517))
.saturating_add(T::DbWeight::get().reads(1))
}
Expand Down

0 comments on commit 4f88793

Please sign in to comment.