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

Release centrifuge 1024 client 1035 #1607

Merged
merged 31 commits into from
Dec 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
dbd5934
feat: new weights altair
mustermeiszer Nov 15, 2023
09bf25e
feat: new weights centrifuge
mustermeiszer Nov 15, 2023
6a5f505
wip
mustermeiszer Nov 15, 2023
0654dac
migrations: Add migration for account data
cdamian Nov 16, 2023
4d7e8c5
migrations: Adjust pre upgrade logic for accounts
cdamian Nov 20, 2023
44e5e7d
migrations: Log total count for accounts
cdamian Nov 20, 2023
71a1fc5
migrations: Log total count for accounts with frozen and reserved bal…
cdamian Nov 21, 2023
0e52d38
Merge branch 'main' into release-centrifuge_1024-client_1035
wischli Nov 21, 2023
6ef6cc5
deps: Remove double orml-tokens dep
cdamian Nov 21, 2023
f8d871e
migrations: Add test account data for balances
cdamian Nov 21, 2023
08ff938
fix: account info checks
wischli Nov 22, 2023
c4c754e
fix: local docker setup
wischli Nov 22, 2023
e8fbe8a
CI release bug fixes (#1611)
gpmayorga Nov 21, 2023
b80639b
Fix: Transfer debt (#1615)
mustermeiszer Nov 21, 2023
e84e22c
chore(deps): bump google-github-actions/auth from 1.1.1 to 1.2.0 (#1614)
dependabot[bot] Nov 22, 2023
cb2e474
fix: minor stuff balances migration
wischli Nov 22, 2023
2dd0a6b
chore: bump development version, rm dummy migration
wischli Nov 22, 2023
205024a
chore: bump MaxFeedValues from 10 to 500
wischli Nov 22, 2023
5299da0
Merge remote-tracking branch 'origin/main' into release-centrifuge_10…
mustermeiszer Dec 1, 2023
ab0a221
fix: toml versions
wischli Dec 1, 2023
2451724
fix: remove balance migration from runtimes
wischli Dec 1, 2023
0da6e58
refactor: remove balance migration from codebase
wischli Dec 1, 2023
9d4922e
chore: update dev weights
wischli Dec 4, 2023
84bf880
chore: update cfg weights
wischli Dec 4, 2023
27baf14
chore: altair weights
wischli Dec 4, 2023
a0ea8cb
fix: enable XCM benches for dev
wischli Dec 4, 2023
597f674
Merge remote-tracking branch 'origin/main' into release-centrifuge_10…
wischli Dec 4, 2023
bf0885e
chore: bump dev to 1035
wischli Dec 4, 2023
52ee34a
fix: missed renaming
wischli Dec 4, 2023
f01b929
chore: bump client to 0.10.35
wischli Dec 6, 2023
372606f
Merge branch 'main' into release-centrifuge_1024-client_1035
wischli Dec 6, 2023
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
Prev Previous commit
Next Next commit
feat: new weights centrifuge
mustermeiszer committed Nov 15, 2023
commit 09bf25e4d1958145e5031fea70af714cd02012d8
12 changes: 6 additions & 6 deletions runtime/centrifuge/src/weights/cumulus_pallet_xcmp_queue.rs
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
//! Autogenerated weights for `cumulus_pallet_xcmp_queue`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-11-13, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `kf-FG`, CPU: `<UNKNOWN>`
//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024

// Executed Command:
@@ -38,8 +38,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `1627`
// Minimum execution time: 6_000_000 picoseconds.
Weight::from_parts(6_000_000, 0)
// Minimum execution time: 8_506_000 picoseconds.
Weight::from_parts(8_706_000, 0)
.saturating_add(Weight::from_parts(0, 1627))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -50,8 +50,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `142`
// Estimated: `1627`
// Minimum execution time: 5_000_000 picoseconds.
Weight::from_parts(6_000_000, 0)
// Minimum execution time: 8_446_000 picoseconds.
Weight::from_parts(8_926_000, 0)
.saturating_add(Weight::from_parts(0, 1627))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
20 changes: 10 additions & 10 deletions runtime/centrifuge/src/weights/pallet_anchors.rs
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
//! Autogenerated weights for `pallet_anchors`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-11-13, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `kf-FG`, CPU: `<UNKNOWN>`
//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024

// Executed Command:
@@ -42,8 +42,8 @@ impl<T: frame_system::Config> pallet_anchors::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `301`
// Estimated: `3581`
// Minimum execution time: 26_000_000 picoseconds.
Weight::from_parts(27_000_000, 0)
// Minimum execution time: 40_836_000 picoseconds.
Weight::from_parts(41_938_000, 0)
.saturating_add(Weight::from_parts(0, 3581))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(1))
@@ -70,8 +70,8 @@ impl<T: frame_system::Config> pallet_anchors::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `668`
// Estimated: `3581`
// Minimum execution time: 47_000_000 picoseconds.
Weight::from_parts(47_000_000, 0)
// Minimum execution time: 70_171_000 picoseconds.
Weight::from_parts(71_743_000, 0)
.saturating_add(Weight::from_parts(0, 3581))
.saturating_add(T::DbWeight::get().reads(7))
.saturating_add(T::DbWeight::get().writes(5))
@@ -82,8 +82,8 @@ impl<T: frame_system::Config> pallet_anchors::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `12450`
// Estimated: `260090`
// Minimum execution time: 1_548_000_000 picoseconds.
Weight::from_parts(1_554_000_000, 0)
// Minimum execution time: 2_088_617_000 picoseconds.
Weight::from_parts(2_114_575_000, 0)
.saturating_add(Weight::from_parts(0, 260090))
.saturating_add(T::DbWeight::get().reads(100))
.saturating_add(T::DbWeight::get().writes(100))
@@ -506,8 +506,8 @@ impl<T: frame_system::Config> pallet_anchors::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `18357`
// Estimated: `254990`
// Minimum execution time: 1_433_000_000 picoseconds.
Weight::from_parts(1_437_000_000, 0)
// Minimum execution time: 1_918_271_000 picoseconds.
Weight::from_parts(1_944_500_000, 0)
.saturating_add(Weight::from_parts(0, 254990))
.saturating_add(T::DbWeight::get().reads(504))
.saturating_add(T::DbWeight::get().writes(402))
40 changes: 20 additions & 20 deletions runtime/centrifuge/src/weights/pallet_balances.rs
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
//! Autogenerated weights for `pallet_balances`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-11-13, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `kf-FG`, CPU: `<UNKNOWN>`
//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024

// Executed Command:
@@ -38,8 +38,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `52`
// Estimated: `3593`
// Minimum execution time: 58_000_000 picoseconds.
Weight::from_parts(59_000_000, 0)
// Minimum execution time: 82_894_000 picoseconds.
Weight::from_parts(83_816_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -50,8 +50,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `52`
// Estimated: `3593`
// Minimum execution time: 43_000_000 picoseconds.
Weight::from_parts(44_000_000, 0)
// Minimum execution time: 62_355_000 picoseconds.
Weight::from_parts(63_518_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -62,8 +62,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `207`
// Estimated: `3593`
// Minimum execution time: 15_000_000 picoseconds.
Weight::from_parts(16_000_000, 0)
// Minimum execution time: 23_414_000 picoseconds.
Weight::from_parts(23_874_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -74,8 +74,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `207`
// Estimated: `3593`
// Minimum execution time: 23_000_000 picoseconds.
Weight::from_parts(23_000_000, 0)
// Minimum execution time: 33_912_000 picoseconds.
Weight::from_parts(35_106_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -86,8 +86,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `192`
// Estimated: `6196`
// Minimum execution time: 61_000_000 picoseconds.
Weight::from_parts(62_000_000, 0)
// Minimum execution time: 86_881_000 picoseconds.
Weight::from_parts(88_214_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(2))
@@ -98,8 +98,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `52`
// Estimated: `3593`
// Minimum execution time: 55_000_000 picoseconds.
Weight::from_parts(57_000_000, 0)
// Minimum execution time: 78_987_000 picoseconds.
Weight::from_parts(80_519_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -110,8 +110,8 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `207`
// Estimated: `3593`
// Minimum execution time: 18_000_000 picoseconds.
Weight::from_parts(19_000_000, 0)
// Minimum execution time: 27_972_000 picoseconds.
Weight::from_parts(28_714_000, 0)
.saturating_add(Weight::from_parts(0, 3593))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
@@ -123,11 +123,11 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `145 + u * (136 ±0)`
// Estimated: `990 + u * (2603 ±0)`
// Minimum execution time: 18_000_000 picoseconds.
Weight::from_parts(18_000_000, 0)
// Minimum execution time: 26_339_000 picoseconds.
Weight::from_parts(26_530_000, 0)
.saturating_add(Weight::from_parts(0, 990))
// Standard Error: 6_525
.saturating_add(Weight::from_parts(15_428_167, 0).saturating_mul(u.into()))
// Standard Error: 13_827
.saturating_add(Weight::from_parts(21_044_673, 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()))
16 changes: 8 additions & 8 deletions runtime/centrifuge/src/weights/pallet_block_rewards.rs
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
//! Autogenerated weights for `pallet_block_rewards`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-11-13, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `kf-FG`, CPU: `<UNKNOWN>`
//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024

// Executed Command:
@@ -44,8 +44,8 @@ impl<T: frame_system::Config> pallet_block_rewards::WeightInfo for WeightInfo<T>
// Proof Size summary in bytes:
// Measured: `583`
// Estimated: `6196`
// Minimum execution time: 61_000_000 picoseconds.
Weight::from_parts(62_000_000, 0)
// Minimum execution time: 86_942_000 picoseconds.
Weight::from_parts(88_505_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
.saturating_add(T::DbWeight::get().reads(5))
.saturating_add(T::DbWeight::get().writes(3))
@@ -58,8 +58,8 @@ impl<T: frame_system::Config> pallet_block_rewards::WeightInfo for WeightInfo<T>
// Proof Size summary in bytes:
// Measured: `106`
// Estimated: `3574`
// Minimum execution time: 8_000_000 picoseconds.
Weight::from_parts(9_000_000, 0)
// Minimum execution time: 12_293_000 picoseconds.
Weight::from_parts(12_794_000, 0)
.saturating_add(Weight::from_parts(0, 3574))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
@@ -72,8 +72,8 @@ impl<T: frame_system::Config> pallet_block_rewards::WeightInfo for WeightInfo<T>
// Proof Size summary in bytes:
// Measured: `65`
// Estimated: `3574`
// Minimum execution time: 7_000_000 picoseconds.
Weight::from_parts(8_000_000, 0)
// Minimum execution time: 11_441_000 picoseconds.
Weight::from_parts(11_853_000, 0)
.saturating_add(Weight::from_parts(0, 3574))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
12 changes: 6 additions & 6 deletions runtime/centrifuge/src/weights/pallet_collator_allowlist.rs
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
//! Autogenerated weights for `pallet_collator_allowlist`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-11-13, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `kf-FG`, CPU: `<UNKNOWN>`
//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024

// Executed Command:
@@ -40,8 +40,8 @@ impl<T: frame_system::Config> pallet_collator_allowlist::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `524`
// Estimated: `3989`
// Minimum execution time: 16_000_000 picoseconds.
Weight::from_parts(16_000_000, 0)
// Minimum execution time: 24_315_000 picoseconds.
Weight::from_parts(25_167_000, 0)
.saturating_add(Weight::from_parts(0, 3989))
.saturating_add(T::DbWeight::get().reads(2))
.saturating_add(T::DbWeight::get().writes(1))
@@ -52,8 +52,8 @@ impl<T: frame_system::Config> pallet_collator_allowlist::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `232`
// Estimated: `3497`
// Minimum execution time: 12_000_000 picoseconds.
Weight::from_parts(12_000_000, 0)
// Minimum execution time: 18_224_000 picoseconds.
Weight::from_parts(18_715_000, 0)
.saturating_add(Weight::from_parts(0, 3497))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(1))
48 changes: 24 additions & 24 deletions runtime/centrifuge/src/weights/pallet_collator_selection.rs
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
//! Autogenerated weights for `pallet_collator_selection`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: 2023-11-13, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `kf-FG`, CPU: `<UNKNOWN>`
//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024

// Executed Command:
@@ -44,11 +44,11 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `466 + b * (112 ±0)`
// Estimated: `1453 + b * (2588 ±0)`
// Minimum execution time: 15_000_000 picoseconds.
Weight::from_parts(14_588_514, 0)
// Minimum execution time: 24_705_000 picoseconds.
Weight::from_parts(22_879_500, 0)
.saturating_add(Weight::from_parts(0, 1453))
// Standard Error: 3_287
.saturating_add(Weight::from_parts(4_383_636, 0).saturating_mul(b.into()))
// Standard Error: 3_378
.saturating_add(Weight::from_parts(5_853_924, 0).saturating_mul(b.into()))
.saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into())))
.saturating_add(T::DbWeight::get().writes(1))
.saturating_add(Weight::from_parts(0, 2588).saturating_mul(b.into()))
@@ -59,8 +59,8 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 7_000_000 picoseconds.
Weight::from_parts(8_000_000, 0)
// Minimum execution time: 13_725_000 picoseconds.
Weight::from_parts(14_257_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -70,8 +70,8 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 6_000_000 picoseconds.
Weight::from_parts(6_000_000, 0)
// Minimum execution time: 10_379_000 picoseconds.
Weight::from_parts(10_750_000, 0)
.saturating_add(Weight::from_parts(0, 0))
.saturating_add(T::DbWeight::get().writes(1))
}
@@ -95,11 +95,11 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `969 + c * (59 ±0)`
// Estimated: `4687 + c * (60 ±0)`
// Minimum execution time: 42_000_000 picoseconds.
Weight::from_parts(43_326_292, 0)
// Minimum execution time: 64_189_000 picoseconds.
Weight::from_parts(66_152_978, 0)
.saturating_add(Weight::from_parts(0, 4687))
// Standard Error: 2_221
.saturating_add(Weight::from_parts(177_700, 0).saturating_mul(c.into()))
// Standard Error: 2_209
.saturating_add(Weight::from_parts(268_872, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(6))
.saturating_add(T::DbWeight::get().writes(2))
.saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into()))
@@ -114,11 +114,11 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `483 + c * (44 ±0)`
// Estimated: `2446`
// Minimum execution time: 29_000_000 picoseconds.
Weight::from_parts(29_936_555, 0)
// Minimum execution time: 45_305_000 picoseconds.
Weight::from_parts(46_391_866, 0)
.saturating_add(Weight::from_parts(0, 2446))
// Standard Error: 2_385
.saturating_add(Weight::from_parts(55_599, 0).saturating_mul(c.into()))
// Standard Error: 2_516
.saturating_add(Weight::from_parts(80_982, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(1))
.saturating_add(T::DbWeight::get().writes(2))
}
@@ -132,8 +132,8 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `195`
// Estimated: `6196`
// Minimum execution time: 48_000_000 picoseconds.
Weight::from_parts(50_000_000, 0)
// Minimum execution time: 68_948_000 picoseconds.
Weight::from_parts(70_451_000, 0)
.saturating_add(Weight::from_parts(0, 6196))
.saturating_add(T::DbWeight::get().reads(3))
.saturating_add(T::DbWeight::get().writes(4))
@@ -156,11 +156,11 @@ impl<T: frame_system::Config> pallet_collator_selection::WeightInfo for WeightIn
// Proof Size summary in bytes:
// Measured: `515 + c * (98 ±0) + r * (142 ±0)`
// Estimated: `7019778708211172 + c * (2519 ±0) + r * (2259 ±9)`
// Minimum execution time: 14_000_000 picoseconds.
Weight::from_parts(15_000_000, 0)
// Minimum execution time: 25_358_000 picoseconds.
Weight::from_parts(25_878_000, 0)
.saturating_add(Weight::from_parts(0, 7019778708211172))
// Standard Error: 158_293
.saturating_add(Weight::from_parts(12_619_619, 0).saturating_mul(c.into()))
// Standard Error: 214_453
.saturating_add(Weight::from_parts(17_283_709, 0).saturating_mul(c.into()))
.saturating_add(T::DbWeight::get().reads(4))
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into())))
.saturating_add(T::DbWeight::get().writes(1))
Loading