Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto merge auto-update-weights-for-dev-06da0db855400dd3e01049f85a758be9040d95ed to dev #1469

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
150 changes: 78 additions & 72 deletions pallets/creditcoin/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
//! Autogenerated weights for `crate`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-09-20, STEPS: `8`, REPEAT: `8`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-12-19, STEPS: `8`, REPEAT: `8`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `github-runner-6246693080-attempt-1`, CPU: `AMD EPYC 7763 64-Core Processor`
//! HOSTNAME: `github-runner-7262781989-attempt-1`, CPU: `AMD EPYC 7452 32-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: `117`
// Estimated: `3566`
// Minimum execution time: 13_600_000 picoseconds.
Weight::from_parts(16_590_351, 0)
// Minimum execution time: 16_401_000 picoseconds.
Weight::from_parts(19_265_104, 0)
.saturating_add(Weight::from_parts(0, 3566))
// Standard Error: 822
.saturating_add(Weight::from_parts(4_996, 0).saturating_mul(t.into()))
// Standard Error: 719
.saturating_add(Weight::from_parts(3_447, 0).saturating_mul(t.into()))
.saturating_add(T::DbWeight::get().reads(1))
}
/// Storage: unknown `0xd766358cca00233e6155d7c14e2c085f5e0621c4869aa60c02be9adcc98a0d1d` (r:1025 w:1024)
Expand All @@ -58,16 +58,18 @@ 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: 13_700_000 picoseconds.
Weight::from_parts(13_801_000, 0)
// Minimum execution time: 16_000_000 picoseconds.
Weight::from_parts(16_400_000, 0)
.saturating_add(Weight::from_parts(0, 3600))
// Standard Error: 112_297
.saturating_add(Weight::from_parts(11_274_786, 0).saturating_mul(t.into()))
// Standard Error: 102_953
.saturating_add(Weight::from_parts(12_936_000, 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())))
.saturating_add(Weight::from_parts(0, 2529).saturating_mul(t.into()))
}
/// Storage: Creditcoin CleanupState (r:1 w:1)
/// Proof: Creditcoin CleanupState (max_values: Some(1), max_size: Some(789), added: 1284, mode: MaxEncodedLen)
/// Storage: Creditcoin AskOrders (r:255 w:255)
/// Proof: Creditcoin AskOrders (max_values: None, max_size: Some(448), added: 2923, mode: MaxEncodedLen)
/// Storage: Creditcoin BidOrders (r:255 w:255)
Expand All @@ -79,37 +81,41 @@ 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: `2970 + o * (2890 ±0) + b * (2923 ±0) + a * (2923 ±0)`
// Minimum execution time: 554_705_000 picoseconds.
Weight::from_parts(49_494_931, 0)
.saturating_add(Weight::from_parts(0, 2970))
// Standard Error: 39_384
.saturating_add(Weight::from_parts(1_144_961, 0).saturating_mul(a.into()))
// Standard Error: 39_384
.saturating_add(Weight::from_parts(1_032_025, 0).saturating_mul(b.into()))
// Standard Error: 39_384
.saturating_add(Weight::from_parts(1_054_240, 0).saturating_mul(o.into()))
// Estimated: `5244 + b * (2923 ±0) + a * (2923 ±0) + o * (2890 ±0)`
// Minimum execution time: 680_223_000 picoseconds.
Weight::from_parts(20_047_785, 0)
.saturating_add(Weight::from_parts(0, 5244))
// Standard Error: 12_386
.saturating_add(Weight::from_parts(1_364_994, 0).saturating_mul(a.into()))
// Standard Error: 12_386
.saturating_add(Weight::from_parts(1_266_246, 0).saturating_mul(b.into()))
// Standard Error: 12_386
.saturating_add(Weight::from_parts(1_341_416, 0).saturating_mul(o.into()))
// Standard Error: 12_386
.saturating_add(Weight::from_parts(9_480, 0).saturating_mul(d.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())))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(o.into())))
.saturating_add(T::DbWeight::get().writes(1))
.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, 2890).saturating_mul(o.into()))
.saturating_add(Weight::from_parts(0, 2923).saturating_mul(b.into()))
.saturating_add(Weight::from_parts(0, 2923).saturating_mul(a.into()))
.saturating_add(Weight::from_parts(0, 2890).saturating_mul(o.into()))
}
/// Storage: Creditcoin Addresses (r:1 w:1)
/// Proof: Creditcoin Addresses (max_values: None, max_size: Some(597), added: 3072, mode: MaxEncodedLen)
fn register_address() -> Weight {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `4062`
// Minimum execution time: 83_101_000 picoseconds.
Weight::from_parts(91_300_000, 0)
// Minimum execution time: 97_903_000 picoseconds.
Weight::from_parts(99_204_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 @@ -124,8 +130,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `288`
// Estimated: `8607`
// Minimum execution time: 81_200_000 picoseconds.
Weight::from_parts(83_501_000, 0)
// Minimum execution time: 93_504_000 picoseconds.
Weight::from_parts(94_403_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 @@ -140,8 +146,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `206`
// Estimated: `11714`
// Minimum execution time: 42_001_000 picoseconds.
Weight::from_parts(46_401_000, 0)
// Minimum execution time: 49_001_000 picoseconds.
Weight::from_parts(52_202_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 @@ -156,8 +162,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `206`
// Estimated: `11714`
// Minimum execution time: 41_000_000 picoseconds.
Weight::from_parts(44_901_000, 0)
// Minimum execution time: 48_402_000 picoseconds.
Weight::from_parts(49_902_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 @@ -172,8 +178,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `580`
// Estimated: `11706`
// Minimum execution time: 40_401_000 picoseconds.
Weight::from_parts(42_100_000, 0)
// Minimum execution time: 47_402_000 picoseconds.
Weight::from_parts(48_702_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 @@ -192,8 +198,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `854`
// Estimated: `17288`
// Minimum execution time: 52_100_000 picoseconds.
Weight::from_parts(55_201_000, 0)
// Minimum execution time: 61_302_000 picoseconds.
Weight::from_parts(64_202_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 @@ -204,8 +210,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `3513`
// Minimum execution time: 13_401_000 picoseconds.
Weight::from_parts(14_100_000, 0)
// Minimum execution time: 14_901_000 picoseconds.
Weight::from_parts(15_400_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 @@ -220,8 +226,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `290`
// Estimated: `7965`
// Minimum execution time: 40_100_000 picoseconds.
Weight::from_parts(44_000_000, 0)
// Minimum execution time: 46_702_000 picoseconds.
Weight::from_parts(47_502_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 @@ -236,8 +242,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `290`
// Estimated: `7965`
// Minimum execution time: 30_300_000 picoseconds.
Weight::from_parts(31_000_000, 0)
// Minimum execution time: 34_001_000 picoseconds.
Weight::from_parts(35_301_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 @@ -254,8 +260,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1039`
// Estimated: `14096`
// Minimum execution time: 56_000_000 picoseconds.
Weight::from_parts(57_001_000, 0)
// Minimum execution time: 66_202_000 picoseconds.
Weight::from_parts(66_902_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 @@ -266,8 +272,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `540`
// Estimated: `4089`
// Minimum execution time: 29_900_000 picoseconds.
Weight::from_parts(30_601_000, 0)
// Minimum execution time: 32_001_000 picoseconds.
Weight::from_parts(32_302_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 @@ -284,8 +290,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `684`
// Estimated: `20652`
// Minimum execution time: 55_100_000 picoseconds.
Weight::from_parts(58_001_000, 0)
// Minimum execution time: 65_402_000 picoseconds.
Weight::from_parts(66_102_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 @@ -302,8 +308,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `684`
// Estimated: `20652`
// Minimum execution time: 55_001_000 picoseconds.
Weight::from_parts(57_201_000, 0)
// Minimum execution time: 64_702_000 picoseconds.
Weight::from_parts(65_903_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 @@ -320,8 +326,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1141`
// Estimated: `14096`
// Minimum execution time: 57_100_000 picoseconds.
Weight::from_parts(58_600_000, 0)
// Minimum execution time: 67_402_000 picoseconds.
Weight::from_parts(68_402_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 @@ -336,8 +342,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `699`
// Estimated: `9644`
// Minimum execution time: 41_500_000 picoseconds.
Weight::from_parts(42_100_000, 0)
// Minimum execution time: 47_701_000 picoseconds.
Weight::from_parts(48_502_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 @@ -358,8 +364,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `413`
// Estimated: `24422`
// Minimum execution time: 144_201_000 picoseconds.
Weight::from_parts(159_101_000, 0)
// Minimum execution time: 169_705_000 picoseconds.
Weight::from_parts(170_505_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 @@ -376,8 +382,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `209`
// Estimated: `14607`
// Minimum execution time: 45_001_000 picoseconds.
Weight::from_parts(46_401_000, 0)
// Minimum execution time: 48_302_000 picoseconds.
Weight::from_parts(49_802_000, 0)
.saturating_add(Weight::from_parts(0, 14607))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -392,8 +398,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `153`
// Estimated: `7317`
// Minimum execution time: 27_500_000 picoseconds.
Weight::from_parts(29_700_000, 0)
// Minimum execution time: 30_601_000 picoseconds.
Weight::from_parts(31_801_000, 0)
.saturating_add(Weight::from_parts(0, 7317))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
Expand All @@ -410,8 +416,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `283`
// Estimated: `11379`
// Minimum execution time: 75_601_000 picoseconds.
Weight::from_parts(83_801_000, 0)
// Minimum execution time: 91_403_000 picoseconds.
Weight::from_parts(94_403_000, 0)
.saturating_add(Weight::from_parts(0, 11379))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(2))
Expand All @@ -422,8 +428,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `150`
// Estimated: `3513`
// Minimum execution time: 16_300_000 picoseconds.
Weight::from_parts(18_100_000, 0)
// Minimum execution time: 19_701_000 picoseconds.
Weight::from_parts(19_901_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 @@ -434,8 +440,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 8_400_000 picoseconds.
Weight::from_parts(9_100_000, 0)
// Minimum execution time: 10_100_000 picoseconds.
Weight::from_parts(10_500_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
Expand All @@ -445,8 +451,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `76`
// Estimated: `4062`
// Minimum execution time: 83_601_000 picoseconds.
Weight::from_parts(91_900_000, 0)
// Minimum execution time: 95_403_000 picoseconds.
Weight::from_parts(97_903_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 @@ -457,8 +463,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_100_000 picoseconds.
Weight::from_parts(6_600_000, 0)
// Minimum execution time: 7_501_000 picoseconds.
Weight::from_parts(7_700_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
Expand All @@ -468,8 +474,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_000_000 picoseconds.
Weight::from_parts(6_700_000, 0)
// Minimum execution time: 7_001_000 picoseconds.
Weight::from_parts(7_500_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
Expand All @@ -485,8 +491,8 @@ impl<T: frame_system::Config> crate::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `209`
// Estimated: `14607`
// Minimum execution time: 39_700_000 picoseconds.
Weight::from_parts(43_600_000, 0)
// Minimum execution time: 45_401_000 picoseconds.
Weight::from_parts(46_202_000, 0)
.saturating_add(Weight::from_parts(0, 14607))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().writes(1))
Expand Down
12 changes: 6 additions & 6 deletions pallets/offchain-task-scheduler/src/weights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
//! Autogenerated weights for `crate`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-09-20, STEPS: `50`, REPEAT: `30`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-12-19, STEPS: `50`, REPEAT: `30`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `github-runner-6246693080-attempt-1`, CPU: `AMD EPYC 7763 64-Core Processor`
//! HOSTNAME: `github-runner-7262781989-attempt-1`, CPU: `AMD EPYC 7452 32-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_300_000 picoseconds.
Weight::from_parts(5_500_000, 0)
// Minimum execution time: 5_900_000 picoseconds.
Weight::from_parts(6_000_000, 0)
.saturating_add(Weight::from_parts(0, 990))
// Standard Error: 1_447
.saturating_add(Weight::from_parts(1_104_718, 0).saturating_mul(t.into()))
// Standard Error: 556
.saturating_add(Weight::from_parts(1_278_943, 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
Loading
Loading