Skip to content
Merged
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
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions runtime/common/src/weights/cumulus_pallet_xcmp_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for cumulus_pallet_xcmp_queue
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: `2023-09-12`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: `2023-09-20`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor`
//! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
Expand Down Expand Up @@ -58,8 +58,8 @@ impl<T: frame_system::Config> cumulus_pallet_xcmp_queue::weights::WeightInfo for
// Proof Size summary in bytes:
// Measured: `109`
// Estimated: `604`
// Minimum execution time: 10_120 nanoseconds.
Weight::from_parts(10_640_000, 604)
// Minimum execution time: 8_490 nanoseconds.
Weight::from_parts(10_580_000, 604)
.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> cumulus_pallet_xcmp_queue::weights::WeightInfo for
// Proof Size summary in bytes:
// Measured: `109`
// Estimated: `604`
// Minimum execution time: 8_490 nanoseconds.
Weight::from_parts(10_440_000, 604)
// Minimum execution time: 8_690 nanoseconds.
Weight::from_parts(9_020_000, 604)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand Down
44 changes: 22 additions & 22 deletions runtime/common/src/weights/frame_system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for frame_system
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: `2023-09-11`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: `2023-09-19`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor`
//! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
Expand Down Expand Up @@ -56,19 +56,19 @@ impl<T: frame_system::Config> frame_system::weights::WeightInfo for WeightInfo<T
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_430 nanoseconds.
Weight::from_ref_time(3_950_000)
// Standard Error: 2
// Minimum execution time: 3_500 nanoseconds.
Weight::from_ref_time(4_150_000)
// Standard Error: 1
.saturating_add(Weight::from_ref_time(835).saturating_mul(b.into()))
}
fn remark_with_event(b: u32) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 13_930 nanoseconds.
Weight::from_ref_time(14_600_000)
// Standard Error: 5
.saturating_add(Weight::from_ref_time(2_737).saturating_mul(b.into()))
// Minimum execution time: 10_910 nanoseconds.
Weight::from_ref_time(14_380_000)
// Standard Error: 6
.saturating_add(Weight::from_ref_time(2_765).saturating_mul(b.into()))
}
/// Storage: System Digest (r:1 w:1)
/// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured)
Expand All @@ -78,8 +78,8 @@ impl<T: frame_system::Config> frame_system::weights::WeightInfo for WeightInfo<T
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `495`
// Minimum execution time: 7_810 nanoseconds.
Weight::from_parts(8_230_000, 495)
// Minimum execution time: 7_180 nanoseconds.
Weight::from_parts(8_880_000, 495)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(2_u64))
}
Expand All @@ -89,32 +89,32 @@ impl<T: frame_system::Config> frame_system::weights::WeightInfo for WeightInfo<T
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_760 nanoseconds.
Weight::from_ref_time(4_060_000)
// Standard Error: 2_911
.saturating_add(Weight::from_ref_time(1_239_922).saturating_mul(i.into()))
// Minimum execution time: 3_811 nanoseconds.
Weight::from_ref_time(4_190_000)
// Standard Error: 4_882
.saturating_add(Weight::from_ref_time(1_253_851).saturating_mul(i.into()))
}
/// Storage: Skipped Metadata (r:0 w:0)
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
fn kill_storage(i: u32) -> Weight {
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 3_470 nanoseconds.
Weight::from_ref_time(4_020_000)
// Standard Error: 2_512
.saturating_add(Weight::from_ref_time(988_309).saturating_mul(i.into()))
// Minimum execution time: 3_700 nanoseconds.
Weight::from_ref_time(3_830_000)
// Standard Error: 2_621
.saturating_add(Weight::from_ref_time(974_623).saturating_mul(i.into()))
}
/// Storage: Skipped Metadata (r:0 w:0)
/// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured)
fn kill_prefix(p: u32) -> Weight {
// Proof Size summary in bytes:
// Measured: `52 + p * (69 ±0)`
// Estimated: `52 + p * (70 ±0)`
// Minimum execution time: 6_450 nanoseconds.
Weight::from_parts(7_440_000, 52)
// Standard Error: 6_270
.saturating_add(Weight::from_ref_time(2_225_372).saturating_mul(p.into()))
// Minimum execution time: 8_380 nanoseconds.
Weight::from_parts(8_740_000, 52)
// Standard Error: 5_825
.saturating_add(Weight::from_ref_time(2_194_146).saturating_mul(p.into()))
.saturating_add(Weight::from_proof_size(70).saturating_mul(p.into()))
}
}
22 changes: 11 additions & 11 deletions runtime/common/src/weights/orml_currencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for orml_currencies
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: `2023-09-11`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: `2023-09-19`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor`
//! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
Expand Down Expand Up @@ -57,8 +57,8 @@ impl<T: frame_system::Config> orml_currencies::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1719`
// Estimated: `7803`
// Minimum execution time: 88_461 nanoseconds.
Weight::from_parts(92_120_000, 7803)
// Minimum execution time: 82_310 nanoseconds.
Weight::from_parts(100_000_000, 7803)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -68,8 +68,8 @@ impl<T: frame_system::Config> orml_currencies::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1461`
// Estimated: `2607`
// Minimum execution time: 73_801 nanoseconds.
Weight::from_parts(82_371_000, 2607)
// Minimum execution time: 67_440 nanoseconds.
Weight::from_parts(82_220_000, 2607)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -83,8 +83,8 @@ impl<T: frame_system::Config> orml_currencies::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1327`
// Estimated: `7723`
// Minimum execution time: 67_990 nanoseconds.
Weight::from_parts(69_740_000, 7723)
// Minimum execution time: 56_450 nanoseconds.
Weight::from_parts(69_660_000, 7723)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -94,8 +94,8 @@ impl<T: frame_system::Config> orml_currencies::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1401`
// Estimated: `2607`
// Minimum execution time: 68_931 nanoseconds.
Weight::from_parts(70_120_000, 2607)
// Minimum execution time: 56_870 nanoseconds.
Weight::from_parts(69_640_000, 2607)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand All @@ -105,8 +105,8 @@ impl<T: frame_system::Config> orml_currencies::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1525`
// Estimated: `2607`
// Minimum execution time: 64_890 nanoseconds.
Weight::from_parts(66_430_000, 2607)
// Minimum execution time: 62_330 nanoseconds.
Weight::from_parts(66_420_000, 2607)
.saturating_add(T::DbWeight::get().reads(1_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand Down
22 changes: 11 additions & 11 deletions runtime/common/src/weights/orml_tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for orml_tokens
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: `2023-09-11`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: `2023-09-19`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor`
//! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
Expand Down Expand Up @@ -57,8 +57,8 @@ impl<T: frame_system::Config> orml_tokens::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1719`
// Estimated: `7803`
// Minimum execution time: 82_870 nanoseconds.
Weight::from_parts(99_391_000, 7803)
// Minimum execution time: 81_920 nanoseconds.
Weight::from_parts(98_861_000, 7803)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -70,8 +70,8 @@ impl<T: frame_system::Config> orml_tokens::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1719`
// Estimated: `7803`
// Minimum execution time: 84_721 nanoseconds.
Weight::from_parts(105_940_000, 7803)
// Minimum execution time: 85_190 nanoseconds.
Weight::from_parts(86_860_000, 7803)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -83,8 +83,8 @@ impl<T: frame_system::Config> orml_tokens::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1543`
// Estimated: `7803`
// Minimum execution time: 67_070 nanoseconds.
Weight::from_parts(80_890_000, 7803)
// Minimum execution time: 66_690 nanoseconds.
Weight::from_parts(81_520_000, 7803)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -96,8 +96,8 @@ impl<T: frame_system::Config> orml_tokens::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1719`
// Estimated: `10410`
// Minimum execution time: 75_260 nanoseconds.
Weight::from_parts(90_790_000, 10410)
// Minimum execution time: 65_970 nanoseconds.
Weight::from_parts(69_540_000, 10410)
.saturating_add(T::DbWeight::get().reads(4_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -111,8 +111,8 @@ impl<T: frame_system::Config> orml_tokens::WeightInfo for WeightInfo<T> {
// Proof Size summary in bytes:
// Measured: `1327`
// Estimated: `7723`
// Minimum execution time: 56_151 nanoseconds.
Weight::from_parts(68_920_000, 7723)
// Minimum execution time: 49_330 nanoseconds.
Weight::from_parts(60_580_000, 7723)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand Down
6 changes: 3 additions & 3 deletions runtime/common/src/weights/pallet_author_inherent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for pallet_author_inherent
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: `2023-09-12`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: `2023-09-20`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor`
//! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
Expand Down Expand Up @@ -68,8 +68,8 @@ impl<T: frame_system::Config> pallet_author_inherent::weights::WeightInfo for We
// Proof Size summary in bytes:
// Measured: `501`
// Estimated: `7103`
// Minimum execution time: 37_010 nanoseconds.
Weight::from_parts(38_090_000, 7103)
// Minimum execution time: 30_120 nanoseconds.
Weight::from_parts(31_720_000, 7103)
.saturating_add(T::DbWeight::get().reads(6_u64))
.saturating_add(T::DbWeight::get().writes(1_u64))
}
Expand Down
22 changes: 11 additions & 11 deletions runtime/common/src/weights/pallet_author_mapping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for pallet_author_mapping
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: `2023-09-12`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: `2023-09-20`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor`
//! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
Expand Down Expand Up @@ -62,8 +62,8 @@ impl<T: frame_system::Config> pallet_author_mapping::weights::WeightInfo for Wei
// Proof Size summary in bytes:
// Measured: `462`
// Estimated: `6006`
// Minimum execution time: 35_460 nanoseconds.
Weight::from_parts(42_300_000, 6006)
// Minimum execution time: 39_250 nanoseconds.
Weight::from_parts(48_190_000, 6006)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -75,8 +75,8 @@ impl<T: frame_system::Config> pallet_author_mapping::weights::WeightInfo for Wei
// Proof Size summary in bytes:
// Measured: `407`
// Estimated: `5764`
// Minimum execution time: 27_110 nanoseconds.
Weight::from_parts(32_940_000, 5764)
// Minimum execution time: 30_370 nanoseconds.
Weight::from_parts(31_410_000, 5764)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -90,8 +90,8 @@ impl<T: frame_system::Config> pallet_author_mapping::weights::WeightInfo for Wei
// Proof Size summary in bytes:
// Measured: `583`
// Estimated: `6248`
// Minimum execution time: 37_060 nanoseconds.
Weight::from_parts(44_981_000, 6248)
// Minimum execution time: 41_640 nanoseconds.
Weight::from_parts(50_640_000, 6248)
.saturating_add(T::DbWeight::get().reads(2_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -105,8 +105,8 @@ impl<T: frame_system::Config> pallet_author_mapping::weights::WeightInfo for Wei
// Proof Size summary in bytes:
// Measured: `689`
// Estimated: `8935`
// Minimum execution time: 47_371 nanoseconds.
Weight::from_parts(57_471_000, 8935)
// Minimum execution time: 47_510 nanoseconds.
Weight::from_parts(48_051_000, 8935)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand All @@ -118,8 +118,8 @@ impl<T: frame_system::Config> pallet_author_mapping::weights::WeightInfo for Wei
// Proof Size summary in bytes:
// Measured: `513`
// Estimated: `8451`
// Minimum execution time: 38_790 nanoseconds.
Weight::from_parts(40_140_000, 8451)
// Minimum execution time: 36_541 nanoseconds.
Weight::from_parts(37_800_000, 8451)
.saturating_add(T::DbWeight::get().reads(3_u64))
.saturating_add(T::DbWeight::get().writes(3_u64))
}
Expand Down
6 changes: 3 additions & 3 deletions runtime/common/src/weights/pallet_author_slot_filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! Autogenerated weights for pallet_author_slot_filter
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
//! DATE: `2023-09-12`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! DATE: `2023-09-20`, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! WORST CASE MAP SIZE: `1000000`
//! HOSTNAME: `zeitgeist-benchmark`, CPU: `AMD EPYC 7601 32-Core Processor`
//! EXECUTION: `Some(Wasm)`, WASM-EXECUTION: `Compiled`, CHAIN: `Some("dev")`, DB CACHE: `1024`
Expand Down Expand Up @@ -58,7 +58,7 @@ impl<T: frame_system::Config> pallet_author_slot_filter::weights::WeightInfo for
// Proof Size summary in bytes:
// Measured: `0`
// Estimated: `0`
// Minimum execution time: 10_120 nanoseconds.
Weight::from_ref_time(12_660_000).saturating_add(T::DbWeight::get().writes(1_u64))
// Minimum execution time: 10_520 nanoseconds.
Weight::from_ref_time(11_310_000).saturating_add(T::DbWeight::get().writes(1_u64))
}
}
Loading