From b4431147e74987f9a1119f61910855973eae2f71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Aug 2024 14:06:02 +0000 Subject: [PATCH] chore: update benchmark `weights.rs` file for all pallets --- .../pallets/pallet-burning/src/weights.rs | 10 +- .../pallets/pallet-dao/src/weights.rs | 34 +-- .../pallets/pallet-kvstore/src/weights.rs | 18 +- .../pallet-smart-contract/src/weights.rs | 182 ++++++------ .../pallets/pallet-tfgrid/src/weights.rs | 258 +++++++++--------- .../pallets/pallet-tft-bridge/src/weights.rs | 90 +++--- .../pallets/pallet-tft-price/src/weights.rs | 26 +- .../pallets/pallet-validator/src/weights.rs | 50 ++-- .../substrate-validator-set/src/weights.rs | 26 +- 9 files changed, 347 insertions(+), 347 deletions(-) diff --git a/substrate-node/pallets/pallet-burning/src/weights.rs b/substrate-node/pallets/pallet-burning/src/weights.rs index bc40ffba4..0d48cf44c 100644 --- a/substrate-node/pallets/pallet-burning/src/weights.rs +++ b/substrate-node/pallets/pallet-burning/src/weights.rs @@ -4,7 +4,7 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2024-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `2788e4c128ab`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` +//! HOSTNAME: `cd2ca9d16e82`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -45,8 +45,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 44_063_000 picoseconds. - Weight::from_parts(46_648_000, 1594) + // Minimum execution time: 25_919_000 picoseconds. + Weight::from_parts(26_891_000, 1594) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -60,8 +60,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `109` // Estimated: `1594` - // Minimum execution time: 44_063_000 picoseconds. - Weight::from_parts(46_648_000, 1594) + // Minimum execution time: 25_919_000 picoseconds. + Weight::from_parts(26_891_000, 1594) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/substrate-node/pallets/pallet-dao/src/weights.rs b/substrate-node/pallets/pallet-dao/src/weights.rs index 49732cc4c..0d5d025c1 100644 --- a/substrate-node/pallets/pallet-dao/src/weights.rs +++ b/substrate-node/pallets/pallet-dao/src/weights.rs @@ -4,7 +4,7 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2024-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `2788e4c128ab`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` +//! HOSTNAME: `cd2ca9d16e82`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -58,8 +58,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `208` // Estimated: `4687` - // Minimum execution time: 18_876_000 picoseconds. - Weight::from_parts(19_377_000, 4687) + // Minimum execution time: 19_326_000 picoseconds. + Weight::from_parts(19_787_000, 4687) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -77,8 +77,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `979` // Estimated: `4444` - // Minimum execution time: 25_638_000 picoseconds. - Weight::from_parts(26_239_000, 4444) + // Minimum execution time: 25_728_000 picoseconds. + Weight::from_parts(26_029_000, 4444) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -92,8 +92,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `487` // Estimated: `4687` - // Minimum execution time: 18_274_000 picoseconds. - Weight::from_parts(18_675_000, 4687) + // Minimum execution time: 17_864_000 picoseconds. + Weight::from_parts(18_325_000, 4687) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -111,8 +111,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `521` // Estimated: `4687` - // Minimum execution time: 24_677_000 picoseconds. - Weight::from_parts(25_198_000, 4687) + // Minimum execution time: 24_346_000 picoseconds. + Weight::from_parts(25_058_000, 4687) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -136,8 +136,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `208` // Estimated: `4687` - // Minimum execution time: 18_876_000 picoseconds. - Weight::from_parts(19_377_000, 4687) + // Minimum execution time: 19_326_000 picoseconds. + Weight::from_parts(19_787_000, 4687) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -155,8 +155,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `979` // Estimated: `4444` - // Minimum execution time: 25_638_000 picoseconds. - Weight::from_parts(26_239_000, 4444) + // Minimum execution time: 25_728_000 picoseconds. + Weight::from_parts(26_029_000, 4444) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -170,8 +170,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `487` // Estimated: `4687` - // Minimum execution time: 18_274_000 picoseconds. - Weight::from_parts(18_675_000, 4687) + // Minimum execution time: 17_864_000 picoseconds. + Weight::from_parts(18_325_000, 4687) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -189,8 +189,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `521` // Estimated: `4687` - // Minimum execution time: 24_677_000 picoseconds. - Weight::from_parts(25_198_000, 4687) + // Minimum execution time: 24_346_000 picoseconds. + Weight::from_parts(25_058_000, 4687) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } diff --git a/substrate-node/pallets/pallet-kvstore/src/weights.rs b/substrate-node/pallets/pallet-kvstore/src/weights.rs index 20ece337c..22d9aeaca 100644 --- a/substrate-node/pallets/pallet-kvstore/src/weights.rs +++ b/substrate-node/pallets/pallet-kvstore/src/weights.rs @@ -4,7 +4,7 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2024-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `2788e4c128ab`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` +//! HOSTNAME: `cd2ca9d16e82`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -46,8 +46,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_913_000 picoseconds. - Weight::from_parts(7_243_000, 0) + // Minimum execution time: 7_194_000 picoseconds. + Weight::from_parts(7_454_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `TFKVStore::TFKVStore` (r:1 w:1) @@ -56,8 +56,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `146` // Estimated: `3611` - // Minimum execution time: 12_704_000 picoseconds. - Weight::from_parts(13_115_000, 3611) + // Minimum execution time: 12_684_000 picoseconds. + Weight::from_parts(12_944_000, 3611) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -71,8 +71,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_913_000 picoseconds. - Weight::from_parts(7_243_000, 0) + // Minimum execution time: 7_194_000 picoseconds. + Weight::from_parts(7_454_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: `TFKVStore::TFKVStore` (r:1 w:1) @@ -81,8 +81,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `146` // Estimated: `3611` - // Minimum execution time: 12_704_000 picoseconds. - Weight::from_parts(13_115_000, 3611) + // Minimum execution time: 12_684_000 picoseconds. + Weight::from_parts(12_944_000, 3611) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/substrate-node/pallets/pallet-smart-contract/src/weights.rs b/substrate-node/pallets/pallet-smart-contract/src/weights.rs index 7956b939d..f20a83152 100644 --- a/substrate-node/pallets/pallet-smart-contract/src/weights.rs +++ b/substrate-node/pallets/pallet-smart-contract/src/weights.rs @@ -4,7 +4,7 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2024-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `2788e4c128ab`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` +//! HOSTNAME: `cd2ca9d16e82`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -95,8 +95,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `868` // Estimated: `4333` - // Minimum execution time: 47_951_000 picoseconds. - Weight::from_parts(48_652_000, 4333) + // Minimum execution time: 47_159_000 picoseconds. + Weight::from_parts(47_871_000, 4333) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -112,8 +112,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `923` // Estimated: `4388` - // Minimum execution time: 27_262_000 picoseconds. - Weight::from_parts(27_743_000, 4388) + // Minimum execution time: 26_861_000 picoseconds. + Weight::from_parts(27_573_000, 4388) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -149,8 +149,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1650` // Estimated: `7590` - // Minimum execution time: 74_611_000 picoseconds. - Weight::from_parts(76_394_000, 7590) + // Minimum execution time: 75_293_000 picoseconds. + Weight::from_parts(75_994_000, 7590) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -174,8 +174,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `340` // Estimated: `3805` - // Minimum execution time: 24_396_000 picoseconds. - Weight::from_parts(24_827_000, 3805) + // Minimum execution time: 24_016_000 picoseconds. + Weight::from_parts(24_516_000, 3805) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -201,8 +201,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `949` // Estimated: `4414` - // Minimum execution time: 50_376_000 picoseconds. - Weight::from_parts(51_447_000, 4414) + // Minimum execution time: 50_486_000 picoseconds. + Weight::from_parts(51_608_000, 4414) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -224,8 +224,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1286` // Estimated: `4751` - // Minimum execution time: 37_180_000 picoseconds. - Weight::from_parts(37_762_000, 4751) + // Minimum execution time: 37_732_000 picoseconds. + Weight::from_parts(38_343_000, 4751) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -241,8 +241,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `765` // Estimated: `4230` - // Minimum execution time: 22_873_000 picoseconds. - Weight::from_parts(23_454_000, 4230) + // Minimum execution time: 22_874_000 picoseconds. + Weight::from_parts(23_364_000, 4230) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -272,8 +272,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `776` // Estimated: `4241` - // Minimum execution time: 34_085_000 picoseconds. - Weight::from_parts(34_746_000, 4241) + // Minimum execution time: 34_255_000 picoseconds. + Weight::from_parts(34_886_000, 4241) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -309,8 +309,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1607` // Estimated: `7547` - // Minimum execution time: 71_275_000 picoseconds. - Weight::from_parts(73_079_000, 7547) + // Minimum execution time: 71_405_000 picoseconds. + Weight::from_parts(73_119_000, 7547) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -322,8 +322,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `37` // Estimated: `1522` - // Minimum execution time: 9_829_000 picoseconds. - Weight::from_parts(10_069_000, 1522) + // Minimum execution time: 9_838_000 picoseconds. + Weight::from_parts(10_079_000, 1522) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -333,8 +333,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `215` // Estimated: `3680` - // Minimum execution time: 12_624_000 picoseconds. - Weight::from_parts(13_075_000, 3680) + // Minimum execution time: 12_574_000 picoseconds. + Weight::from_parts(12_834_000, 3680) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -374,8 +374,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `2077` // Estimated: `8017` - // Minimum execution time: 85_512_000 picoseconds. - Weight::from_parts(86_684_000, 8017) + // Minimum execution time: 85_391_000 picoseconds. + Weight::from_parts(86_053_000, 8017) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -389,8 +389,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `395` // Estimated: `6335` - // Minimum execution time: 18_175_000 picoseconds. - Weight::from_parts(18_655_000, 6335) + // Minimum execution time: 18_184_000 picoseconds. + Weight::from_parts(18_745_000, 6335) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -402,8 +402,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `489` // Estimated: `3954` - // Minimum execution time: 16_541_000 picoseconds. - Weight::from_parts(17_032_000, 3954) + // Minimum execution time: 16_351_000 picoseconds. + Weight::from_parts(16_601_000, 3954) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -415,8 +415,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `489` // Estimated: `3954` - // Minimum execution time: 15_880_000 picoseconds. - Weight::from_parts(16_291_000, 3954) + // Minimum execution time: 16_071_000 picoseconds. + Weight::from_parts(16_331_000, 3954) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -428,8 +428,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `502` // Estimated: `3967` - // Minimum execution time: 16_121_000 picoseconds. - Weight::from_parts(16_561_000, 3967) + // Minimum execution time: 16_371_000 picoseconds. + Weight::from_parts(16_721_000, 3967) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -441,8 +441,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `502` // Estimated: `3967` - // Minimum execution time: 16_822_000 picoseconds. - Weight::from_parts(17_353_000, 3967) + // Minimum execution time: 17_113_000 picoseconds. + Weight::from_parts(17_403_000, 3967) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -454,8 +454,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `502` // Estimated: `3967` - // Minimum execution time: 15_790_000 picoseconds. - Weight::from_parts(16_191_000, 3967) + // Minimum execution time: 16_140_000 picoseconds. + Weight::from_parts(16_391_000, 3967) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -474,7 +474,7 @@ impl WeightInfo for SubstrateWeight { // Measured: `841` // Estimated: `6781` // Minimum execution time: 28_494_000 picoseconds. - Weight::from_parts(29_206_000, 6781) + Weight::from_parts(28_904_000, 6781) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -484,8 +484,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `37` // Estimated: `1522` - // Minimum execution time: 7_555_000 picoseconds. - Weight::from_parts(7_815_000, 1522) + // Minimum execution time: 7_384_000 picoseconds. + Weight::from_parts(7_605_000, 1522) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -499,8 +499,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `965` // Estimated: `4430` - // Minimum execution time: 21_761_000 picoseconds. - Weight::from_parts(22_262_000, 4430) + // Minimum execution time: 21_681_000 picoseconds. + Weight::from_parts(22_182_000, 4430) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -520,8 +520,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `733` // Estimated: `4198` - // Minimum execution time: 22_532_000 picoseconds. - Weight::from_parts(23_384_000, 4198) + // Minimum execution time: 22_753_000 picoseconds. + Weight::from_parts(23_234_000, 4198) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -557,8 +557,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1650` // Estimated: `7590` - // Minimum execution time: 73_860_000 picoseconds. - Weight::from_parts(75_162_000, 7590) + // Minimum execution time: 73_670_000 picoseconds. + Weight::from_parts(74_681_000, 7590) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -600,8 +600,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `868` // Estimated: `4333` - // Minimum execution time: 47_951_000 picoseconds. - Weight::from_parts(48_652_000, 4333) + // Minimum execution time: 47_159_000 picoseconds. + Weight::from_parts(47_871_000, 4333) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().writes(8_u64)) } @@ -617,8 +617,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `923` // Estimated: `4388` - // Minimum execution time: 27_262_000 picoseconds. - Weight::from_parts(27_743_000, 4388) + // Minimum execution time: 26_861_000 picoseconds. + Weight::from_parts(27_573_000, 4388) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -654,8 +654,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1650` // Estimated: `7590` - // Minimum execution time: 74_611_000 picoseconds. - Weight::from_parts(76_394_000, 7590) + // Minimum execution time: 75_293_000 picoseconds. + Weight::from_parts(75_994_000, 7590) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } @@ -679,8 +679,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `340` // Estimated: `3805` - // Minimum execution time: 24_396_000 picoseconds. - Weight::from_parts(24_827_000, 3805) + // Minimum execution time: 24_016_000 picoseconds. + Weight::from_parts(24_516_000, 3805) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -706,8 +706,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `949` // Estimated: `4414` - // Minimum execution time: 50_376_000 picoseconds. - Weight::from_parts(51_447_000, 4414) + // Minimum execution time: 50_486_000 picoseconds. + Weight::from_parts(51_608_000, 4414) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -729,8 +729,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1286` // Estimated: `4751` - // Minimum execution time: 37_180_000 picoseconds. - Weight::from_parts(37_762_000, 4751) + // Minimum execution time: 37_732_000 picoseconds. + Weight::from_parts(38_343_000, 4751) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -746,8 +746,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `765` // Estimated: `4230` - // Minimum execution time: 22_873_000 picoseconds. - Weight::from_parts(23_454_000, 4230) + // Minimum execution time: 22_874_000 picoseconds. + Weight::from_parts(23_364_000, 4230) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -777,8 +777,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `776` // Estimated: `4241` - // Minimum execution time: 34_085_000 picoseconds. - Weight::from_parts(34_746_000, 4241) + // Minimum execution time: 34_255_000 picoseconds. + Weight::from_parts(34_886_000, 4241) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -814,8 +814,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1607` // Estimated: `7547` - // Minimum execution time: 71_275_000 picoseconds. - Weight::from_parts(73_079_000, 7547) + // Minimum execution time: 71_405_000 picoseconds. + Weight::from_parts(73_119_000, 7547) .saturating_add(RocksDbWeight::get().reads(14_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -827,8 +827,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `37` // Estimated: `1522` - // Minimum execution time: 9_829_000 picoseconds. - Weight::from_parts(10_069_000, 1522) + // Minimum execution time: 9_838_000 picoseconds. + Weight::from_parts(10_079_000, 1522) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -838,8 +838,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `215` // Estimated: `3680` - // Minimum execution time: 12_624_000 picoseconds. - Weight::from_parts(13_075_000, 3680) + // Minimum execution time: 12_574_000 picoseconds. + Weight::from_parts(12_834_000, 3680) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -879,8 +879,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `2077` // Estimated: `8017` - // Minimum execution time: 85_512_000 picoseconds. - Weight::from_parts(86_684_000, 8017) + // Minimum execution time: 85_391_000 picoseconds. + Weight::from_parts(86_053_000, 8017) .saturating_add(RocksDbWeight::get().reads(17_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -894,8 +894,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `395` // Estimated: `6335` - // Minimum execution time: 18_175_000 picoseconds. - Weight::from_parts(18_655_000, 6335) + // Minimum execution time: 18_184_000 picoseconds. + Weight::from_parts(18_745_000, 6335) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -907,8 +907,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `489` // Estimated: `3954` - // Minimum execution time: 16_541_000 picoseconds. - Weight::from_parts(17_032_000, 3954) + // Minimum execution time: 16_351_000 picoseconds. + Weight::from_parts(16_601_000, 3954) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -920,8 +920,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `489` // Estimated: `3954` - // Minimum execution time: 15_880_000 picoseconds. - Weight::from_parts(16_291_000, 3954) + // Minimum execution time: 16_071_000 picoseconds. + Weight::from_parts(16_331_000, 3954) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -933,8 +933,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `502` // Estimated: `3967` - // Minimum execution time: 16_121_000 picoseconds. - Weight::from_parts(16_561_000, 3967) + // Minimum execution time: 16_371_000 picoseconds. + Weight::from_parts(16_721_000, 3967) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -946,8 +946,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `502` // Estimated: `3967` - // Minimum execution time: 16_822_000 picoseconds. - Weight::from_parts(17_353_000, 3967) + // Minimum execution time: 17_113_000 picoseconds. + Weight::from_parts(17_403_000, 3967) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -959,8 +959,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `502` // Estimated: `3967` - // Minimum execution time: 15_790_000 picoseconds. - Weight::from_parts(16_191_000, 3967) + // Minimum execution time: 16_140_000 picoseconds. + Weight::from_parts(16_391_000, 3967) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -979,7 +979,7 @@ impl WeightInfo for () { // Measured: `841` // Estimated: `6781` // Minimum execution time: 28_494_000 picoseconds. - Weight::from_parts(29_206_000, 6781) + Weight::from_parts(28_904_000, 6781) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -989,8 +989,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `37` // Estimated: `1522` - // Minimum execution time: 7_555_000 picoseconds. - Weight::from_parts(7_815_000, 1522) + // Minimum execution time: 7_384_000 picoseconds. + Weight::from_parts(7_605_000, 1522) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1004,8 +1004,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `965` // Estimated: `4430` - // Minimum execution time: 21_761_000 picoseconds. - Weight::from_parts(22_262_000, 4430) + // Minimum execution time: 21_681_000 picoseconds. + Weight::from_parts(22_182_000, 4430) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1025,8 +1025,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `733` // Estimated: `4198` - // Minimum execution time: 22_532_000 picoseconds. - Weight::from_parts(23_384_000, 4198) + // Minimum execution time: 22_753_000 picoseconds. + Weight::from_parts(23_234_000, 4198) .saturating_add(RocksDbWeight::get().reads(5_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1062,8 +1062,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1650` // Estimated: `7590` - // Minimum execution time: 73_860_000 picoseconds. - Weight::from_parts(75_162_000, 7590) + // Minimum execution time: 73_670_000 picoseconds. + Weight::from_parts(74_681_000, 7590) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().writes(7_u64)) } diff --git a/substrate-node/pallets/pallet-tfgrid/src/weights.rs b/substrate-node/pallets/pallet-tfgrid/src/weights.rs index cc9a8db67..958ca0c55 100644 --- a/substrate-node/pallets/pallet-tfgrid/src/weights.rs +++ b/substrate-node/pallets/pallet-tfgrid/src/weights.rs @@ -4,7 +4,7 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2024-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `2788e4c128ab`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` +//! HOSTNAME: `cd2ca9d16e82`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -76,8 +76,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_305_000 picoseconds. - Weight::from_parts(2_445_000, 0) + // Minimum execution time: 2_454_000 picoseconds. + Weight::from_parts(2_555_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `TfgridModule::TwinIdByAccountID` (r:1 w:0) @@ -94,8 +94,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `496` // Estimated: `3961` - // Minimum execution time: 19_727_000 picoseconds. - Weight::from_parts(20_188_000, 3961) + // Minimum execution time: 20_088_000 picoseconds. + Weight::from_parts(20_669_000, 3961) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -109,8 +109,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `507` // Estimated: `3972` - // Minimum execution time: 21_420_000 picoseconds. - Weight::from_parts(22_052_000, 3972) + // Minimum execution time: 21_901_000 picoseconds. + Weight::from_parts(22_472_000, 3972) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -124,8 +124,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `453` // Estimated: `3918` - // Minimum execution time: 15_589_000 picoseconds. - Weight::from_parts(16_000_000, 3918) + // Minimum execution time: 16_071_000 picoseconds. + Weight::from_parts(16_411_000, 3918) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -135,8 +135,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3877` - // Minimum execution time: 13_125_000 picoseconds. - Weight::from_parts(13_396_000, 3877) + // Minimum execution time: 13_395_000 picoseconds. + Weight::from_parts(13_596_000, 3877) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -148,8 +148,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `569` // Estimated: `4034` - // Minimum execution time: 17_373_000 picoseconds. - Weight::from_parts(17_964_000, 4034) + // Minimum execution time: 17_873_000 picoseconds. + Weight::from_parts(18_264_000, 4034) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -161,8 +161,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `569` // Estimated: `4034` - // Minimum execution time: 16_632_000 picoseconds. - Weight::from_parts(17_022_000, 4034) + // Minimum execution time: 17_062_000 picoseconds. + Weight::from_parts(17_774_000, 4034) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -190,8 +190,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `905` // Estimated: `11795` - // Minimum execution time: 46_648_000 picoseconds. - Weight::from_parts(47_910_000, 11795) + // Minimum execution time: 47_339_000 picoseconds. + Weight::from_parts(49_303_000, 11795) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -207,8 +207,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `661` // Estimated: `4126` - // Minimum execution time: 26_811_000 picoseconds. - Weight::from_parts(27_472_000, 4126) + // Minimum execution time: 27_452_000 picoseconds. + Weight::from_parts(27_953_000, 4126) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -222,8 +222,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `956` // Estimated: `11846` - // Minimum execution time: 34_525_000 picoseconds. - Weight::from_parts(35_247_000, 11846) + // Minimum execution time: 34_916_000 picoseconds. + Weight::from_parts(35_828_000, 11846) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -239,8 +239,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `454` // Estimated: `3919` - // Minimum execution time: 18_374_000 picoseconds. - Weight::from_parts(19_016_000, 3919) + // Minimum execution time: 18_895_000 picoseconds. + Weight::from_parts(19_287_000, 3919) .saturating_add(T::DbWeight::get().reads(4_u64)) } /// Storage: `TfgridModule::Farms` (r:1 w:0) @@ -253,8 +253,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `779` // Estimated: `4244` - // Minimum execution time: 24_346_000 picoseconds. - Weight::from_parts(25_478_000, 4244) + // Minimum execution time: 24_816_000 picoseconds. + Weight::from_parts(25_268_000, 4244) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -274,8 +274,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `682` // Estimated: `4147` - // Minimum execution time: 27_161_000 picoseconds. - Weight::from_parts(28_223_000, 4147) + // Minimum execution time: 28_174_000 picoseconds. + Weight::from_parts(28_825_000, 4147) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -291,8 +291,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `235` // Estimated: `3700` - // Minimum execution time: 14_507_000 picoseconds. - Weight::from_parts(14_708_000, 3700) + // Minimum execution time: 14_408_000 picoseconds. + Weight::from_parts(14_858_000, 3700) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -304,8 +304,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `428` // Estimated: `3893` - // Minimum execution time: 14_928_000 picoseconds. - Weight::from_parts(15_309_000, 3893) + // Minimum execution time: 14_979_000 picoseconds. + Weight::from_parts(15_529_000, 3893) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -319,8 +319,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3599` - // Minimum execution time: 11_913_000 picoseconds. - Weight::from_parts(12_273_000, 3599) + // Minimum execution time: 12_334_000 picoseconds. + Weight::from_parts(12_764_000, 3599) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -334,8 +334,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `382` // Estimated: `3847` - // Minimum execution time: 16_401_000 picoseconds. - Weight::from_parts(16_892_000, 3847) + // Minimum execution time: 16_962_000 picoseconds. + Weight::from_parts(17_333_000, 3847) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -347,8 +347,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `134` // Estimated: `1619` - // Minimum execution time: 9_859_000 picoseconds. - Weight::from_parts(10_380_000, 1619) + // Minimum execution time: 10_449_000 picoseconds. + Weight::from_parts(10_760_000, 1619) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -360,8 +360,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 7_274_000 picoseconds. - Weight::from_parts(7_484_000, 3605) + // Minimum execution time: 7_584_000 picoseconds. + Weight::from_parts(7_714_000, 3605) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -385,8 +385,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `828` // Estimated: `4293` - // Minimum execution time: 32_291_000 picoseconds. - Weight::from_parts(33_222_000, 4293) + // Minimum execution time: 33_594_000 picoseconds. + Weight::from_parts(33_995_000, 4293) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -396,8 +396,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3877` - // Minimum execution time: 13_476_000 picoseconds. - Weight::from_parts(13_836_000, 3877) + // Minimum execution time: 13_635_000 picoseconds. + Weight::from_parts(14_027_000, 3877) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -407,8 +407,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3877` - // Minimum execution time: 13_626_000 picoseconds. - Weight::from_parts(13_907_000, 3877) + // Minimum execution time: 13_846_000 picoseconds. + Weight::from_parts(14_247_000, 3877) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -418,8 +418,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_490_000 picoseconds. - Weight::from_parts(5_701_000, 0) + // Minimum execution time: 5_651_000 picoseconds. + Weight::from_parts(5_931_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `TfgridModule::AllowedNodeCertifiers` (r:1 w:1) @@ -428,8 +428,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `355` // Estimated: `1840` - // Minimum execution time: 9_478_000 picoseconds. - Weight::from_parts(9_899_000, 1840) + // Minimum execution time: 9_919_000 picoseconds. + Weight::from_parts(10_329_000, 1840) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -439,8 +439,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `413` // Estimated: `1898` - // Minimum execution time: 11_662_000 picoseconds. - Weight::from_parts(12_183_000, 1898) + // Minimum execution time: 12_183_000 picoseconds. + Weight::from_parts(12_514_000, 1898) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -450,8 +450,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `294` // Estimated: `3759` - // Minimum execution time: 12_955_000 picoseconds. - Weight::from_parts(13_265_000, 3759) + // Minimum execution time: 13_195_000 picoseconds. + Weight::from_parts(13_787_000, 3759) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -465,8 +465,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `572` // Estimated: `4037` - // Minimum execution time: 21_620_000 picoseconds. - Weight::from_parts(22_121_000, 4037) + // Minimum execution time: 22_202_000 picoseconds. + Weight::from_parts(22_984_000, 4037) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -476,8 +476,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `134` // Estimated: `1619` - // Minimum execution time: 7_755_000 picoseconds. - Weight::from_parts(7_965_000, 1619) + // Minimum execution time: 8_026_000 picoseconds. + Weight::from_parts(8_276_000, 1619) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -493,8 +493,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `621` // Estimated: `4086` - // Minimum execution time: 22_423_000 picoseconds. - Weight::from_parts(23_094_000, 4086) + // Minimum execution time: 23_053_000 picoseconds. + Weight::from_parts(23_574_000, 4086) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -514,8 +514,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `792` // Estimated: `4257` - // Minimum execution time: 25_899_000 picoseconds. - Weight::from_parts(26_520_000, 4257) + // Minimum execution time: 26_720_000 picoseconds. + Weight::from_parts(27_222_000, 4257) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -527,8 +527,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `387` // Estimated: `3852` - // Minimum execution time: 11_602_000 picoseconds. - Weight::from_parts(11_862_000, 3852) + // Minimum execution time: 11_963_000 picoseconds. + Weight::from_parts(12_283_000, 3852) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -544,8 +544,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `454` // Estimated: `3919` - // Minimum execution time: 17_754_000 picoseconds. - Weight::from_parts(18_235_000, 3919) + // Minimum execution time: 18_274_000 picoseconds. + Weight::from_parts(18_726_000, 3919) .saturating_add(T::DbWeight::get().reads(4_u64)) } } @@ -558,8 +558,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_305_000 picoseconds. - Weight::from_parts(2_445_000, 0) + // Minimum execution time: 2_454_000 picoseconds. + Weight::from_parts(2_555_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: `TfgridModule::TwinIdByAccountID` (r:1 w:0) @@ -576,8 +576,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `496` // Estimated: `3961` - // Minimum execution time: 19_727_000 picoseconds. - Weight::from_parts(20_188_000, 3961) + // Minimum execution time: 20_088_000 picoseconds. + Weight::from_parts(20_669_000, 3961) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -591,8 +591,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `507` // Estimated: `3972` - // Minimum execution time: 21_420_000 picoseconds. - Weight::from_parts(22_052_000, 3972) + // Minimum execution time: 21_901_000 picoseconds. + Weight::from_parts(22_472_000, 3972) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -606,8 +606,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `453` // Estimated: `3918` - // Minimum execution time: 15_589_000 picoseconds. - Weight::from_parts(16_000_000, 3918) + // Minimum execution time: 16_071_000 picoseconds. + Weight::from_parts(16_411_000, 3918) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -617,8 +617,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3877` - // Minimum execution time: 13_125_000 picoseconds. - Weight::from_parts(13_396_000, 3877) + // Minimum execution time: 13_395_000 picoseconds. + Weight::from_parts(13_596_000, 3877) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -630,8 +630,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `569` // Estimated: `4034` - // Minimum execution time: 17_373_000 picoseconds. - Weight::from_parts(17_964_000, 4034) + // Minimum execution time: 17_873_000 picoseconds. + Weight::from_parts(18_264_000, 4034) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -643,8 +643,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `569` // Estimated: `4034` - // Minimum execution time: 16_632_000 picoseconds. - Weight::from_parts(17_022_000, 4034) + // Minimum execution time: 17_062_000 picoseconds. + Weight::from_parts(17_774_000, 4034) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -672,8 +672,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `905` // Estimated: `11795` - // Minimum execution time: 46_648_000 picoseconds. - Weight::from_parts(47_910_000, 11795) + // Minimum execution time: 47_339_000 picoseconds. + Weight::from_parts(49_303_000, 11795) .saturating_add(RocksDbWeight::get().reads(12_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -689,8 +689,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `661` // Estimated: `4126` - // Minimum execution time: 26_811_000 picoseconds. - Weight::from_parts(27_472_000, 4126) + // Minimum execution time: 27_452_000 picoseconds. + Weight::from_parts(27_953_000, 4126) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -704,8 +704,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `956` // Estimated: `11846` - // Minimum execution time: 34_525_000 picoseconds. - Weight::from_parts(35_247_000, 11846) + // Minimum execution time: 34_916_000 picoseconds. + Weight::from_parts(35_828_000, 11846) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -721,8 +721,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `454` // Estimated: `3919` - // Minimum execution time: 18_374_000 picoseconds. - Weight::from_parts(19_016_000, 3919) + // Minimum execution time: 18_895_000 picoseconds. + Weight::from_parts(19_287_000, 3919) .saturating_add(RocksDbWeight::get().reads(4_u64)) } /// Storage: `TfgridModule::Farms` (r:1 w:0) @@ -735,8 +735,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `779` // Estimated: `4244` - // Minimum execution time: 24_346_000 picoseconds. - Weight::from_parts(25_478_000, 4244) + // Minimum execution time: 24_816_000 picoseconds. + Weight::from_parts(25_268_000, 4244) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -756,8 +756,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `682` // Estimated: `4147` - // Minimum execution time: 27_161_000 picoseconds. - Weight::from_parts(28_223_000, 4147) + // Minimum execution time: 28_174_000 picoseconds. + Weight::from_parts(28_825_000, 4147) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -773,8 +773,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `235` // Estimated: `3700` - // Minimum execution time: 14_507_000 picoseconds. - Weight::from_parts(14_708_000, 3700) + // Minimum execution time: 14_408_000 picoseconds. + Weight::from_parts(14_858_000, 3700) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -786,8 +786,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `428` // Estimated: `3893` - // Minimum execution time: 14_928_000 picoseconds. - Weight::from_parts(15_309_000, 3893) + // Minimum execution time: 14_979_000 picoseconds. + Weight::from_parts(15_529_000, 3893) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -801,8 +801,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `134` // Estimated: `3599` - // Minimum execution time: 11_913_000 picoseconds. - Weight::from_parts(12_273_000, 3599) + // Minimum execution time: 12_334_000 picoseconds. + Weight::from_parts(12_764_000, 3599) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -816,8 +816,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `382` // Estimated: `3847` - // Minimum execution time: 16_401_000 picoseconds. - Weight::from_parts(16_892_000, 3847) + // Minimum execution time: 16_962_000 picoseconds. + Weight::from_parts(17_333_000, 3847) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -829,8 +829,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `134` // Estimated: `1619` - // Minimum execution time: 9_859_000 picoseconds. - Weight::from_parts(10_380_000, 1619) + // Minimum execution time: 10_449_000 picoseconds. + Weight::from_parts(10_760_000, 1619) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -842,8 +842,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `140` // Estimated: `3605` - // Minimum execution time: 7_274_000 picoseconds. - Weight::from_parts(7_484_000, 3605) + // Minimum execution time: 7_584_000 picoseconds. + Weight::from_parts(7_714_000, 3605) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -867,8 +867,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `828` // Estimated: `4293` - // Minimum execution time: 32_291_000 picoseconds. - Weight::from_parts(33_222_000, 4293) + // Minimum execution time: 33_594_000 picoseconds. + Weight::from_parts(33_995_000, 4293) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -878,8 +878,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3877` - // Minimum execution time: 13_476_000 picoseconds. - Weight::from_parts(13_836_000, 3877) + // Minimum execution time: 13_635_000 picoseconds. + Weight::from_parts(14_027_000, 3877) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -889,8 +889,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `412` // Estimated: `3877` - // Minimum execution time: 13_626_000 picoseconds. - Weight::from_parts(13_907_000, 3877) + // Minimum execution time: 13_846_000 picoseconds. + Weight::from_parts(14_247_000, 3877) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -900,8 +900,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_490_000 picoseconds. - Weight::from_parts(5_701_000, 0) + // Minimum execution time: 5_651_000 picoseconds. + Weight::from_parts(5_931_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: `TfgridModule::AllowedNodeCertifiers` (r:1 w:1) @@ -910,8 +910,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `355` // Estimated: `1840` - // Minimum execution time: 9_478_000 picoseconds. - Weight::from_parts(9_899_000, 1840) + // Minimum execution time: 9_919_000 picoseconds. + Weight::from_parts(10_329_000, 1840) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -921,8 +921,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `413` // Estimated: `1898` - // Minimum execution time: 11_662_000 picoseconds. - Weight::from_parts(12_183_000, 1898) + // Minimum execution time: 12_183_000 picoseconds. + Weight::from_parts(12_514_000, 1898) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -932,8 +932,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `294` // Estimated: `3759` - // Minimum execution time: 12_955_000 picoseconds. - Weight::from_parts(13_265_000, 3759) + // Minimum execution time: 13_195_000 picoseconds. + Weight::from_parts(13_787_000, 3759) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -947,8 +947,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `572` // Estimated: `4037` - // Minimum execution time: 21_620_000 picoseconds. - Weight::from_parts(22_121_000, 4037) + // Minimum execution time: 22_202_000 picoseconds. + Weight::from_parts(22_984_000, 4037) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -958,8 +958,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `134` // Estimated: `1619` - // Minimum execution time: 7_755_000 picoseconds. - Weight::from_parts(7_965_000, 1619) + // Minimum execution time: 8_026_000 picoseconds. + Weight::from_parts(8_276_000, 1619) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -975,8 +975,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `621` // Estimated: `4086` - // Minimum execution time: 22_423_000 picoseconds. - Weight::from_parts(23_094_000, 4086) + // Minimum execution time: 23_053_000 picoseconds. + Weight::from_parts(23_574_000, 4086) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -996,8 +996,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `792` // Estimated: `4257` - // Minimum execution time: 25_899_000 picoseconds. - Weight::from_parts(26_520_000, 4257) + // Minimum execution time: 26_720_000 picoseconds. + Weight::from_parts(27_222_000, 4257) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1009,8 +1009,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `387` // Estimated: `3852` - // Minimum execution time: 11_602_000 picoseconds. - Weight::from_parts(11_862_000, 3852) + // Minimum execution time: 11_963_000 picoseconds. + Weight::from_parts(12_283_000, 3852) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -1026,8 +1026,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `454` // Estimated: `3919` - // Minimum execution time: 17_754_000 picoseconds. - Weight::from_parts(18_235_000, 3919) + // Minimum execution time: 18_274_000 picoseconds. + Weight::from_parts(18_726_000, 3919) .saturating_add(RocksDbWeight::get().reads(4_u64)) } } diff --git a/substrate-node/pallets/pallet-tft-bridge/src/weights.rs b/substrate-node/pallets/pallet-tft-bridge/src/weights.rs index 5fd22f18a..64624f88d 100644 --- a/substrate-node/pallets/pallet-tft-bridge/src/weights.rs +++ b/substrate-node/pallets/pallet-tft-bridge/src/weights.rs @@ -4,7 +4,7 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2024-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `2788e4c128ab`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` +//! HOSTNAME: `cd2ca9d16e82`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -55,8 +55,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `256` // Estimated: `1741` - // Minimum execution time: 6_973_000 picoseconds. - Weight::from_parts(7_233_000, 1741) + // Minimum execution time: 7_254_000 picoseconds. + Weight::from_parts(7_464_000, 1741) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -66,8 +66,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `289` // Estimated: `1774` - // Minimum execution time: 6_893_000 picoseconds. - Weight::from_parts(7_094_000, 1774) + // Minimum execution time: 7_204_000 picoseconds. + Weight::from_parts(7_334_000, 1774) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -77,8 +77,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_164_000 picoseconds. - Weight::from_parts(2_294_000, 0) + // Minimum execution time: 2_405_000 picoseconds. + Weight::from_parts(2_515_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `TFTBridgeModule::WithdrawFee` (r:0 w:1) @@ -87,8 +87,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_104_000 picoseconds. - Weight::from_parts(2_194_000, 0) + // Minimum execution time: 2_204_000 picoseconds. + Weight::from_parts(2_305_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `TFTBridgeModule::DepositFee` (r:0 w:1) @@ -97,8 +97,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_084_000 picoseconds. - Weight::from_parts(2_184_000, 0) + // Minimum execution time: 2_224_000 picoseconds. + Weight::from_parts(2_325_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: `TFTBridgeModule::WithdrawFee` (r:1 w:0) @@ -115,8 +115,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3593` - // Minimum execution time: 42_730_000 picoseconds. - Weight::from_parts(43_292_000, 3593) + // Minimum execution time: 43_723_000 picoseconds. + Weight::from_parts(44_634_000, 3593) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -136,8 +136,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `499` // Estimated: `3964` - // Minimum execution time: 59_543_000 picoseconds. - Weight::from_parts(60_454_000, 3964) + // Minimum execution time: 61_196_000 picoseconds. + Weight::from_parts(62_007_000, 3964) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -151,8 +151,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `631` // Estimated: `4096` - // Minimum execution time: 25_338_000 picoseconds. - Weight::from_parts(25_789_000, 4096) + // Minimum execution time: 25_738_000 picoseconds. + Weight::from_parts(26_150_000, 4096) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -166,8 +166,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `571` // Estimated: `4036` - // Minimum execution time: 17_663_000 picoseconds. - Weight::from_parts(18_135_000, 4036) + // Minimum execution time: 18_365_000 picoseconds. + Weight::from_parts(18_766_000, 4036) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -179,8 +179,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3850` - // Minimum execution time: 21_059_000 picoseconds. - Weight::from_parts(21_431_000, 3850) + // Minimum execution time: 21_841_000 picoseconds. + Weight::from_parts(22_252_000, 3850) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -194,8 +194,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `560` // Estimated: `4025` - // Minimum execution time: 18_195_000 picoseconds. - Weight::from_parts(18_465_000, 4025) + // Minimum execution time: 18_805_000 picoseconds. + Weight::from_parts(19_146_000, 4025) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -209,8 +209,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `256` // Estimated: `1741` - // Minimum execution time: 6_973_000 picoseconds. - Weight::from_parts(7_233_000, 1741) + // Minimum execution time: 7_254_000 picoseconds. + Weight::from_parts(7_464_000, 1741) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -220,8 +220,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `289` // Estimated: `1774` - // Minimum execution time: 6_893_000 picoseconds. - Weight::from_parts(7_094_000, 1774) + // Minimum execution time: 7_204_000 picoseconds. + Weight::from_parts(7_334_000, 1774) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -231,8 +231,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_164_000 picoseconds. - Weight::from_parts(2_294_000, 0) + // Minimum execution time: 2_405_000 picoseconds. + Weight::from_parts(2_515_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: `TFTBridgeModule::WithdrawFee` (r:0 w:1) @@ -241,8 +241,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_104_000 picoseconds. - Weight::from_parts(2_194_000, 0) + // Minimum execution time: 2_204_000 picoseconds. + Weight::from_parts(2_305_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: `TFTBridgeModule::DepositFee` (r:0 w:1) @@ -251,8 +251,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_084_000 picoseconds. - Weight::from_parts(2_184_000, 0) + // Minimum execution time: 2_224_000 picoseconds. + Weight::from_parts(2_325_000, 0) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// Storage: `TFTBridgeModule::WithdrawFee` (r:1 w:0) @@ -269,8 +269,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `253` // Estimated: `3593` - // Minimum execution time: 42_730_000 picoseconds. - Weight::from_parts(43_292_000, 3593) + // Minimum execution time: 43_723_000 picoseconds. + Weight::from_parts(44_634_000, 3593) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -290,8 +290,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `499` // Estimated: `3964` - // Minimum execution time: 59_543_000 picoseconds. - Weight::from_parts(60_454_000, 3964) + // Minimum execution time: 61_196_000 picoseconds. + Weight::from_parts(62_007_000, 3964) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -305,8 +305,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `631` // Estimated: `4096` - // Minimum execution time: 25_338_000 picoseconds. - Weight::from_parts(25_789_000, 4096) + // Minimum execution time: 25_738_000 picoseconds. + Weight::from_parts(26_150_000, 4096) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -320,8 +320,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `571` // Estimated: `4036` - // Minimum execution time: 17_663_000 picoseconds. - Weight::from_parts(18_135_000, 4036) + // Minimum execution time: 18_365_000 picoseconds. + Weight::from_parts(18_766_000, 4036) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -333,8 +333,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `385` // Estimated: `3850` - // Minimum execution time: 21_059_000 picoseconds. - Weight::from_parts(21_431_000, 3850) + // Minimum execution time: 21_841_000 picoseconds. + Weight::from_parts(22_252_000, 3850) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -348,8 +348,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `560` // Estimated: `4025` - // Minimum execution time: 18_195_000 picoseconds. - Weight::from_parts(18_465_000, 4025) + // Minimum execution time: 18_805_000 picoseconds. + Weight::from_parts(19_146_000, 4025) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } diff --git a/substrate-node/pallets/pallet-tft-price/src/weights.rs b/substrate-node/pallets/pallet-tft-price/src/weights.rs index a2c6cc195..ea158ec5d 100644 --- a/substrate-node/pallets/pallet-tft-price/src/weights.rs +++ b/substrate-node/pallets/pallet-tft-price/src/weights.rs @@ -4,7 +4,7 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2024-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `2788e4c128ab`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` +//! HOSTNAME: `cd2ca9d16e82`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -61,8 +61,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `235` // Estimated: `6175` - // Minimum execution time: 29_686_000 picoseconds. - Weight::from_parts(30_177_000, 6175) + // Minimum execution time: 29_235_000 picoseconds. + Weight::from_parts(30_067_000, 6175) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -74,8 +74,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `93` // Estimated: `1578` - // Minimum execution time: 5_189_000 picoseconds. - Weight::from_parts(5_310_000, 1578) + // Minimum execution time: 5_039_000 picoseconds. + Weight::from_parts(5_180_000, 1578) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -87,8 +87,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `93` // Estimated: `1578` - // Minimum execution time: 5_170_000 picoseconds. - Weight::from_parts(5_300_000, 1578) + // Minimum execution time: 4_970_000 picoseconds. + Weight::from_parts(5_149_000, 1578) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -116,8 +116,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `235` // Estimated: `6175` - // Minimum execution time: 29_686_000 picoseconds. - Weight::from_parts(30_177_000, 6175) + // Minimum execution time: 29_235_000 picoseconds. + Weight::from_parts(30_067_000, 6175) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } @@ -129,8 +129,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `93` // Estimated: `1578` - // Minimum execution time: 5_189_000 picoseconds. - Weight::from_parts(5_310_000, 1578) + // Minimum execution time: 5_039_000 picoseconds. + Weight::from_parts(5_180_000, 1578) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -142,8 +142,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `93` // Estimated: `1578` - // Minimum execution time: 5_170_000 picoseconds. - Weight::from_parts(5_300_000, 1578) + // Minimum execution time: 4_970_000 picoseconds. + Weight::from_parts(5_149_000, 1578) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/substrate-node/pallets/pallet-validator/src/weights.rs b/substrate-node/pallets/pallet-validator/src/weights.rs index 2a1aad9ba..ab5d7aa1f 100644 --- a/substrate-node/pallets/pallet-validator/src/weights.rs +++ b/substrate-node/pallets/pallet-validator/src/weights.rs @@ -4,7 +4,7 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2024-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `2788e4c128ab`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` +//! HOSTNAME: `cd2ca9d16e82`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -50,8 +50,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3507` - // Minimum execution time: 9_318_000 picoseconds. - Weight::from_parts(9_598_000, 3507) + // Minimum execution time: 9_538_000 picoseconds. + Weight::from_parts(9_849_000, 3507) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -65,8 +65,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `365` // Estimated: `3830` - // Minimum execution time: 24_076_000 picoseconds. - Weight::from_parts(25_178_000, 3830) + // Minimum execution time: 25_138_000 picoseconds. + Weight::from_parts(25_939_000, 3830) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -80,8 +80,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `431` // Estimated: `3896` - // Minimum execution time: 33_684_000 picoseconds. - Weight::from_parts(34_215_000, 3896) + // Minimum execution time: 34_595_000 picoseconds. + Weight::from_parts(35_076_000, 3896) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -91,8 +91,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3507` - // Minimum execution time: 8_186_000 picoseconds. - Weight::from_parts(8_456_000, 3507) + // Minimum execution time: 8_726_000 picoseconds. + Weight::from_parts(9_037_000, 3507) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -110,8 +110,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `494` // Estimated: `4687` - // Minimum execution time: 24_427_000 picoseconds. - Weight::from_parts(25_188_000, 4687) + // Minimum execution time: 25_368_000 picoseconds. + Weight::from_parts(25_859_000, 4687) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -131,8 +131,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `558` // Estimated: `4687` - // Minimum execution time: 22_002_000 picoseconds. - Weight::from_parts(22_403_000, 4687) + // Minimum execution time: 22_643_000 picoseconds. + Weight::from_parts(23_274_000, 4687) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -146,8 +146,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3507` - // Minimum execution time: 9_318_000 picoseconds. - Weight::from_parts(9_598_000, 3507) + // Minimum execution time: 9_538_000 picoseconds. + Weight::from_parts(9_849_000, 3507) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -161,8 +161,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `365` // Estimated: `3830` - // Minimum execution time: 24_076_000 picoseconds. - Weight::from_parts(25_178_000, 3830) + // Minimum execution time: 25_138_000 picoseconds. + Weight::from_parts(25_939_000, 3830) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -176,8 +176,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `431` // Estimated: `3896` - // Minimum execution time: 33_684_000 picoseconds. - Weight::from_parts(34_215_000, 3896) + // Minimum execution time: 34_595_000 picoseconds. + Weight::from_parts(35_076_000, 3896) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -187,8 +187,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3507` - // Minimum execution time: 8_186_000 picoseconds. - Weight::from_parts(8_456_000, 3507) + // Minimum execution time: 8_726_000 picoseconds. + Weight::from_parts(9_037_000, 3507) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -206,8 +206,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `494` // Estimated: `4687` - // Minimum execution time: 24_427_000 picoseconds. - Weight::from_parts(25_188_000, 4687) + // Minimum execution time: 25_368_000 picoseconds. + Weight::from_parts(25_859_000, 4687) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -227,8 +227,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `558` // Estimated: `4687` - // Minimum execution time: 22_002_000 picoseconds. - Weight::from_parts(22_403_000, 4687) + // Minimum execution time: 22_643_000 picoseconds. + Weight::from_parts(23_274_000, 4687) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } diff --git a/substrate-node/pallets/substrate-validator-set/src/weights.rs b/substrate-node/pallets/substrate-validator-set/src/weights.rs index 53a6b882f..405a4efcd 100644 --- a/substrate-node/pallets/substrate-validator-set/src/weights.rs +++ b/substrate-node/pallets/substrate-validator-set/src/weights.rs @@ -4,7 +4,7 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2024-08-26, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `2788e4c128ab`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` +//! HOSTNAME: `cd2ca9d16e82`, CPU: `AMD Ryzen 7 5800X 8-Core Processor` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("dev"), DB CACHE: 1024 // Executed Command: @@ -49,8 +49,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `139` // Estimated: `1624` - // Minimum execution time: 14_117_000 picoseconds. - Weight::from_parts(14_537_000, 1624) + // Minimum execution time: 13_655_000 picoseconds. + Weight::from_parts(14_137_000, 1624) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -62,8 +62,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `205` // Estimated: `1690` - // Minimum execution time: 11_582_000 picoseconds. - Weight::from_parts(11_893_000, 1690) + // Minimum execution time: 11_151_000 picoseconds. + Weight::from_parts(11_392_000, 1690) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -75,8 +75,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `172` // Estimated: `1657` - // Minimum execution time: 12_914_000 picoseconds. - Weight::from_parts(13_235_000, 1657) + // Minimum execution time: 12_143_000 picoseconds. + Weight::from_parts(12_554_000, 1657) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -92,8 +92,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `139` // Estimated: `1624` - // Minimum execution time: 14_117_000 picoseconds. - Weight::from_parts(14_537_000, 1624) + // Minimum execution time: 13_655_000 picoseconds. + Weight::from_parts(14_137_000, 1624) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -105,8 +105,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `205` // Estimated: `1690` - // Minimum execution time: 11_582_000 picoseconds. - Weight::from_parts(11_893_000, 1690) + // Minimum execution time: 11_151_000 picoseconds. + Weight::from_parts(11_392_000, 1690) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -118,8 +118,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `172` // Estimated: `1657` - // Minimum execution time: 12_914_000 picoseconds. - Weight::from_parts(13_235_000, 1657) + // Minimum execution time: 12_143_000 picoseconds. + Weight::from_parts(12_554_000, 1657) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) }