diff --git a/runtime/altair/src/weights/cumulus_pallet_xcmp_queue.rs b/runtime/altair/src/weights/cumulus_pallet_xcmp_queue.rs index 8e1dfd18a8..c8e2d6cd6d 100644 --- a/runtime/altair/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/runtime/altair/src/weights/cumulus_pallet_xcmp_queue.rs @@ -2,16 +2,16 @@ //! 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-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=cumulus_pallet_xcmp_queue @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/cumulus_pallet_xcmp_queue.rs +// --output=/tmp/runtime/altair/src/weights/cumulus_pallet_xcmp_queue.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `cumulus_pallet_xcmp_queue`. pub struct WeightInfo(PhantomData); @@ -36,9 +37,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn fn set_config_with_u32() -> Weight { // Proof Size summary in bytes: // Measured: `142` - // Estimated: `637` - // Minimum execution time: 9_087 nanoseconds. - Weight::from_parts(9_438_000, 637) + // Estimated: `1627` + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_000_000, 0) + .saturating_add(Weight::from_parts(0, 1627)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -47,9 +49,10 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn fn set_config_with_weight() -> Weight { // Proof Size summary in bytes: // Measured: `142` - // Estimated: `637` - // Minimum execution time: 8_967 nanoseconds. - Weight::from_parts(9_167_000, 637) + // Estimated: `1627` + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_000_000, 0) + .saturating_add(Weight::from_parts(0, 1627)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_anchors.rs b/runtime/altair/src/weights/pallet_anchors.rs index 092d4fb849..4730d0e2fe 100644 --- a/runtime/altair/src/weights/pallet_anchors.rs +++ b/runtime/altair/src/weights/pallet_anchors.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_anchors` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_anchors @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_anchors.rs +// --output=/tmp/runtime/altair/src/weights/pallet_anchors.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_anchors`. pub struct WeightInfo(PhantomData); @@ -40,9 +41,10 @@ impl pallet_anchors::WeightInfo for WeightInfo { fn pre_commit() -> Weight { // Proof Size summary in bytes: // Measured: `301` - // Estimated: `7625` - // Minimum execution time: 33_734 nanoseconds. - Weight::from_parts(34_865_000, 7625) + // Estimated: `3581` + // Minimum execution time: 27_000_000 picoseconds. + Weight::from_parts(27_000_000, 0) + .saturating_add(Weight::from_parts(0, 3581)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,10 +68,11 @@ impl pallet_anchors::WeightInfo for WeightInfo { /// Proof Skipped: unknown `0xdb4faa73ca6d2016e53c7156087c176b79b169c409b8a0063a07964f3187f9e9` (r:0 w:1) fn commit() -> Weight { // Proof Size summary in bytes: - // Measured: `700` - // Estimated: `11053` - // Minimum execution time: 64_170 nanoseconds. - Weight::from_parts(65_322_000, 11053) + // Measured: `668` + // Estimated: `3581` + // Minimum execution time: 47_000_000 picoseconds. + Weight::from_parts(48_000_000, 0) + .saturating_add(Weight::from_parts(0, 3581)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -77,10 +80,11 @@ impl pallet_anchors::WeightInfo for WeightInfo { /// Proof: Anchor PreCommits (max_values: None, max_size: Some(116), added: 2591, mode: MaxEncodedLen) fn evict_pre_commits() -> Weight { // Proof Size summary in bytes: - // Measured: `15750` - // Estimated: `259100` - // Minimum execution time: 1_692_696 nanoseconds. - Weight::from_parts(1_709_918_000, 259100) + // Measured: `12450` + // Estimated: `260090` + // Minimum execution time: 1_539_000_000 picoseconds. + Weight::from_parts(1_546_000_000, 0) + .saturating_add(Weight::from_parts(0, 260090)) .saturating_add(T::DbWeight::get().reads(100)) .saturating_add(T::DbWeight::get().writes(100)) } @@ -298,213 +302,214 @@ impl pallet_anchors::WeightInfo for WeightInfo { /// Proof: Anchor AnchorIndexes (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) /// Storage: Anchor AnchorEvictDates (r:100 w:100) /// Proof: Anchor AnchorEvictDates (max_values: None, max_size: Some(36), added: 2511, mode: MaxEncodedLen) - /// Storage: unknown `0x01d5998dcaa249dfa2a455ae4c045d761623f268227068931dbabca3732aa41f` (r:0 w:1) - /// Proof Skipped: unknown `0x01d5998dcaa249dfa2a455ae4c045d761623f268227068931dbabca3732aa41f` (r:0 w:1) - /// Storage: unknown `0x04575ee0699f1fa86cccfdcf4285aa81b9bfa0f8837cf533346d722970f1a704` (r:0 w:1) - /// Proof Skipped: unknown `0x04575ee0699f1fa86cccfdcf4285aa81b9bfa0f8837cf533346d722970f1a704` (r:0 w:1) - /// Storage: unknown `0x0959721f200e92d5090cee3c2c4546c11f9bfd16ded1e70e6781d2402880f1f3` (r:0 w:1) - /// Proof Skipped: unknown `0x0959721f200e92d5090cee3c2c4546c11f9bfd16ded1e70e6781d2402880f1f3` (r:0 w:1) - /// Storage: unknown `0x0a958b15afac1ffb0c6e73c553bd8b4ba94ad2d0cc118dcd2a7bc8802e2e772a` (r:0 w:1) - /// Proof Skipped: unknown `0x0a958b15afac1ffb0c6e73c553bd8b4ba94ad2d0cc118dcd2a7bc8802e2e772a` (r:0 w:1) - /// Storage: unknown `0x0c4c531cd9dcf8573a6350d0ac9fb060d273156bdee4fdae0043b6fee5bda27c` (r:0 w:1) - /// Proof Skipped: unknown `0x0c4c531cd9dcf8573a6350d0ac9fb060d273156bdee4fdae0043b6fee5bda27c` (r:0 w:1) - /// Storage: unknown `0x0cd3f3ee9420f9c3b2e70862996e8d02e87d1f148632a36b8f72c9548b10b856` (r:0 w:1) - /// Proof Skipped: unknown `0x0cd3f3ee9420f9c3b2e70862996e8d02e87d1f148632a36b8f72c9548b10b856` (r:0 w:1) - /// Storage: unknown `0x10876da12e1227a2c04872ce311f768aaf3e21458e6ad1c04f044c97fe8e214e` (r:0 w:1) - /// Proof Skipped: unknown `0x10876da12e1227a2c04872ce311f768aaf3e21458e6ad1c04f044c97fe8e214e` (r:0 w:1) - /// Storage: unknown `0x10b360a66313de6ab2d43019c5fd7ea0db088efb3e1d4a24d89775e66e089cff` (r:0 w:1) - /// Proof Skipped: unknown `0x10b360a66313de6ab2d43019c5fd7ea0db088efb3e1d4a24d89775e66e089cff` (r:0 w:1) - /// Storage: unknown `0x16d33ce142442dfbe857e2c9e0648d026c6bb367d467d6922c2c1133aaa3d7b8` (r:0 w:1) - /// Proof Skipped: unknown `0x16d33ce142442dfbe857e2c9e0648d026c6bb367d467d6922c2c1133aaa3d7b8` (r:0 w:1) - /// Storage: unknown `0x16e133fb9e42d5a2a9a2e21b2e0efd735fccb527162a21cf520c3aecd84c89ed` (r:0 w:1) - /// Proof Skipped: unknown `0x16e133fb9e42d5a2a9a2e21b2e0efd735fccb527162a21cf520c3aecd84c89ed` (r:0 w:1) - /// Storage: unknown `0x16fcb5e799a48fa04deaaaa71c85bc8e9126bd4b5dbcb3a1f8068ab14bc1c26f` (r:0 w:1) - /// Proof Skipped: unknown `0x16fcb5e799a48fa04deaaaa71c85bc8e9126bd4b5dbcb3a1f8068ab14bc1c26f` (r:0 w:1) - /// Storage: unknown `0x1b3289127bc95ed117e77d479ccd3ac4477ef8d32df7265bbd42c75bf1945464` (r:0 w:1) - /// Proof Skipped: unknown `0x1b3289127bc95ed117e77d479ccd3ac4477ef8d32df7265bbd42c75bf1945464` (r:0 w:1) - /// Storage: unknown `0x1ecb14235f21b57f49e32ac4f35a1af6a71f96867f0bc61bc5905b8d437b6bde` (r:0 w:1) - /// Proof Skipped: unknown `0x1ecb14235f21b57f49e32ac4f35a1af6a71f96867f0bc61bc5905b8d437b6bde` (r:0 w:1) - /// Storage: unknown `0x1f8b0dafc67f9d378cf0596c5d49f220e5880b9c74ccaadac2206a35ec92715a` (r:0 w:1) - /// Proof Skipped: unknown `0x1f8b0dafc67f9d378cf0596c5d49f220e5880b9c74ccaadac2206a35ec92715a` (r:0 w:1) - /// Storage: unknown `0x24a8d9c362d9365f46f899adb37f6b61134dceaa80f96a9cda6b059a1301f380` (r:0 w:1) - /// Proof Skipped: unknown `0x24a8d9c362d9365f46f899adb37f6b61134dceaa80f96a9cda6b059a1301f380` (r:0 w:1) - /// Storage: unknown `0x2a00fca93dceceb635a80a95e8f785b189a4ce35f90a17acba5d1bcacf895a84` (r:0 w:1) - /// Proof Skipped: unknown `0x2a00fca93dceceb635a80a95e8f785b189a4ce35f90a17acba5d1bcacf895a84` (r:0 w:1) - /// Storage: unknown `0x2b318def38ef5f2f8db787e365834ece79fbde70c22cf7bd6c9326995fd4c07f` (r:0 w:1) - /// Proof Skipped: unknown `0x2b318def38ef5f2f8db787e365834ece79fbde70c22cf7bd6c9326995fd4c07f` (r:0 w:1) - /// Storage: unknown `0x2fbeff7b90831a847716e729a30f028899726193b4406a1c91fce4e97beb61b5` (r:0 w:1) - /// Proof Skipped: unknown `0x2fbeff7b90831a847716e729a30f028899726193b4406a1c91fce4e97beb61b5` (r:0 w:1) - /// Storage: unknown `0x30dc983a9ad263028d0e91a8a0cf703a2a7fd3834b1102f1ff3f8c8876a207bf` (r:0 w:1) - /// Proof Skipped: unknown `0x30dc983a9ad263028d0e91a8a0cf703a2a7fd3834b1102f1ff3f8c8876a207bf` (r:0 w:1) - /// Storage: unknown `0x3187d0cdac28db7ec343a07f0b2e44fc56986f0a9c2062d5fa60f99419707bea` (r:0 w:1) - /// Proof Skipped: unknown `0x3187d0cdac28db7ec343a07f0b2e44fc56986f0a9c2062d5fa60f99419707bea` (r:0 w:1) - /// Storage: unknown `0x3596cd6b45e209629c71765c804f324ed440f7a1cb2ff6cb542156fd5d213de2` (r:0 w:1) - /// Proof Skipped: unknown `0x3596cd6b45e209629c71765c804f324ed440f7a1cb2ff6cb542156fd5d213de2` (r:0 w:1) - /// Storage: unknown `0x3645890bd8ab0cc13921468d56eee7da40fbe28dc05bc30a64f05a2c03a1912e` (r:0 w:1) - /// Proof Skipped: unknown `0x3645890bd8ab0cc13921468d56eee7da40fbe28dc05bc30a64f05a2c03a1912e` (r:0 w:1) - /// Storage: unknown `0x384b604969634cf37d988e886b5267a51baeb797e09a1d1a0893e5be8fc553df` (r:0 w:1) - /// Proof Skipped: unknown `0x384b604969634cf37d988e886b5267a51baeb797e09a1d1a0893e5be8fc553df` (r:0 w:1) - /// Storage: unknown `0x3c056a888ea28c9294c91723916f5891141a824048335e32532e6605ce0457e0` (r:0 w:1) - /// Proof Skipped: unknown `0x3c056a888ea28c9294c91723916f5891141a824048335e32532e6605ce0457e0` (r:0 w:1) - /// Storage: unknown `0x3c5fd1d5c95885c6b44e0f3995886046d906821de1ed5ee95b51b17c42d3295b` (r:0 w:1) - /// Proof Skipped: unknown `0x3c5fd1d5c95885c6b44e0f3995886046d906821de1ed5ee95b51b17c42d3295b` (r:0 w:1) - /// Storage: unknown `0x3e74dfe3befcf6fa20eb902c2007ba7fd831619013aa99e016284597b896115b` (r:0 w:1) - /// Proof Skipped: unknown `0x3e74dfe3befcf6fa20eb902c2007ba7fd831619013aa99e016284597b896115b` (r:0 w:1) - /// Storage: unknown `0x42f1cff854d41b18ae379b012a1e712f036bcd839244d5c6324f12c28f6fd6e9` (r:0 w:1) - /// Proof Skipped: unknown `0x42f1cff854d41b18ae379b012a1e712f036bcd839244d5c6324f12c28f6fd6e9` (r:0 w:1) - /// Storage: unknown `0x457803d743c32f50866dbf7aabb339a1d8b6b759783b0627128f0cfd3d6c8775` (r:0 w:1) - /// Proof Skipped: unknown `0x457803d743c32f50866dbf7aabb339a1d8b6b759783b0627128f0cfd3d6c8775` (r:0 w:1) - /// Storage: unknown `0x4cb17fd2f1d1b2eff69f0ffa1a97ff13e7bf4f05a7a99dd06e503e7546b23906` (r:0 w:1) - /// Proof Skipped: unknown `0x4cb17fd2f1d1b2eff69f0ffa1a97ff13e7bf4f05a7a99dd06e503e7546b23906` (r:0 w:1) - /// Storage: unknown `0x58357c4f5a9881658ffc42faa5f48e2810169bf85c8c78011696a17b59728ef5` (r:0 w:1) - /// Proof Skipped: unknown `0x58357c4f5a9881658ffc42faa5f48e2810169bf85c8c78011696a17b59728ef5` (r:0 w:1) - /// Storage: unknown `0x5baa983aa91ad92c66e17d16e0757ec4a67ec2ce5b95f4d02ec22fba0e485da0` (r:0 w:1) - /// Proof Skipped: unknown `0x5baa983aa91ad92c66e17d16e0757ec4a67ec2ce5b95f4d02ec22fba0e485da0` (r:0 w:1) - /// Storage: unknown `0x5da83d0712f41714545470b781e0a43c65a0ac977327475baa98b5cd94938f17` (r:0 w:1) - /// Proof Skipped: unknown `0x5da83d0712f41714545470b781e0a43c65a0ac977327475baa98b5cd94938f17` (r:0 w:1) - /// Storage: unknown `0x6365aeecd6b54d3166f3df46d8c7b404711ca54b4284e8faf67eb014fa3685f8` (r:0 w:1) - /// Proof Skipped: unknown `0x6365aeecd6b54d3166f3df46d8c7b404711ca54b4284e8faf67eb014fa3685f8` (r:0 w:1) - /// Storage: unknown `0x683b74d821a8019cbfc9dbe47b50b0f377e0eef16dbc52f7f931ae713fd3f644` (r:0 w:1) - /// Proof Skipped: unknown `0x683b74d821a8019cbfc9dbe47b50b0f377e0eef16dbc52f7f931ae713fd3f644` (r:0 w:1) - /// Storage: unknown `0x6b02568ad8557dc3d66463abfd1d7f298a0b314fe4bf7d5be79b66768096ed90` (r:0 w:1) - /// Proof Skipped: unknown `0x6b02568ad8557dc3d66463abfd1d7f298a0b314fe4bf7d5be79b66768096ed90` (r:0 w:1) - /// Storage: unknown `0x6b05c068aecc171915a61cf59146e7f9a69b9bba39f4df50cecfeb454850b4c9` (r:0 w:1) - /// Proof Skipped: unknown `0x6b05c068aecc171915a61cf59146e7f9a69b9bba39f4df50cecfeb454850b4c9` (r:0 w:1) - /// Storage: unknown `0x6b5529ac614dcbd6113176256a4f5809eb667bddab2e22579306de0a1f83f287` (r:0 w:1) - /// Proof Skipped: unknown `0x6b5529ac614dcbd6113176256a4f5809eb667bddab2e22579306de0a1f83f287` (r:0 w:1) - /// Storage: unknown `0x6cd1381490331969f37f1e6575081f42f1bd8ae0cc79d70fc52ed178b5d75bd0` (r:0 w:1) - /// Proof Skipped: unknown `0x6cd1381490331969f37f1e6575081f42f1bd8ae0cc79d70fc52ed178b5d75bd0` (r:0 w:1) - /// Storage: unknown `0x6f5b021a9f57d7669ed7269e7d8785acf255f15785bf452a03a4decc184fd403` (r:0 w:1) - /// Proof Skipped: unknown `0x6f5b021a9f57d7669ed7269e7d8785acf255f15785bf452a03a4decc184fd403` (r:0 w:1) - /// Storage: unknown `0x764bac7888f79c071087d351a356a09cb2490cb6ea6d71f0cd391de89a885cd2` (r:0 w:1) - /// Proof Skipped: unknown `0x764bac7888f79c071087d351a356a09cb2490cb6ea6d71f0cd391de89a885cd2` (r:0 w:1) - /// Storage: unknown `0x7aedb653a5de5739b9d3594196693fd51653fcd59b442e0eb9f64265db188044` (r:0 w:1) - /// Proof Skipped: unknown `0x7aedb653a5de5739b9d3594196693fd51653fcd59b442e0eb9f64265db188044` (r:0 w:1) - /// Storage: unknown `0x7ca04bdeb932896fd908eb86d4136e9e2462575ebdf981001c1cd3ca6a2faaec` (r:0 w:1) - /// Proof Skipped: unknown `0x7ca04bdeb932896fd908eb86d4136e9e2462575ebdf981001c1cd3ca6a2faaec` (r:0 w:1) - /// Storage: unknown `0x7ceee738f5af899bd2f967a928019e4a0ecb8715509668dcc039badfe148b45e` (r:0 w:1) - /// Proof Skipped: unknown `0x7ceee738f5af899bd2f967a928019e4a0ecb8715509668dcc039badfe148b45e` (r:0 w:1) - /// Storage: unknown `0x7e700ce9c411e35485babec60c2b68f40c512bc8399c5cee0c1e4264e63f36d1` (r:0 w:1) - /// Proof Skipped: unknown `0x7e700ce9c411e35485babec60c2b68f40c512bc8399c5cee0c1e4264e63f36d1` (r:0 w:1) - /// Storage: unknown `0x80c020f2e70a170ee2f34af3daeda4c2097d14a35f5b1f2d23c2287e5e930f55` (r:0 w:1) - /// Proof Skipped: unknown `0x80c020f2e70a170ee2f34af3daeda4c2097d14a35f5b1f2d23c2287e5e930f55` (r:0 w:1) - /// Storage: unknown `0x8101d04cf92ee55f6c2a798c7b16da4cc8c511fd822b13093d0f53f5523718d0` (r:0 w:1) - /// Proof Skipped: unknown `0x8101d04cf92ee55f6c2a798c7b16da4cc8c511fd822b13093d0f53f5523718d0` (r:0 w:1) - /// Storage: unknown `0x85172de32d6b5871235d50648541b1bd007807512231f9b81f25cb5e20141820` (r:0 w:1) - /// Proof Skipped: unknown `0x85172de32d6b5871235d50648541b1bd007807512231f9b81f25cb5e20141820` (r:0 w:1) - /// Storage: unknown `0x85e9ccd05d28607dcce0dc5be4f34a7d56d3b83b6c63162b2787fc0e6decf2a7` (r:0 w:1) - /// Proof Skipped: unknown `0x85e9ccd05d28607dcce0dc5be4f34a7d56d3b83b6c63162b2787fc0e6decf2a7` (r:0 w:1) - /// Storage: unknown `0x87b3d065618080e576b534cf68b60d09c4cca0b71a8b6321337cc23be47e7329` (r:0 w:1) - /// Proof Skipped: unknown `0x87b3d065618080e576b534cf68b60d09c4cca0b71a8b6321337cc23be47e7329` (r:0 w:1) - /// Storage: unknown `0x892ec564231143cc6294a8750b924df2207d91ea3508501d2bd84bee7947b9d0` (r:0 w:1) - /// Proof Skipped: unknown `0x892ec564231143cc6294a8750b924df2207d91ea3508501d2bd84bee7947b9d0` (r:0 w:1) - /// Storage: unknown `0x8980988eacf42b40c4fc8aa995ae2e059a66c6935626c3e30f1d6842335368d0` (r:0 w:1) - /// Proof Skipped: unknown `0x8980988eacf42b40c4fc8aa995ae2e059a66c6935626c3e30f1d6842335368d0` (r:0 w:1) - /// Storage: unknown `0x8db2380506697daa88c7a72906d747535ffb12c0ca2a4a6443074bb0fdd8f256` (r:0 w:1) - /// Proof Skipped: unknown `0x8db2380506697daa88c7a72906d747535ffb12c0ca2a4a6443074bb0fdd8f256` (r:0 w:1) - /// Storage: unknown `0x8e098b9b896a97df275aba887f591c3076220e02adf682c98808e4ba53e6a773` (r:0 w:1) - /// Proof Skipped: unknown `0x8e098b9b896a97df275aba887f591c3076220e02adf682c98808e4ba53e6a773` (r:0 w:1) - /// Storage: unknown `0x8e590007efc113bc10a61c478d26803cdae5572d4c70547b3c9813b3ce396826` (r:0 w:1) - /// Proof Skipped: unknown `0x8e590007efc113bc10a61c478d26803cdae5572d4c70547b3c9813b3ce396826` (r:0 w:1) - /// Storage: unknown `0x96e31df89b1f00b96c993bd9de31e32e7e59c0a185cd0b31adc4e969746c8ea6` (r:0 w:1) - /// Proof Skipped: unknown `0x96e31df89b1f00b96c993bd9de31e32e7e59c0a185cd0b31adc4e969746c8ea6` (r:0 w:1) - /// Storage: unknown `0x9ae7305289647b636a8702b2316e5482f1a807fa398687068fb653527368f9bc` (r:0 w:1) - /// Proof Skipped: unknown `0x9ae7305289647b636a8702b2316e5482f1a807fa398687068fb653527368f9bc` (r:0 w:1) - /// Storage: unknown `0x9b9660b6fc1992a09573eaa9110c4a08d40c1f439304a47b9776645bc278fc75` (r:0 w:1) - /// Proof Skipped: unknown `0x9b9660b6fc1992a09573eaa9110c4a08d40c1f439304a47b9776645bc278fc75` (r:0 w:1) - /// Storage: unknown `0xa04f2ef3bb509dfec9d7a97c4778ab2e477af9c5cbda3a1c6e57514314a3f9a5` (r:0 w:1) - /// Proof Skipped: unknown `0xa04f2ef3bb509dfec9d7a97c4778ab2e477af9c5cbda3a1c6e57514314a3f9a5` (r:0 w:1) - /// Storage: unknown `0xa16d64c1e08b47144c2c8e37872486cf440dda823e2ea05f480fedfe83060f17` (r:0 w:1) - /// Proof Skipped: unknown `0xa16d64c1e08b47144c2c8e37872486cf440dda823e2ea05f480fedfe83060f17` (r:0 w:1) - /// Storage: unknown `0xa4ad0a32c2781a59ea8a6d58e26fa7dc0b2a08f8c4c938661f5f3ccd8f8eb8ce` (r:0 w:1) - /// Proof Skipped: unknown `0xa4ad0a32c2781a59ea8a6d58e26fa7dc0b2a08f8c4c938661f5f3ccd8f8eb8ce` (r:0 w:1) - /// Storage: unknown `0xab9797fb6926376ee3b6be73e5501e0a3af18d0bc6dfca0d3b5f498602016956` (r:0 w:1) - /// Proof Skipped: unknown `0xab9797fb6926376ee3b6be73e5501e0a3af18d0bc6dfca0d3b5f498602016956` (r:0 w:1) - /// Storage: unknown `0xac4d9f6628449fe129d24b384441fdb445962d2d6bca7603fea0c20f3d04351c` (r:0 w:1) - /// Proof Skipped: unknown `0xac4d9f6628449fe129d24b384441fdb445962d2d6bca7603fea0c20f3d04351c` (r:0 w:1) - /// Storage: unknown `0xafecb421bedaa0f8bd89ef18897b77ce61738af42f8a66e3257a079a3d04bef1` (r:0 w:1) - /// Proof Skipped: unknown `0xafecb421bedaa0f8bd89ef18897b77ce61738af42f8a66e3257a079a3d04bef1` (r:0 w:1) - /// Storage: unknown `0xb292dc48cc1057cce335f1d84f295271a2b16aee7018f1bd444febd77f7e5cbb` (r:0 w:1) - /// Proof Skipped: unknown `0xb292dc48cc1057cce335f1d84f295271a2b16aee7018f1bd444febd77f7e5cbb` (r:0 w:1) - /// Storage: unknown `0xb48b9d9955158dbd87abb433511a5968c21cf78f8085088407e24d6ee26f7f56` (r:0 w:1) - /// Proof Skipped: unknown `0xb48b9d9955158dbd87abb433511a5968c21cf78f8085088407e24d6ee26f7f56` (r:0 w:1) - /// Storage: unknown `0xb5a7df612d6fb3bc16c1716414897ba5928835d883003371f02106d5a92abd78` (r:0 w:1) - /// Proof Skipped: unknown `0xb5a7df612d6fb3bc16c1716414897ba5928835d883003371f02106d5a92abd78` (r:0 w:1) - /// Storage: unknown `0xb684abf2ee5018a16a8dbef6633bcb94a07a2cdf4a173e4fec130da86e8ab987` (r:0 w:1) - /// Proof Skipped: unknown `0xb684abf2ee5018a16a8dbef6633bcb94a07a2cdf4a173e4fec130da86e8ab987` (r:0 w:1) - /// Storage: unknown `0xb86c8391d2a3eb28b9e3b603cf6929849d50e439e0bbc79781b2555f9cbaa013` (r:0 w:1) - /// Proof Skipped: unknown `0xb86c8391d2a3eb28b9e3b603cf6929849d50e439e0bbc79781b2555f9cbaa013` (r:0 w:1) - /// Storage: unknown `0xba070ba6cf5f2489f98b6841d238eee4fc403d3065b57f9e3e38ca540971024d` (r:0 w:1) - /// Proof Skipped: unknown `0xba070ba6cf5f2489f98b6841d238eee4fc403d3065b57f9e3e38ca540971024d` (r:0 w:1) - /// Storage: unknown `0xbcb96e5fc092d3ac258a81b5390671817730859598470874ef02f998518bbf58` (r:0 w:1) - /// Proof Skipped: unknown `0xbcb96e5fc092d3ac258a81b5390671817730859598470874ef02f998518bbf58` (r:0 w:1) - /// Storage: unknown `0xc008db6f6d721d80fab2eab8b6dda4f19bd5def30aa7db86dadd6eb799c2f5ad` (r:0 w:1) - /// Proof Skipped: unknown `0xc008db6f6d721d80fab2eab8b6dda4f19bd5def30aa7db86dadd6eb799c2f5ad` (r:0 w:1) - /// Storage: unknown `0xc054c4045e44e28cef1884c0aa86d0049b76eaff493a6d694394df7b0cee8136` (r:0 w:1) - /// Proof Skipped: unknown `0xc054c4045e44e28cef1884c0aa86d0049b76eaff493a6d694394df7b0cee8136` (r:0 w:1) - /// Storage: unknown `0xc315216d50f4dd95914d6d102976dc09ec4474da5c314a15f09972ded6e71ddb` (r:0 w:1) - /// Proof Skipped: unknown `0xc315216d50f4dd95914d6d102976dc09ec4474da5c314a15f09972ded6e71ddb` (r:0 w:1) - /// Storage: unknown `0xc4a2c3fa3cc7ed1611651510eb6e225abab30676f0fad28c115482c7dd61f8e0` (r:0 w:1) - /// Proof Skipped: unknown `0xc4a2c3fa3cc7ed1611651510eb6e225abab30676f0fad28c115482c7dd61f8e0` (r:0 w:1) - /// Storage: unknown `0xc6cc01d59d3c86a1c12a167e149d784295fcd13862e4afb0a39a8459e6e25561` (r:0 w:1) - /// Proof Skipped: unknown `0xc6cc01d59d3c86a1c12a167e149d784295fcd13862e4afb0a39a8459e6e25561` (r:0 w:1) - /// Storage: unknown `0xc712d8fa08dd521e5f901ca6d36134807c5ec0510e3b52e8ae5a15f7c13d2ebd` (r:0 w:1) - /// Proof Skipped: unknown `0xc712d8fa08dd521e5f901ca6d36134807c5ec0510e3b52e8ae5a15f7c13d2ebd` (r:0 w:1) - /// Storage: unknown `0xc7e2bc91ff1b307f6995683b76f1904ccdada3cf8f00528c08d4f65911c4888a` (r:0 w:1) - /// Proof Skipped: unknown `0xc7e2bc91ff1b307f6995683b76f1904ccdada3cf8f00528c08d4f65911c4888a` (r:0 w:1) - /// Storage: unknown `0xccbca45304d59a1167eaf9b459e09cffce3d90c087ee9edf8e7e2dc40349373b` (r:0 w:1) - /// Proof Skipped: unknown `0xccbca45304d59a1167eaf9b459e09cffce3d90c087ee9edf8e7e2dc40349373b` (r:0 w:1) - /// Storage: unknown `0xccc17a821dda11e5239ea8dbedee5bd6622fc8dd63ee229fc3bd2dead22e8ae2` (r:0 w:1) - /// Proof Skipped: unknown `0xccc17a821dda11e5239ea8dbedee5bd6622fc8dd63ee229fc3bd2dead22e8ae2` (r:0 w:1) - /// Storage: unknown `0xccee04c4c0534d4245892ed24d7814cd14a41aeed7e94591354315f5b74d89f5` (r:0 w:1) - /// Proof Skipped: unknown `0xccee04c4c0534d4245892ed24d7814cd14a41aeed7e94591354315f5b74d89f5` (r:0 w:1) - /// Storage: unknown `0xcf67e9890d936f6bd205710c9a5cedc653d88fba3c74b7a2b9fe8ce7fce0bd0c` (r:0 w:1) - /// Proof Skipped: unknown `0xcf67e9890d936f6bd205710c9a5cedc653d88fba3c74b7a2b9fe8ce7fce0bd0c` (r:0 w:1) - /// Storage: unknown `0xcfdb7c67ada01beee8308b04c3f32e4c078603d0c84c0e28e605a8ea56dcc362` (r:0 w:1) - /// Proof Skipped: unknown `0xcfdb7c67ada01beee8308b04c3f32e4c078603d0c84c0e28e605a8ea56dcc362` (r:0 w:1) - /// Storage: unknown `0xd0d54b0c405fea6ff90809070bfd270c88e9a26ad83138eeb077d8f9602670bc` (r:0 w:1) - /// Proof Skipped: unknown `0xd0d54b0c405fea6ff90809070bfd270c88e9a26ad83138eeb077d8f9602670bc` (r:0 w:1) - /// Storage: unknown `0xd1d4eefa482f2ece90773426cd76c1da272ef0e72c1172a4a71b84c1f5f6c7c7` (r:0 w:1) - /// Proof Skipped: unknown `0xd1d4eefa482f2ece90773426cd76c1da272ef0e72c1172a4a71b84c1f5f6c7c7` (r:0 w:1) - /// Storage: unknown `0xd282fcd4ae056e61acbc8950a306910569f227182c41e5b88159aed160ba2a58` (r:0 w:1) - /// Proof Skipped: unknown `0xd282fcd4ae056e61acbc8950a306910569f227182c41e5b88159aed160ba2a58` (r:0 w:1) - /// Storage: unknown `0xd37f5ea81d5d617ed7490c928e4f3a1eba6f234787ba84f31e204e8733cd039f` (r:0 w:1) - /// Proof Skipped: unknown `0xd37f5ea81d5d617ed7490c928e4f3a1eba6f234787ba84f31e204e8733cd039f` (r:0 w:1) - /// Storage: unknown `0xd6780cc86f71e3b9d0f0f6977d180e26166b517ee3ee227701f9f36cccae3171` (r:0 w:1) - /// Proof Skipped: unknown `0xd6780cc86f71e3b9d0f0f6977d180e26166b517ee3ee227701f9f36cccae3171` (r:0 w:1) - /// Storage: unknown `0xd79237f18c61e22111652b0e9b809fbe8ca41552b3a927877a294a732b338f63` (r:0 w:1) - /// Proof Skipped: unknown `0xd79237f18c61e22111652b0e9b809fbe8ca41552b3a927877a294a732b338f63` (r:0 w:1) - /// Storage: unknown `0xd8825b3a03921d36a1543c344d9b3cacce95765f29c735cf3ed72dc9c37ff81b` (r:0 w:1) - /// Proof Skipped: unknown `0xd8825b3a03921d36a1543c344d9b3cacce95765f29c735cf3ed72dc9c37ff81b` (r:0 w:1) - /// Storage: unknown `0xdd012b8629cc16d3ad36b73df7dd7d38e8c11ac479b99dedffb10b5007c8049a` (r:0 w:1) - /// Proof Skipped: unknown `0xdd012b8629cc16d3ad36b73df7dd7d38e8c11ac479b99dedffb10b5007c8049a` (r:0 w:1) - /// Storage: unknown `0xdec56d85d6fffd793180a2ce033397f67fb3b9b7ac3e2b0ef6be2f15e7de435f` (r:0 w:1) - /// Proof Skipped: unknown `0xdec56d85d6fffd793180a2ce033397f67fb3b9b7ac3e2b0ef6be2f15e7de435f` (r:0 w:1) - /// Storage: unknown `0xe1f270fea944a3a9db5550d742e3acb3dd449cafb73dce65c1705d0752c1343b` (r:0 w:1) - /// Proof Skipped: unknown `0xe1f270fea944a3a9db5550d742e3acb3dd449cafb73dce65c1705d0752c1343b` (r:0 w:1) - /// Storage: unknown `0xe4002351550f1b106219729b86aa4776fb907737c9cd7e957c5ce80062a8ff8a` (r:0 w:1) - /// Proof Skipped: unknown `0xe4002351550f1b106219729b86aa4776fb907737c9cd7e957c5ce80062a8ff8a` (r:0 w:1) - /// Storage: unknown `0xe45f26671be0fb4144ed09c40b9493c4584affb2c1d1fe6cb067aa2df802027e` (r:0 w:1) - /// Proof Skipped: unknown `0xe45f26671be0fb4144ed09c40b9493c4584affb2c1d1fe6cb067aa2df802027e` (r:0 w:1) - /// Storage: unknown `0xe6b4a4991b976360dacf2c942d16326dd53584aca6ed1ae4e78f668d7b1163c1` (r:0 w:1) - /// Proof Skipped: unknown `0xe6b4a4991b976360dacf2c942d16326dd53584aca6ed1ae4e78f668d7b1163c1` (r:0 w:1) - /// Storage: unknown `0xe8150db238f56576dcf5e1b98f3915361092aa174b16e6cda3e78c28b6444dc8` (r:0 w:1) - /// Proof Skipped: unknown `0xe8150db238f56576dcf5e1b98f3915361092aa174b16e6cda3e78c28b6444dc8` (r:0 w:1) - /// Storage: unknown `0xebc5f1d9670cdeb0655d79e95c9602ec1d85ad989ce78194dfd1a31e9fb4994c` (r:0 w:1) - /// Proof Skipped: unknown `0xebc5f1d9670cdeb0655d79e95c9602ec1d85ad989ce78194dfd1a31e9fb4994c` (r:0 w:1) - /// Storage: unknown `0xed0df01311d268fc75f0da4859b6508e1c445e713847efbc18528d731316cf48` (r:0 w:1) - /// Proof Skipped: unknown `0xed0df01311d268fc75f0da4859b6508e1c445e713847efbc18528d731316cf48` (r:0 w:1) - /// Storage: unknown `0xee60c64e1e32117f948ee71d391f978e8ac98c2bd869322fc25164502e3f7a9b` (r:0 w:1) - /// Proof Skipped: unknown `0xee60c64e1e32117f948ee71d391f978e8ac98c2bd869322fc25164502e3f7a9b` (r:0 w:1) - /// Storage: unknown `0xf7e4b8a5415405a940e730546df85583c8c23956d99a3be18e09eebf3639d312` (r:0 w:1) - /// Proof Skipped: unknown `0xf7e4b8a5415405a940e730546df85583c8c23956d99a3be18e09eebf3639d312` (r:0 w:1) + /// Storage: unknown `0x01d5998dcaa249dfa2a455ae4c045d761623f268227068931dbabca3732aa41f` (r:1 w:1) + /// Proof Skipped: unknown `0x01d5998dcaa249dfa2a455ae4c045d761623f268227068931dbabca3732aa41f` (r:1 w:1) + /// Storage: unknown `0x04575ee0699f1fa86cccfdcf4285aa81b9bfa0f8837cf533346d722970f1a704` (r:1 w:1) + /// Proof Skipped: unknown `0x04575ee0699f1fa86cccfdcf4285aa81b9bfa0f8837cf533346d722970f1a704` (r:1 w:1) + /// Storage: unknown `0x0959721f200e92d5090cee3c2c4546c11f9bfd16ded1e70e6781d2402880f1f3` (r:1 w:1) + /// Proof Skipped: unknown `0x0959721f200e92d5090cee3c2c4546c11f9bfd16ded1e70e6781d2402880f1f3` (r:1 w:1) + /// Storage: unknown `0x0a958b15afac1ffb0c6e73c553bd8b4ba94ad2d0cc118dcd2a7bc8802e2e772a` (r:1 w:1) + /// Proof Skipped: unknown `0x0a958b15afac1ffb0c6e73c553bd8b4ba94ad2d0cc118dcd2a7bc8802e2e772a` (r:1 w:1) + /// Storage: unknown `0x0c4c531cd9dcf8573a6350d0ac9fb060d273156bdee4fdae0043b6fee5bda27c` (r:1 w:1) + /// Proof Skipped: unknown `0x0c4c531cd9dcf8573a6350d0ac9fb060d273156bdee4fdae0043b6fee5bda27c` (r:1 w:1) + /// Storage: unknown `0x0cd3f3ee9420f9c3b2e70862996e8d02e87d1f148632a36b8f72c9548b10b856` (r:1 w:1) + /// Proof Skipped: unknown `0x0cd3f3ee9420f9c3b2e70862996e8d02e87d1f148632a36b8f72c9548b10b856` (r:1 w:1) + /// Storage: unknown `0x10876da12e1227a2c04872ce311f768aaf3e21458e6ad1c04f044c97fe8e214e` (r:1 w:1) + /// Proof Skipped: unknown `0x10876da12e1227a2c04872ce311f768aaf3e21458e6ad1c04f044c97fe8e214e` (r:1 w:1) + /// Storage: unknown `0x10b360a66313de6ab2d43019c5fd7ea0db088efb3e1d4a24d89775e66e089cff` (r:1 w:1) + /// Proof Skipped: unknown `0x10b360a66313de6ab2d43019c5fd7ea0db088efb3e1d4a24d89775e66e089cff` (r:1 w:1) + /// Storage: unknown `0x16d33ce142442dfbe857e2c9e0648d026c6bb367d467d6922c2c1133aaa3d7b8` (r:1 w:1) + /// Proof Skipped: unknown `0x16d33ce142442dfbe857e2c9e0648d026c6bb367d467d6922c2c1133aaa3d7b8` (r:1 w:1) + /// Storage: unknown `0x16e133fb9e42d5a2a9a2e21b2e0efd735fccb527162a21cf520c3aecd84c89ed` (r:1 w:1) + /// Proof Skipped: unknown `0x16e133fb9e42d5a2a9a2e21b2e0efd735fccb527162a21cf520c3aecd84c89ed` (r:1 w:1) + /// Storage: unknown `0x16fcb5e799a48fa04deaaaa71c85bc8e9126bd4b5dbcb3a1f8068ab14bc1c26f` (r:1 w:1) + /// Proof Skipped: unknown `0x16fcb5e799a48fa04deaaaa71c85bc8e9126bd4b5dbcb3a1f8068ab14bc1c26f` (r:1 w:1) + /// Storage: unknown `0x1b3289127bc95ed117e77d479ccd3ac4477ef8d32df7265bbd42c75bf1945464` (r:1 w:1) + /// Proof Skipped: unknown `0x1b3289127bc95ed117e77d479ccd3ac4477ef8d32df7265bbd42c75bf1945464` (r:1 w:1) + /// Storage: unknown `0x1ecb14235f21b57f49e32ac4f35a1af6a71f96867f0bc61bc5905b8d437b6bde` (r:1 w:1) + /// Proof Skipped: unknown `0x1ecb14235f21b57f49e32ac4f35a1af6a71f96867f0bc61bc5905b8d437b6bde` (r:1 w:1) + /// Storage: unknown `0x1f8b0dafc67f9d378cf0596c5d49f220e5880b9c74ccaadac2206a35ec92715a` (r:1 w:1) + /// Proof Skipped: unknown `0x1f8b0dafc67f9d378cf0596c5d49f220e5880b9c74ccaadac2206a35ec92715a` (r:1 w:1) + /// Storage: unknown `0x24a8d9c362d9365f46f899adb37f6b61134dceaa80f96a9cda6b059a1301f380` (r:1 w:1) + /// Proof Skipped: unknown `0x24a8d9c362d9365f46f899adb37f6b61134dceaa80f96a9cda6b059a1301f380` (r:1 w:1) + /// Storage: unknown `0x2a00fca93dceceb635a80a95e8f785b189a4ce35f90a17acba5d1bcacf895a84` (r:1 w:1) + /// Proof Skipped: unknown `0x2a00fca93dceceb635a80a95e8f785b189a4ce35f90a17acba5d1bcacf895a84` (r:1 w:1) + /// Storage: unknown `0x2b318def38ef5f2f8db787e365834ece79fbde70c22cf7bd6c9326995fd4c07f` (r:1 w:1) + /// Proof Skipped: unknown `0x2b318def38ef5f2f8db787e365834ece79fbde70c22cf7bd6c9326995fd4c07f` (r:1 w:1) + /// Storage: unknown `0x2fbeff7b90831a847716e729a30f028899726193b4406a1c91fce4e97beb61b5` (r:1 w:1) + /// Proof Skipped: unknown `0x2fbeff7b90831a847716e729a30f028899726193b4406a1c91fce4e97beb61b5` (r:1 w:1) + /// Storage: unknown `0x30dc983a9ad263028d0e91a8a0cf703a2a7fd3834b1102f1ff3f8c8876a207bf` (r:1 w:1) + /// Proof Skipped: unknown `0x30dc983a9ad263028d0e91a8a0cf703a2a7fd3834b1102f1ff3f8c8876a207bf` (r:1 w:1) + /// Storage: unknown `0x3187d0cdac28db7ec343a07f0b2e44fc56986f0a9c2062d5fa60f99419707bea` (r:1 w:1) + /// Proof Skipped: unknown `0x3187d0cdac28db7ec343a07f0b2e44fc56986f0a9c2062d5fa60f99419707bea` (r:1 w:1) + /// Storage: unknown `0x3596cd6b45e209629c71765c804f324ed440f7a1cb2ff6cb542156fd5d213de2` (r:1 w:1) + /// Proof Skipped: unknown `0x3596cd6b45e209629c71765c804f324ed440f7a1cb2ff6cb542156fd5d213de2` (r:1 w:1) + /// Storage: unknown `0x3645890bd8ab0cc13921468d56eee7da40fbe28dc05bc30a64f05a2c03a1912e` (r:1 w:1) + /// Proof Skipped: unknown `0x3645890bd8ab0cc13921468d56eee7da40fbe28dc05bc30a64f05a2c03a1912e` (r:1 w:1) + /// Storage: unknown `0x384b604969634cf37d988e886b5267a51baeb797e09a1d1a0893e5be8fc553df` (r:1 w:1) + /// Proof Skipped: unknown `0x384b604969634cf37d988e886b5267a51baeb797e09a1d1a0893e5be8fc553df` (r:1 w:1) + /// Storage: unknown `0x3c056a888ea28c9294c91723916f5891141a824048335e32532e6605ce0457e0` (r:1 w:1) + /// Proof Skipped: unknown `0x3c056a888ea28c9294c91723916f5891141a824048335e32532e6605ce0457e0` (r:1 w:1) + /// Storage: unknown `0x3c5fd1d5c95885c6b44e0f3995886046d906821de1ed5ee95b51b17c42d3295b` (r:1 w:1) + /// Proof Skipped: unknown `0x3c5fd1d5c95885c6b44e0f3995886046d906821de1ed5ee95b51b17c42d3295b` (r:1 w:1) + /// Storage: unknown `0x3e74dfe3befcf6fa20eb902c2007ba7fd831619013aa99e016284597b896115b` (r:1 w:1) + /// Proof Skipped: unknown `0x3e74dfe3befcf6fa20eb902c2007ba7fd831619013aa99e016284597b896115b` (r:1 w:1) + /// Storage: unknown `0x42f1cff854d41b18ae379b012a1e712f036bcd839244d5c6324f12c28f6fd6e9` (r:1 w:1) + /// Proof Skipped: unknown `0x42f1cff854d41b18ae379b012a1e712f036bcd839244d5c6324f12c28f6fd6e9` (r:1 w:1) + /// Storage: unknown `0x457803d743c32f50866dbf7aabb339a1d8b6b759783b0627128f0cfd3d6c8775` (r:1 w:1) + /// Proof Skipped: unknown `0x457803d743c32f50866dbf7aabb339a1d8b6b759783b0627128f0cfd3d6c8775` (r:1 w:1) + /// Storage: unknown `0x4cb17fd2f1d1b2eff69f0ffa1a97ff13e7bf4f05a7a99dd06e503e7546b23906` (r:1 w:1) + /// Proof Skipped: unknown `0x4cb17fd2f1d1b2eff69f0ffa1a97ff13e7bf4f05a7a99dd06e503e7546b23906` (r:1 w:1) + /// Storage: unknown `0x58357c4f5a9881658ffc42faa5f48e2810169bf85c8c78011696a17b59728ef5` (r:1 w:1) + /// Proof Skipped: unknown `0x58357c4f5a9881658ffc42faa5f48e2810169bf85c8c78011696a17b59728ef5` (r:1 w:1) + /// Storage: unknown `0x5baa983aa91ad92c66e17d16e0757ec4a67ec2ce5b95f4d02ec22fba0e485da0` (r:1 w:1) + /// Proof Skipped: unknown `0x5baa983aa91ad92c66e17d16e0757ec4a67ec2ce5b95f4d02ec22fba0e485da0` (r:1 w:1) + /// Storage: unknown `0x5da83d0712f41714545470b781e0a43c65a0ac977327475baa98b5cd94938f17` (r:1 w:1) + /// Proof Skipped: unknown `0x5da83d0712f41714545470b781e0a43c65a0ac977327475baa98b5cd94938f17` (r:1 w:1) + /// Storage: unknown `0x6365aeecd6b54d3166f3df46d8c7b404711ca54b4284e8faf67eb014fa3685f8` (r:1 w:1) + /// Proof Skipped: unknown `0x6365aeecd6b54d3166f3df46d8c7b404711ca54b4284e8faf67eb014fa3685f8` (r:1 w:1) + /// Storage: unknown `0x683b74d821a8019cbfc9dbe47b50b0f377e0eef16dbc52f7f931ae713fd3f644` (r:1 w:1) + /// Proof Skipped: unknown `0x683b74d821a8019cbfc9dbe47b50b0f377e0eef16dbc52f7f931ae713fd3f644` (r:1 w:1) + /// Storage: unknown `0x6b02568ad8557dc3d66463abfd1d7f298a0b314fe4bf7d5be79b66768096ed90` (r:1 w:1) + /// Proof Skipped: unknown `0x6b02568ad8557dc3d66463abfd1d7f298a0b314fe4bf7d5be79b66768096ed90` (r:1 w:1) + /// Storage: unknown `0x6b05c068aecc171915a61cf59146e7f9a69b9bba39f4df50cecfeb454850b4c9` (r:1 w:1) + /// Proof Skipped: unknown `0x6b05c068aecc171915a61cf59146e7f9a69b9bba39f4df50cecfeb454850b4c9` (r:1 w:1) + /// Storage: unknown `0x6b5529ac614dcbd6113176256a4f5809eb667bddab2e22579306de0a1f83f287` (r:1 w:1) + /// Proof Skipped: unknown `0x6b5529ac614dcbd6113176256a4f5809eb667bddab2e22579306de0a1f83f287` (r:1 w:1) + /// Storage: unknown `0x6cd1381490331969f37f1e6575081f42f1bd8ae0cc79d70fc52ed178b5d75bd0` (r:1 w:1) + /// Proof Skipped: unknown `0x6cd1381490331969f37f1e6575081f42f1bd8ae0cc79d70fc52ed178b5d75bd0` (r:1 w:1) + /// Storage: unknown `0x6f5b021a9f57d7669ed7269e7d8785acf255f15785bf452a03a4decc184fd403` (r:1 w:1) + /// Proof Skipped: unknown `0x6f5b021a9f57d7669ed7269e7d8785acf255f15785bf452a03a4decc184fd403` (r:1 w:1) + /// Storage: unknown `0x764bac7888f79c071087d351a356a09cb2490cb6ea6d71f0cd391de89a885cd2` (r:1 w:1) + /// Proof Skipped: unknown `0x764bac7888f79c071087d351a356a09cb2490cb6ea6d71f0cd391de89a885cd2` (r:1 w:1) + /// Storage: unknown `0x7aedb653a5de5739b9d3594196693fd51653fcd59b442e0eb9f64265db188044` (r:1 w:1) + /// Proof Skipped: unknown `0x7aedb653a5de5739b9d3594196693fd51653fcd59b442e0eb9f64265db188044` (r:1 w:1) + /// Storage: unknown `0x7ca04bdeb932896fd908eb86d4136e9e2462575ebdf981001c1cd3ca6a2faaec` (r:1 w:1) + /// Proof Skipped: unknown `0x7ca04bdeb932896fd908eb86d4136e9e2462575ebdf981001c1cd3ca6a2faaec` (r:1 w:1) + /// Storage: unknown `0x7ceee738f5af899bd2f967a928019e4a0ecb8715509668dcc039badfe148b45e` (r:1 w:1) + /// Proof Skipped: unknown `0x7ceee738f5af899bd2f967a928019e4a0ecb8715509668dcc039badfe148b45e` (r:1 w:1) + /// Storage: unknown `0x7e700ce9c411e35485babec60c2b68f40c512bc8399c5cee0c1e4264e63f36d1` (r:1 w:1) + /// Proof Skipped: unknown `0x7e700ce9c411e35485babec60c2b68f40c512bc8399c5cee0c1e4264e63f36d1` (r:1 w:1) + /// Storage: unknown `0x80c020f2e70a170ee2f34af3daeda4c2097d14a35f5b1f2d23c2287e5e930f55` (r:1 w:1) + /// Proof Skipped: unknown `0x80c020f2e70a170ee2f34af3daeda4c2097d14a35f5b1f2d23c2287e5e930f55` (r:1 w:1) + /// Storage: unknown `0x8101d04cf92ee55f6c2a798c7b16da4cc8c511fd822b13093d0f53f5523718d0` (r:1 w:1) + /// Proof Skipped: unknown `0x8101d04cf92ee55f6c2a798c7b16da4cc8c511fd822b13093d0f53f5523718d0` (r:1 w:1) + /// Storage: unknown `0x85172de32d6b5871235d50648541b1bd007807512231f9b81f25cb5e20141820` (r:1 w:1) + /// Proof Skipped: unknown `0x85172de32d6b5871235d50648541b1bd007807512231f9b81f25cb5e20141820` (r:1 w:1) + /// Storage: unknown `0x85e9ccd05d28607dcce0dc5be4f34a7d56d3b83b6c63162b2787fc0e6decf2a7` (r:1 w:1) + /// Proof Skipped: unknown `0x85e9ccd05d28607dcce0dc5be4f34a7d56d3b83b6c63162b2787fc0e6decf2a7` (r:1 w:1) + /// Storage: unknown `0x87b3d065618080e576b534cf68b60d09c4cca0b71a8b6321337cc23be47e7329` (r:1 w:1) + /// Proof Skipped: unknown `0x87b3d065618080e576b534cf68b60d09c4cca0b71a8b6321337cc23be47e7329` (r:1 w:1) + /// Storage: unknown `0x892ec564231143cc6294a8750b924df2207d91ea3508501d2bd84bee7947b9d0` (r:1 w:1) + /// Proof Skipped: unknown `0x892ec564231143cc6294a8750b924df2207d91ea3508501d2bd84bee7947b9d0` (r:1 w:1) + /// Storage: unknown `0x8980988eacf42b40c4fc8aa995ae2e059a66c6935626c3e30f1d6842335368d0` (r:1 w:1) + /// Proof Skipped: unknown `0x8980988eacf42b40c4fc8aa995ae2e059a66c6935626c3e30f1d6842335368d0` (r:1 w:1) + /// Storage: unknown `0x8db2380506697daa88c7a72906d747535ffb12c0ca2a4a6443074bb0fdd8f256` (r:1 w:1) + /// Proof Skipped: unknown `0x8db2380506697daa88c7a72906d747535ffb12c0ca2a4a6443074bb0fdd8f256` (r:1 w:1) + /// Storage: unknown `0x8e098b9b896a97df275aba887f591c3076220e02adf682c98808e4ba53e6a773` (r:1 w:1) + /// Proof Skipped: unknown `0x8e098b9b896a97df275aba887f591c3076220e02adf682c98808e4ba53e6a773` (r:1 w:1) + /// Storage: unknown `0x8e590007efc113bc10a61c478d26803cdae5572d4c70547b3c9813b3ce396826` (r:1 w:1) + /// Proof Skipped: unknown `0x8e590007efc113bc10a61c478d26803cdae5572d4c70547b3c9813b3ce396826` (r:1 w:1) + /// Storage: unknown `0x96e31df89b1f00b96c993bd9de31e32e7e59c0a185cd0b31adc4e969746c8ea6` (r:1 w:1) + /// Proof Skipped: unknown `0x96e31df89b1f00b96c993bd9de31e32e7e59c0a185cd0b31adc4e969746c8ea6` (r:1 w:1) + /// Storage: unknown `0x9ae7305289647b636a8702b2316e5482f1a807fa398687068fb653527368f9bc` (r:1 w:1) + /// Proof Skipped: unknown `0x9ae7305289647b636a8702b2316e5482f1a807fa398687068fb653527368f9bc` (r:1 w:1) + /// Storage: unknown `0x9b9660b6fc1992a09573eaa9110c4a08d40c1f439304a47b9776645bc278fc75` (r:1 w:1) + /// Proof Skipped: unknown `0x9b9660b6fc1992a09573eaa9110c4a08d40c1f439304a47b9776645bc278fc75` (r:1 w:1) + /// Storage: unknown `0xa04f2ef3bb509dfec9d7a97c4778ab2e477af9c5cbda3a1c6e57514314a3f9a5` (r:1 w:1) + /// Proof Skipped: unknown `0xa04f2ef3bb509dfec9d7a97c4778ab2e477af9c5cbda3a1c6e57514314a3f9a5` (r:1 w:1) + /// Storage: unknown `0xa16d64c1e08b47144c2c8e37872486cf440dda823e2ea05f480fedfe83060f17` (r:1 w:1) + /// Proof Skipped: unknown `0xa16d64c1e08b47144c2c8e37872486cf440dda823e2ea05f480fedfe83060f17` (r:1 w:1) + /// Storage: unknown `0xa4ad0a32c2781a59ea8a6d58e26fa7dc0b2a08f8c4c938661f5f3ccd8f8eb8ce` (r:1 w:1) + /// Proof Skipped: unknown `0xa4ad0a32c2781a59ea8a6d58e26fa7dc0b2a08f8c4c938661f5f3ccd8f8eb8ce` (r:1 w:1) + /// Storage: unknown `0xab9797fb6926376ee3b6be73e5501e0a3af18d0bc6dfca0d3b5f498602016956` (r:1 w:1) + /// Proof Skipped: unknown `0xab9797fb6926376ee3b6be73e5501e0a3af18d0bc6dfca0d3b5f498602016956` (r:1 w:1) + /// Storage: unknown `0xac4d9f6628449fe129d24b384441fdb445962d2d6bca7603fea0c20f3d04351c` (r:1 w:1) + /// Proof Skipped: unknown `0xac4d9f6628449fe129d24b384441fdb445962d2d6bca7603fea0c20f3d04351c` (r:1 w:1) + /// Storage: unknown `0xafecb421bedaa0f8bd89ef18897b77ce61738af42f8a66e3257a079a3d04bef1` (r:1 w:1) + /// Proof Skipped: unknown `0xafecb421bedaa0f8bd89ef18897b77ce61738af42f8a66e3257a079a3d04bef1` (r:1 w:1) + /// Storage: unknown `0xb292dc48cc1057cce335f1d84f295271a2b16aee7018f1bd444febd77f7e5cbb` (r:1 w:1) + /// Proof Skipped: unknown `0xb292dc48cc1057cce335f1d84f295271a2b16aee7018f1bd444febd77f7e5cbb` (r:1 w:1) + /// Storage: unknown `0xb48b9d9955158dbd87abb433511a5968c21cf78f8085088407e24d6ee26f7f56` (r:1 w:1) + /// Proof Skipped: unknown `0xb48b9d9955158dbd87abb433511a5968c21cf78f8085088407e24d6ee26f7f56` (r:1 w:1) + /// Storage: unknown `0xb5a7df612d6fb3bc16c1716414897ba5928835d883003371f02106d5a92abd78` (r:1 w:1) + /// Proof Skipped: unknown `0xb5a7df612d6fb3bc16c1716414897ba5928835d883003371f02106d5a92abd78` (r:1 w:1) + /// Storage: unknown `0xb684abf2ee5018a16a8dbef6633bcb94a07a2cdf4a173e4fec130da86e8ab987` (r:1 w:1) + /// Proof Skipped: unknown `0xb684abf2ee5018a16a8dbef6633bcb94a07a2cdf4a173e4fec130da86e8ab987` (r:1 w:1) + /// Storage: unknown `0xb86c8391d2a3eb28b9e3b603cf6929849d50e439e0bbc79781b2555f9cbaa013` (r:1 w:1) + /// Proof Skipped: unknown `0xb86c8391d2a3eb28b9e3b603cf6929849d50e439e0bbc79781b2555f9cbaa013` (r:1 w:1) + /// Storage: unknown `0xba070ba6cf5f2489f98b6841d238eee4fc403d3065b57f9e3e38ca540971024d` (r:1 w:1) + /// Proof Skipped: unknown `0xba070ba6cf5f2489f98b6841d238eee4fc403d3065b57f9e3e38ca540971024d` (r:1 w:1) + /// Storage: unknown `0xbcb96e5fc092d3ac258a81b5390671817730859598470874ef02f998518bbf58` (r:1 w:1) + /// Proof Skipped: unknown `0xbcb96e5fc092d3ac258a81b5390671817730859598470874ef02f998518bbf58` (r:1 w:1) + /// Storage: unknown `0xc008db6f6d721d80fab2eab8b6dda4f19bd5def30aa7db86dadd6eb799c2f5ad` (r:1 w:1) + /// Proof Skipped: unknown `0xc008db6f6d721d80fab2eab8b6dda4f19bd5def30aa7db86dadd6eb799c2f5ad` (r:1 w:1) + /// Storage: unknown `0xc054c4045e44e28cef1884c0aa86d0049b76eaff493a6d694394df7b0cee8136` (r:1 w:1) + /// Proof Skipped: unknown `0xc054c4045e44e28cef1884c0aa86d0049b76eaff493a6d694394df7b0cee8136` (r:1 w:1) + /// Storage: unknown `0xc315216d50f4dd95914d6d102976dc09ec4474da5c314a15f09972ded6e71ddb` (r:1 w:1) + /// Proof Skipped: unknown `0xc315216d50f4dd95914d6d102976dc09ec4474da5c314a15f09972ded6e71ddb` (r:1 w:1) + /// Storage: unknown `0xc4a2c3fa3cc7ed1611651510eb6e225abab30676f0fad28c115482c7dd61f8e0` (r:1 w:1) + /// Proof Skipped: unknown `0xc4a2c3fa3cc7ed1611651510eb6e225abab30676f0fad28c115482c7dd61f8e0` (r:1 w:1) + /// Storage: unknown `0xc6cc01d59d3c86a1c12a167e149d784295fcd13862e4afb0a39a8459e6e25561` (r:1 w:1) + /// Proof Skipped: unknown `0xc6cc01d59d3c86a1c12a167e149d784295fcd13862e4afb0a39a8459e6e25561` (r:1 w:1) + /// Storage: unknown `0xc712d8fa08dd521e5f901ca6d36134807c5ec0510e3b52e8ae5a15f7c13d2ebd` (r:1 w:1) + /// Proof Skipped: unknown `0xc712d8fa08dd521e5f901ca6d36134807c5ec0510e3b52e8ae5a15f7c13d2ebd` (r:1 w:1) + /// Storage: unknown `0xc7e2bc91ff1b307f6995683b76f1904ccdada3cf8f00528c08d4f65911c4888a` (r:1 w:1) + /// Proof Skipped: unknown `0xc7e2bc91ff1b307f6995683b76f1904ccdada3cf8f00528c08d4f65911c4888a` (r:1 w:1) + /// Storage: unknown `0xccbca45304d59a1167eaf9b459e09cffce3d90c087ee9edf8e7e2dc40349373b` (r:1 w:1) + /// Proof Skipped: unknown `0xccbca45304d59a1167eaf9b459e09cffce3d90c087ee9edf8e7e2dc40349373b` (r:1 w:1) + /// Storage: unknown `0xccc17a821dda11e5239ea8dbedee5bd6622fc8dd63ee229fc3bd2dead22e8ae2` (r:1 w:1) + /// Proof Skipped: unknown `0xccc17a821dda11e5239ea8dbedee5bd6622fc8dd63ee229fc3bd2dead22e8ae2` (r:1 w:1) + /// Storage: unknown `0xccee04c4c0534d4245892ed24d7814cd14a41aeed7e94591354315f5b74d89f5` (r:1 w:1) + /// Proof Skipped: unknown `0xccee04c4c0534d4245892ed24d7814cd14a41aeed7e94591354315f5b74d89f5` (r:1 w:1) + /// Storage: unknown `0xcf67e9890d936f6bd205710c9a5cedc653d88fba3c74b7a2b9fe8ce7fce0bd0c` (r:1 w:1) + /// Proof Skipped: unknown `0xcf67e9890d936f6bd205710c9a5cedc653d88fba3c74b7a2b9fe8ce7fce0bd0c` (r:1 w:1) + /// Storage: unknown `0xcfdb7c67ada01beee8308b04c3f32e4c078603d0c84c0e28e605a8ea56dcc362` (r:1 w:1) + /// Proof Skipped: unknown `0xcfdb7c67ada01beee8308b04c3f32e4c078603d0c84c0e28e605a8ea56dcc362` (r:1 w:1) + /// Storage: unknown `0xd0d54b0c405fea6ff90809070bfd270c88e9a26ad83138eeb077d8f9602670bc` (r:1 w:1) + /// Proof Skipped: unknown `0xd0d54b0c405fea6ff90809070bfd270c88e9a26ad83138eeb077d8f9602670bc` (r:1 w:1) + /// Storage: unknown `0xd1d4eefa482f2ece90773426cd76c1da272ef0e72c1172a4a71b84c1f5f6c7c7` (r:1 w:1) + /// Proof Skipped: unknown `0xd1d4eefa482f2ece90773426cd76c1da272ef0e72c1172a4a71b84c1f5f6c7c7` (r:1 w:1) + /// Storage: unknown `0xd282fcd4ae056e61acbc8950a306910569f227182c41e5b88159aed160ba2a58` (r:1 w:1) + /// Proof Skipped: unknown `0xd282fcd4ae056e61acbc8950a306910569f227182c41e5b88159aed160ba2a58` (r:1 w:1) + /// Storage: unknown `0xd37f5ea81d5d617ed7490c928e4f3a1eba6f234787ba84f31e204e8733cd039f` (r:1 w:1) + /// Proof Skipped: unknown `0xd37f5ea81d5d617ed7490c928e4f3a1eba6f234787ba84f31e204e8733cd039f` (r:1 w:1) + /// Storage: unknown `0xd6780cc86f71e3b9d0f0f6977d180e26166b517ee3ee227701f9f36cccae3171` (r:1 w:1) + /// Proof Skipped: unknown `0xd6780cc86f71e3b9d0f0f6977d180e26166b517ee3ee227701f9f36cccae3171` (r:1 w:1) + /// Storage: unknown `0xd79237f18c61e22111652b0e9b809fbe8ca41552b3a927877a294a732b338f63` (r:1 w:1) + /// Proof Skipped: unknown `0xd79237f18c61e22111652b0e9b809fbe8ca41552b3a927877a294a732b338f63` (r:1 w:1) + /// Storage: unknown `0xd8825b3a03921d36a1543c344d9b3cacce95765f29c735cf3ed72dc9c37ff81b` (r:1 w:1) + /// Proof Skipped: unknown `0xd8825b3a03921d36a1543c344d9b3cacce95765f29c735cf3ed72dc9c37ff81b` (r:1 w:1) + /// Storage: unknown `0xdd012b8629cc16d3ad36b73df7dd7d38e8c11ac479b99dedffb10b5007c8049a` (r:1 w:1) + /// Proof Skipped: unknown `0xdd012b8629cc16d3ad36b73df7dd7d38e8c11ac479b99dedffb10b5007c8049a` (r:1 w:1) + /// Storage: unknown `0xdec56d85d6fffd793180a2ce033397f67fb3b9b7ac3e2b0ef6be2f15e7de435f` (r:1 w:1) + /// Proof Skipped: unknown `0xdec56d85d6fffd793180a2ce033397f67fb3b9b7ac3e2b0ef6be2f15e7de435f` (r:1 w:1) + /// Storage: unknown `0xe1f270fea944a3a9db5550d742e3acb3dd449cafb73dce65c1705d0752c1343b` (r:1 w:1) + /// Proof Skipped: unknown `0xe1f270fea944a3a9db5550d742e3acb3dd449cafb73dce65c1705d0752c1343b` (r:1 w:1) + /// Storage: unknown `0xe4002351550f1b106219729b86aa4776fb907737c9cd7e957c5ce80062a8ff8a` (r:1 w:1) + /// Proof Skipped: unknown `0xe4002351550f1b106219729b86aa4776fb907737c9cd7e957c5ce80062a8ff8a` (r:1 w:1) + /// Storage: unknown `0xe45f26671be0fb4144ed09c40b9493c4584affb2c1d1fe6cb067aa2df802027e` (r:1 w:1) + /// Proof Skipped: unknown `0xe45f26671be0fb4144ed09c40b9493c4584affb2c1d1fe6cb067aa2df802027e` (r:1 w:1) + /// Storage: unknown `0xe6b4a4991b976360dacf2c942d16326dd53584aca6ed1ae4e78f668d7b1163c1` (r:1 w:1) + /// Proof Skipped: unknown `0xe6b4a4991b976360dacf2c942d16326dd53584aca6ed1ae4e78f668d7b1163c1` (r:1 w:1) + /// Storage: unknown `0xe8150db238f56576dcf5e1b98f3915361092aa174b16e6cda3e78c28b6444dc8` (r:1 w:1) + /// Proof Skipped: unknown `0xe8150db238f56576dcf5e1b98f3915361092aa174b16e6cda3e78c28b6444dc8` (r:1 w:1) + /// Storage: unknown `0xebc5f1d9670cdeb0655d79e95c9602ec1d85ad989ce78194dfd1a31e9fb4994c` (r:1 w:1) + /// Proof Skipped: unknown `0xebc5f1d9670cdeb0655d79e95c9602ec1d85ad989ce78194dfd1a31e9fb4994c` (r:1 w:1) + /// Storage: unknown `0xed0df01311d268fc75f0da4859b6508e1c445e713847efbc18528d731316cf48` (r:1 w:1) + /// Proof Skipped: unknown `0xed0df01311d268fc75f0da4859b6508e1c445e713847efbc18528d731316cf48` (r:1 w:1) + /// Storage: unknown `0xee60c64e1e32117f948ee71d391f978e8ac98c2bd869322fc25164502e3f7a9b` (r:1 w:1) + /// Proof Skipped: unknown `0xee60c64e1e32117f948ee71d391f978e8ac98c2bd869322fc25164502e3f7a9b` (r:1 w:1) + /// Storage: unknown `0xf7e4b8a5415405a940e730546df85583c8c23956d99a3be18e09eebf3639d312` (r:1 w:1) + /// Proof Skipped: unknown `0xf7e4b8a5415405a940e730546df85583c8c23956d99a3be18e09eebf3639d312` (r:1 w:1) fn evict_anchors() -> Weight { // Proof Size summary in bytes: - // Measured: `18358` - // Estimated: `4680108` - // Minimum execution time: 1_880_497 nanoseconds. - Weight::from_parts(1_899_513_000, 4680108) - .saturating_add(T::DbWeight::get().reads(404)) + // Measured: `18357` + // Estimated: `254990` + // Minimum execution time: 1_428_000_000 picoseconds. + Weight::from_parts(1_433_000_000, 0) + .saturating_add(Weight::from_parts(0, 254990)) + .saturating_add(T::DbWeight::get().reads(504)) .saturating_add(T::DbWeight::get().writes(402)) } } diff --git a/runtime/altair/src/weights/pallet_balances.rs b/runtime/altair/src/weights/pallet_balances.rs index 699738a7ab..4050c446ab 100644 --- a/runtime/altair/src/weights/pallet_balances.rs +++ b/runtime/altair/src/weights/pallet_balances.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_balances` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_balances @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_balances.rs +// --output=/tmp/runtime/altair/src/weights/pallet_balances.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_balances`. pub struct WeightInfo(PhantomData); @@ -35,10 +36,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_allow_death() -> Weight { // Proof Size summary in bytes: - // Measured: `1834` - // Estimated: `2603` - // Minimum execution time: 72_876 nanoseconds. - Weight::from_parts(73_778_000, 2603) + // Measured: `52` + // Estimated: `3593` + // Minimum execution time: 58_000_000 picoseconds. + Weight::from_parts(59_000_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -46,10 +48,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive() -> Weight { // Proof Size summary in bytes: - // Measured: `1543` - // Estimated: `2603` - // Minimum execution time: 51_236 nanoseconds. - Weight::from_parts(52_187_000, 2603) + // Measured: `52` + // Estimated: `3593` + // Minimum execution time: 44_000_000 picoseconds. + Weight::from_parts(45_000_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -57,10 +60,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_set_balance_creating() -> Weight { // Proof Size summary in bytes: - // Measured: `1868` - // Estimated: `2603` - // Minimum execution time: 39_745 nanoseconds. - Weight::from_parts(41_137_000, 2603) + // Measured: `207` + // Estimated: `3593` + // Minimum execution time: 15_000_000 picoseconds. + Weight::from_parts(16_000_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -68,10 +72,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_set_balance_killing() -> Weight { // Proof Size summary in bytes: - // Measured: `1868` - // Estimated: `2603` - // Minimum execution time: 45_606 nanoseconds. - Weight::from_parts(46_847_000, 2603) + // Measured: `207` + // Estimated: `3593` + // Minimum execution time: 23_000_000 picoseconds. + Weight::from_parts(24_000_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -79,10 +84,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `1834` - // Estimated: `5206` - // Minimum execution time: 72_325 nanoseconds. - Weight::from_parts(73_838_000, 5206) + // Measured: `192` + // Estimated: `6196` + // Minimum execution time: 61_000_000 picoseconds. + Weight::from_parts(62_000_000, 0) + .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -90,10 +96,11 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all() -> Weight { // Proof Size summary in bytes: - // Measured: `1543` - // Estimated: `2603` - // Minimum execution time: 61_184 nanoseconds. - Weight::from_parts(61_535_000, 2603) + // Measured: `52` + // Estimated: `3593` + // Minimum execution time: 56_000_000 picoseconds. + Weight::from_parts(57_000_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -101,15 +108,28 @@ impl pallet_balances::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_unreserve() -> Weight { // Proof Size summary in bytes: - // Measured: `1577` - // Estimated: `2603` - // Minimum execution time: 32_491 nanoseconds. - Weight::from_parts(33_543_000, 2603) + // Measured: `207` + // Estimated: `3593` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(19_000_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } - - fn upgrade_accounts(_u: u32) -> Weight { - todo!() + /// Storage: System Account (r:999 w:999) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// The range of component `u` is `[1, 1000]`. + fn upgrade_accounts(u: u32, ) -> Weight { + // Proof Size summary in bytes: + // Measured: `145 + u * (136 ±0)` + // Estimated: `990 + u * (2603 ±0)` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(18_000_000, 0) + .saturating_add(Weight::from_parts(0, 990)) + // Standard Error: 24_499 + .saturating_add(Weight::from_parts(15_471_614, 0).saturating_mul(u.into())) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into()))) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) + .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) } } diff --git a/runtime/altair/src/weights/pallet_block_rewards.rs b/runtime/altair/src/weights/pallet_block_rewards.rs index 970869cf2f..5b130c4513 100644 --- a/runtime/altair/src/weights/pallet_block_rewards.rs +++ b/runtime/altair/src/weights/pallet_block_rewards.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_block_rewards` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_block_rewards @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_block_rewards.rs +// --output=/tmp/runtime/altair/src/weights/pallet_block_rewards.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_block_rewards`. pub struct WeightInfo(PhantomData); @@ -41,10 +42,11 @@ impl pallet_block_rewards::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_reward() -> Weight { // Proof Size summary in bytes: - // Measured: `678` - // Estimated: `12885` - // Minimum execution time: 59_271 nanoseconds. - Weight::from_parts(60_203_000, 12885) + // Measured: `583` + // Estimated: `6196` + // Minimum execution time: 61_000_000 picoseconds. + Weight::from_parts(62_000_000, 0) + .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -54,10 +56,11 @@ impl pallet_block_rewards::WeightInfo for WeightInfo /// Proof: BlockRewards ActiveSessionData (max_values: Some(1), max_size: Some(36), added: 531, mode: MaxEncodedLen) fn set_collator_reward() -> Weight { // Proof Size summary in bytes: - // Measured: `138` - // Estimated: `3115` - // Minimum execution time: 12_073 nanoseconds. - Weight::from_parts(12_533_000, 3115) + // Measured: `106` + // Estimated: `3574` + // Minimum execution time: 8_000_000 picoseconds. + Weight::from_parts(9_000_000, 0) + .saturating_add(Weight::from_parts(0, 3574)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -67,10 +70,11 @@ impl pallet_block_rewards::WeightInfo for WeightInfo /// Proof: BlockRewards ActiveSessionData (max_values: Some(1), max_size: Some(36), added: 531, mode: MaxEncodedLen) fn set_total_reward() -> Weight { // Proof Size summary in bytes: - // Measured: `97` - // Estimated: `3115` - // Minimum execution time: 11_140 nanoseconds. - Weight::from_parts(11_442_000, 3115) + // Measured: `65` + // Estimated: `3574` + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(Weight::from_parts(0, 3574)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_collator_allowlist.rs b/runtime/altair/src/weights/pallet_collator_allowlist.rs index 0cd87cb73e..2acdddab10 100644 --- a/runtime/altair/src/weights/pallet_collator_allowlist.rs +++ b/runtime/altair/src/weights/pallet_collator_allowlist.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_collator_allowlist` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_collator_allowlist @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_collator_allowlist.rs +// --output=/tmp/runtime/altair/src/weights/pallet_collator_allowlist.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_collator_allowlist`. pub struct WeightInfo(PhantomData); @@ -37,10 +38,11 @@ impl pallet_collator_allowlist::WeightInfo for WeightIn /// Proof: CollatorAllowlist Allowlist (max_values: None, max_size: Some(32), added: 2507, mode: MaxEncodedLen) fn add() -> Weight { // Proof Size summary in bytes: - // Measured: `556` - // Estimated: `5538` - // Minimum execution time: 26_079 nanoseconds. - Weight::from_parts(27_280_000, 5538) + // Measured: `491` + // Estimated: `3956` + // Minimum execution time: 15_000_000 picoseconds. + Weight::from_parts(16_000_000, 0) + .saturating_add(Weight::from_parts(0, 3956)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -48,10 +50,11 @@ impl pallet_collator_allowlist::WeightInfo for WeightIn /// Proof: CollatorAllowlist Allowlist (max_values: None, max_size: Some(32), added: 2507, mode: MaxEncodedLen) fn remove() -> Weight { // Proof Size summary in bytes: - // Measured: `232` - // Estimated: `2507` - // Minimum execution time: 19_596 nanoseconds. - Weight::from_parts(20_027_000, 2507) + // Measured: `199` + // Estimated: `3497` + // Minimum execution time: 12_000_000 picoseconds. + Weight::from_parts(12_000_000, 0) + .saturating_add(Weight::from_parts(0, 3497)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_collator_selection.rs b/runtime/altair/src/weights/pallet_collator_selection.rs index 4db1ef14b9..912110c613 100644 --- a/runtime/altair/src/weights/pallet_collator_selection.rs +++ b/runtime/altair/src/weights/pallet_collator_selection.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_collator_selection` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_collator_selection @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_collator_selection.rs +// --output=/tmp/runtime/altair/src/weights/pallet_collator_selection.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_collator_selection`. pub struct WeightInfo(PhantomData); @@ -38,18 +39,18 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// Storage: CollatorSelection Invulnerables (r:0 w:1) /// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) /// The range of component `b` is `[1, 100]`. - /// The range of component `b` is `[1, 100]`. fn set_invulnerables(b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `466 + b * (144 ±0)` - // Estimated: `463 + b * (5127 ±0)` - // Minimum execution time: 26_179 nanoseconds. - Weight::from_parts(23_400_128, 463) - // Standard Error: 3_608 - .saturating_add(Weight::from_parts(5_771_967, 0).saturating_mul(b.into())) + // Measured: `433 + b * (112 ±0)` + // Estimated: `1420 + b * (2588 ±0)` + // Minimum execution time: 15_000_000 picoseconds. + Weight::from_parts(12_617_736, 0) + .saturating_add(Weight::from_parts(0, 1420)) + // Standard Error: 16_099 + .saturating_add(Weight::from_parts(4_457_022, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_parts(0, 5127).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 2588).saturating_mul(b.into())) } /// Storage: CollatorSelection DesiredCandidates (r:0 w:1) /// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -57,8 +58,9 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 15_579 nanoseconds. - Weight::from_parts(16_300_000, 0) + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: CollatorSelection CandidacyBond (r:0 w:1) @@ -67,12 +69,13 @@ impl pallet_collator_selection::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_840 nanoseconds. - Weight::from_parts(11_331_000, 0) + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(7_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: CollatorSelection Candidates (r:1 w:1) - /// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(4802), added: 5297, mode: MaxEncodedLen) + /// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(961), added: 1456, mode: MaxEncodedLen) /// Storage: CollatorSelection DesiredCandidates (r:1 w:0) /// Proof: CollatorSelection DesiredCandidates (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: CollatorSelection Invulnerables (r:1 w:0) @@ -85,34 +88,34 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// Proof: CollatorSelection CandidacyBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) - /// The range of component `c` is `[1, 99]`. - /// The range of component `c` is `[1, 99]`. + /// The range of component `c` is `[1, 19]`. fn register_as_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1253 + c * (52 ±0)` - // Estimated: `16188 + c * (53 ±0)` - // Minimum execution time: 60_353 nanoseconds. - Weight::from_parts(62_699_132, 16188) - // Standard Error: 691 - .saturating_add(Weight::from_parts(152_911, 0).saturating_mul(c.into())) + // Measured: `936 + c * (59 ±0)` + // Estimated: `4687 + c * (60 ±0)` + // Minimum execution time: 42_000_000 picoseconds. + Weight::from_parts(42_371_526, 0) + .saturating_add(Weight::from_parts(0, 4687)) + // Standard Error: 12_616 + .saturating_add(Weight::from_parts(370_217, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_parts(0, 53).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 60).saturating_mul(c.into())) } /// Storage: CollatorSelection Candidates (r:1 w:1) - /// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(4802), added: 5297, mode: MaxEncodedLen) + /// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(961), added: 1456, mode: MaxEncodedLen) /// Storage: CollatorSelection LastAuthoredBlock (r:0 w:1) /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) - /// The range of component `c` is `[6, 100]`. - /// The range of component `c` is `[6, 100]`. + /// The range of component `c` is `[6, 20]`. fn leave_intent(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `430 + c * (49 ±0)` - // Estimated: `5297` - // Minimum execution time: 38_903 nanoseconds. - Weight::from_parts(39_223_005, 5297) - // Standard Error: 1_198 - .saturating_add(Weight::from_parts(157_557, 0).saturating_mul(c.into())) + // Measured: `483 + c * (44 ±0)` + // Estimated: `2446` + // Minimum execution time: 30_000_000 picoseconds. + Weight::from_parts(32_454_399, 0) + .saturating_add(Weight::from_parts(0, 2446)) + // Standard Error: 24_140 + .saturating_add(Weight::from_parts(108_235, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -124,40 +127,40 @@ impl pallet_collator_selection::WeightInfo for WeightIn /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) fn note_author() -> Weight { // Proof Size summary in bytes: - // Measured: `227` - // Estimated: `5749` - // Minimum execution time: 44_383 nanoseconds. - Weight::from_parts(45_215_000, 5749) + // Measured: `195` + // Estimated: `6196` + // Minimum execution time: 52_000_000 picoseconds. + Weight::from_parts(53_000_000, 0) + .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: CollatorSelection Candidates (r:1 w:0) - /// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(4802), added: 5297, mode: MaxEncodedLen) - /// Storage: CollatorSelection LastAuthoredBlock (r:100 w:0) + /// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(961), added: 1456, mode: MaxEncodedLen) + /// Storage: CollatorSelection LastAuthoredBlock (r:20 w:0) /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) /// Storage: CollatorSelection Invulnerables (r:1 w:0) /// Proof: CollatorSelection Invulnerables (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) /// Storage: System BlockWeight (r:1 w:1) /// Proof: System BlockWeight (max_values: Some(1), max_size: Some(48), added: 543, mode: MaxEncodedLen) - /// Storage: System Account (r:95 w:95) + /// Storage: System Account (r:15 w:15) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) - /// The range of component `r` is `[1, 100]`. - /// The range of component `c` is `[1, 100]`. - /// The range of component `r` is `[1, 100]`. - /// The range of component `c` is `[1, 100]`. + /// The range of component `r` is `[1, 20]`. + /// The range of component `c` is `[1, 20]`. fn new_session(r: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2632 + r * (147 ±0) + c * (97 ±0)` - // Estimated: `909314980955027 + r * (2597 ±4) + c * (2519 ±0)` - // Minimum execution time: 26_569 nanoseconds. - Weight::from_parts(27_030_000, 909314980955027) - // Standard Error: 213_901 - .saturating_add(Weight::from_parts(16_234_156, 0).saturating_mul(c.into())) + // Measured: `515 + c * (98 ±0) + r * (142 ±0)` + // Estimated: `4687 + c * (2519 ±9) + r * (2259 ±17)` + // Minimum execution time: 15_000_000 picoseconds. + Weight::from_parts(15_000_000, 0) + .saturating_add(Weight::from_parts(0, 4687)) + // Standard Error: 331_311 + .saturating_add(Weight::from_parts(13_946_477, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 2597).saturating_mul(r.into())) .saturating_add(Weight::from_parts(0, 2519).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2259).saturating_mul(r.into())) } } diff --git a/runtime/altair/src/weights/pallet_collective.rs b/runtime/altair/src/weights/pallet_collective.rs index d8be9ebdf2..73fd39e2ec 100644 --- a/runtime/altair/src/weights/pallet_collective.rs +++ b/runtime/altair/src/weights/pallet_collective.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_collective` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_collective @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_collective.rs +// --output=/tmp/runtime/altair/src/weights/pallet_collective.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_collective`. pub struct WeightInfo(PhantomData); @@ -44,20 +45,21 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[0, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` - // Estimated: `16190 + m * (7809 ±23) + p * (10238 ±23)` - // Minimum execution time: 22_041 nanoseconds. - Weight::from_parts(22_382_000, 16190) - // Standard Error: 72_340 - .saturating_add(Weight::from_parts(5_565_982, 0).saturating_mul(m.into())) - // Standard Error: 72_340 - .saturating_add(Weight::from_parts(9_406_084, 0).saturating_mul(p.into())) + // Measured: `0 + m * (3232 ±0) + p * (3190 ±0)` + // Estimated: `15762 + m * (1967 ±23) + p * (4332 ±23)` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(15_000_000, 0) + .saturating_add(Weight::from_parts(0, 15762)) + // Standard Error: 41_249 + .saturating_add(Weight::from_parts(3_051_041, 0).saturating_mul(m.into())) + // Standard Error: 41_249 + .saturating_add(Weight::from_parts(6_268_595, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 1967).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 4332).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -65,14 +67,15 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `135 + m * (32 ±0)` - // Estimated: `631 + m * (32 ±0)` - // Minimum execution time: 24_296 nanoseconds. - Weight::from_parts(23_355_800, 631) - // Standard Error: 35 - .saturating_add(Weight::from_parts(1_861, 0).saturating_mul(b.into())) - // Standard Error: 363 - .saturating_add(Weight::from_parts(17_505, 0).saturating_mul(m.into())) + // Measured: `103 + m * (32 ±0)` + // Estimated: `1589 + m * (32 ±0)` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(14_612_506, 0) + .saturating_add(Weight::from_parts(0, 1589)) + // Standard Error: 50 + .saturating_add(Weight::from_parts(1_031, 0).saturating_mul(b.into())) + // Standard Error: 521 + .saturating_add(Weight::from_parts(6_322, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -84,16 +87,17 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `135 + m * (32 ±0)` - // Estimated: `3242 + m * (64 ±0)` - // Minimum execution time: 27_501 nanoseconds. - Weight::from_parts(27_047_738, 3242) - // Standard Error: 69 - .saturating_add(Weight::from_parts(1_349, 0).saturating_mul(b.into())) - // Standard Error: 714 - .saturating_add(Weight::from_parts(32_743, 0).saturating_mul(m.into())) + // Measured: `103 + m * (32 ±0)` + // Estimated: `3569 + m * (32 ±0)` + // Minimum execution time: 17_000_000 picoseconds. + Weight::from_parts(16_363_942, 0) + .saturating_add(Weight::from_parts(0, 3569)) + // Standard Error: 44 + .saturating_add(Weight::from_parts(1_347, 0).saturating_mul(b.into())) + // Standard Error: 457 + .saturating_add(Weight::from_parts(12_353, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,20 +114,21 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `457 + m * (32 ±0) + p * (36 ±0)` - // Estimated: `5860 + m * (165 ±0) + p * (180 ±0)` - // Minimum execution time: 35_636 nanoseconds. - Weight::from_parts(35_072_810, 5860) - // Standard Error: 110 - .saturating_add(Weight::from_parts(3_364, 0).saturating_mul(b.into())) - // Standard Error: 1_155 - .saturating_add(Weight::from_parts(27_211, 0).saturating_mul(m.into())) - // Standard Error: 1_140 - .saturating_add(Weight::from_parts(188_322, 0).saturating_mul(p.into())) + // Measured: `393 + m * (32 ±0) + p * (36 ±0)` + // Estimated: `3785 + m * (33 ±0) + p * (36 ±0)` + // Minimum execution time: 22_000_000 picoseconds. + Weight::from_parts(23_485_956, 0) + .saturating_add(Weight::from_parts(0, 3785)) + // Standard Error: 114 + .saturating_add(Weight::from_parts(1_901, 0).saturating_mul(b.into())) + // Standard Error: 1_190 + .saturating_add(Weight::from_parts(7_941, 0).saturating_mul(m.into())) + // Standard Error: 1_175 + .saturating_add(Weight::from_parts(136_203, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -132,15 +137,16 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `907 + m * (64 ±0)` - // Estimated: `4782 + m * (128 ±0)` - // Minimum execution time: 31_068 nanoseconds. - Weight::from_parts(32_362_698, 4782) - // Standard Error: 1_356 - .saturating_add(Weight::from_parts(46_773, 0).saturating_mul(m.into())) + // Measured: `842 + m * (64 ±0)` + // Estimated: `4306 + m * (64 ±0)` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(19_710_742, 0) + .saturating_add(Weight::from_parts(0, 4306)) + // Standard Error: 1_185 + .saturating_add(Weight::from_parts(14_518, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -154,18 +160,19 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `527 + m * (64 ±0) + p * (36 ±0)` - // Estimated: `5497 + m * (260 ±0) + p * (144 ±0)` - // Minimum execution time: 38_372 nanoseconds. - Weight::from_parts(40_622_213, 5497) - // Standard Error: 1_207 - .saturating_add(Weight::from_parts(20_179, 0).saturating_mul(m.into())) - // Standard Error: 1_177 - .saturating_add(Weight::from_parts(163_536, 0).saturating_mul(p.into())) + // Measured: `431 + m * (64 ±0) + p * (36 ±0)` + // Estimated: `3876 + m * (65 ±0) + p * (36 ±0)` + // Minimum execution time: 24_000_000 picoseconds. + Weight::from_parts(25_378_569, 0) + .saturating_add(Weight::from_parts(0, 3876)) + // Standard Error: 877 + .saturating_add(Weight::from_parts(8_953, 0).saturating_mul(m.into())) + // Standard Error: 855 + .saturating_add(Weight::from_parts(136_730, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -180,19 +187,20 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `863 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` - // Estimated: `8768 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` - // Minimum execution time: 55_364 nanoseconds. - Weight::from_parts(57_884_236, 8768) - // Standard Error: 244 - .saturating_add(Weight::from_parts(2_873, 0).saturating_mul(b.into())) - // Standard Error: 2_520 - .saturating_add(Weight::from_parts(220_841, 0).saturating_mul(p.into())) + // Measured: `733 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` + // Estimated: `4050 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` + // Minimum execution time: 35_000_000 picoseconds. + Weight::from_parts(37_045_737, 0) + .saturating_add(Weight::from_parts(0, 4050)) + // Standard Error: 186 + .saturating_add(Weight::from_parts(1_335, 0).saturating_mul(b.into())) + // Standard Error: 1_919 + .saturating_add(Weight::from_parts(167_727, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) - .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -208,18 +216,19 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `547 + m * (64 ±0) + p * (36 ±0)` - // Estimated: `6600 + m * (325 ±0) + p * (180 ±0)` - // Minimum execution time: 42_359 nanoseconds. - Weight::from_parts(42_703_072, 6600) - // Standard Error: 1_291 - .saturating_add(Weight::from_parts(32_273, 0).saturating_mul(m.into())) - // Standard Error: 1_259 - .saturating_add(Weight::from_parts(171_650, 0).saturating_mul(p.into())) + // Measured: `451 + m * (64 ±0) + p * (36 ±0)` + // Estimated: `3896 + m * (65 ±0) + p * (36 ±0)` + // Minimum execution time: 27_000_000 picoseconds. + Weight::from_parts(27_984_583, 0) + .saturating_add(Weight::from_parts(0, 3896)) + // Standard Error: 648 + .saturating_add(Weight::from_parts(9_160, 0).saturating_mul(m.into())) + // Standard Error: 632 + .saturating_add(Weight::from_parts(137_294, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -236,21 +245,20 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `883 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` - // Estimated: `10070 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` - // Minimum execution time: 60_223 nanoseconds. - Weight::from_parts(59_491_167, 10070) - // Standard Error: 216 - .saturating_add(Weight::from_parts(3_699, 0).saturating_mul(b.into())) - // Standard Error: 2_292 - .saturating_add(Weight::from_parts(35_976, 0).saturating_mul(m.into())) - // Standard Error: 2_234 - .saturating_add(Weight::from_parts(221_000, 0).saturating_mul(p.into())) + // Measured: `753 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` + // Estimated: `4070 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` + // Minimum execution time: 37_000_000 picoseconds. + Weight::from_parts(45_052_456, 0) + .saturating_add(Weight::from_parts(0, 4070)) + // Standard Error: 376 + .saturating_add(Weight::from_parts(1_175, 0).saturating_mul(b.into())) + // Standard Error: 3_880 + .saturating_add(Weight::from_parts(170_299, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) - .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 66).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 40).saturating_mul(p.into())) } /// Storage: Council Proposals (r:1 w:1) /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -261,14 +269,15 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `292 + p * (32 ±0)` - // Estimated: `1371 + p * (96 ±0)` - // Minimum execution time: 22_713 nanoseconds. - Weight::from_parts(24_881_678, 1371) - // Standard Error: 802 - .saturating_add(Weight::from_parts(162_901, 0).saturating_mul(p.into())) + // Measured: `260 + p * (32 ±0)` + // Estimated: `1745 + p * (32 ±0)` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(14_676_402, 0) + .saturating_add(Weight::from_parts(0, 1745)) + // Standard Error: 3_005 + .saturating_add(Weight::from_parts(153_250, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) } } diff --git a/runtime/altair/src/weights/pallet_crowdloan_claim.rs b/runtime/altair/src/weights/pallet_crowdloan_claim.rs index 27047d308b..94e1968dbb 100644 --- a/runtime/altair/src/weights/pallet_crowdloan_claim.rs +++ b/runtime/altair/src/weights/pallet_crowdloan_claim.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_crowdloan_claim` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_crowdloan_claim @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_crowdloan_claim.rs +// --output=/tmp/runtime/altair/src/weights/pallet_crowdloan_claim.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_crowdloan_claim`. pub struct WeightInfo(PhantomData); @@ -48,18 +49,21 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< /// Storage: CrowdloanReward DirectPayoutRatio (r:1 w:0) /// Proof: CrowdloanReward DirectPayoutRatio (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: Vesting Vesting (r:1 w:1) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn claim_reward_ed25519() -> Weight { // Proof Size summary in bytes: - // Measured: `619` - // Estimated: `17661` - // Minimum execution time: 213_238 nanoseconds. - Weight::from_parts(215_733_000, 17661) - .saturating_add(T::DbWeight::get().reads(12)) + // Measured: `606` + // Estimated: `6196` + // Minimum execution time: 180_000_000 picoseconds. + Weight::from_parts(180_000_000, 0) + .saturating_add(Weight::from_parts(0, 6196)) + .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: CrowdloanClaim CurrIndex (r:1 w:0) @@ -79,18 +83,21 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< /// Storage: CrowdloanReward DirectPayoutRatio (r:1 w:0) /// Proof: CrowdloanReward DirectPayoutRatio (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: Vesting Vesting (r:1 w:1) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn claim_reward_sr25519() -> Weight { // Proof Size summary in bytes: - // Measured: `658` - // Estimated: `17661` - // Minimum execution time: 216_475 nanoseconds. - Weight::from_parts(219_470_000, 17661) - .saturating_add(T::DbWeight::get().reads(12)) + // Measured: `762` + // Estimated: `6196` + // Minimum execution time: 181_000_000 picoseconds. + Weight::from_parts(182_000_000, 0) + .saturating_add(Weight::from_parts(0, 6196)) + .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: CrowdloanClaim CurrIndex (r:1 w:0) @@ -110,18 +117,21 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< /// Storage: CrowdloanReward DirectPayoutRatio (r:1 w:0) /// Proof: CrowdloanReward DirectPayoutRatio (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: Vesting Vesting (r:1 w:1) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn claim_reward_ecdsa() -> Weight { // Proof Size summary in bytes: - // Measured: `619` - // Estimated: `17661` - // Minimum execution time: 196_056 nanoseconds. - Weight::from_parts(198_050_000, 17661) - .saturating_add(T::DbWeight::get().reads(12)) + // Measured: `658` + // Estimated: `6196` + // Minimum execution time: 173_000_000 picoseconds. + Weight::from_parts(180_000_000, 0) + .saturating_add(Weight::from_parts(0, 6196)) + .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: CrowdloanClaim CurrIndex (r:1 w:1) @@ -141,9 +151,10 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< fn initialize() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `1996` - // Minimum execution time: 25_107 nanoseconds. - Weight::from_parts(25_608_000, 1996) + // Estimated: `1489` + // Minimum execution time: 16_000_000 picoseconds. + Weight::from_parts(17_000_000, 0) + .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -153,8 +164,9 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_772 nanoseconds. - Weight::from_parts(12_062_000, 0) + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(7_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: CrowdloanClaim LeasePeriod (r:0 w:1) @@ -163,8 +175,9 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_491 nanoseconds. - Weight::from_parts(11_992_000, 0) + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(7_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: CrowdloanClaim Contributions (r:0 w:1) @@ -173,8 +186,9 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_644 nanoseconds. - Weight::from_parts(13_054_000, 0) + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: CrowdloanClaim LockedAt (r:0 w:1) @@ -183,8 +197,9 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_691 nanoseconds. - Weight::from_parts(12_023_000, 0) + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(7_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: CrowdloanClaim CrowdloanTrieIndex (r:0 w:1) @@ -193,8 +208,9 @@ impl pallet_crowdloan_claim::WeightInfo for WeightInfo< // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_772 nanoseconds. - Weight::from_parts(12_133_000, 0) + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(7_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/altair/src/weights/pallet_crowdloan_reward.rs b/runtime/altair/src/weights/pallet_crowdloan_reward.rs index 462914723d..dd1f68b2f2 100644 --- a/runtime/altair/src/weights/pallet_crowdloan_reward.rs +++ b/runtime/altair/src/weights/pallet_crowdloan_reward.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_crowdloan_reward` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_crowdloan_reward @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_crowdloan_reward.rs +// --output=/tmp/runtime/altair/src/weights/pallet_crowdloan_reward.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_crowdloan_reward`. pub struct WeightInfo(PhantomData); @@ -41,8 +42,9 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_265 nanoseconds. - Weight::from_parts(13_796_000, 0) + // Minimum execution time: 8_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: CrowdloanReward VestingStart (r:0 w:1) @@ -51,8 +53,9 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_331 nanoseconds. - Weight::from_parts(11_863_000, 0) + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(7_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: CrowdloanReward VestingPeriod (r:0 w:1) @@ -61,8 +64,9 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_421 nanoseconds. - Weight::from_parts(11_872_000, 0) + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(7_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: CrowdloanReward DirectPayoutRatio (r:0 w:1) @@ -71,8 +75,9 @@ impl pallet_crowdloan_reward::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_701 nanoseconds. - Weight::from_parts(12_002_000, 0) + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(7_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/altair/src/weights/pallet_democracy.rs b/runtime/altair/src/weights/pallet_democracy.rs index dac16cc319..9fa12a7c9b 100644 --- a/runtime/altair/src/weights/pallet_democracy.rs +++ b/runtime/altair/src/weights/pallet_democracy.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_democracy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_democracy @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_democracy.rs +// --output=/tmp/runtime/altair/src/weights/pallet_democracy.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_democracy`. pub struct WeightInfo(PhantomData); @@ -41,10 +42,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen) fn propose() -> Weight { // Proof Size summary in bytes: - // Measured: `4864` - // Estimated: `23409` - // Minimum execution time: 50_054 nanoseconds. - Weight::from_parts(51_837_000, 23409) + // Measured: `4801` + // Estimated: `18187` + // Minimum execution time: 36_000_000 picoseconds. + Weight::from_parts(37_000_000, 0) + .saturating_add(Weight::from_parts(0, 18187)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -52,10 +54,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen) fn second() -> Weight { // Proof Size summary in bytes: - // Measured: `3620` - // Estimated: `5705` - // Minimum execution time: 44_884 nanoseconds. - Weight::from_parts(46_587_000, 5705) + // Measured: `3556` + // Estimated: `6695` + // Minimum execution time: 32_000_000 picoseconds. + Weight::from_parts(33_000_000, 0) + .saturating_add(Weight::from_parts(0, 6695)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,13 +68,16 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn vote_new() -> Weight { // Proof Size summary in bytes: - // Measured: `3517` - // Estimated: `12720` - // Minimum execution time: 58_810 nanoseconds. - Weight::from_parts(59_972_000, 12720) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `3433` + // Estimated: `7260` + // Minimum execution time: 43_000_000 picoseconds. + Weight::from_parts(45_000_000, 0) + .saturating_add(Weight::from_parts(0, 7260)) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Democracy ReferendumInfoOf (r:1 w:1) @@ -80,27 +86,33 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn vote_existing() -> Weight { // Proof Size summary in bytes: - // Measured: `3539` - // Estimated: `12720` - // Minimum execution time: 58_028 nanoseconds. - Weight::from_parts(59_391_000, 12720) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `3455` + // Estimated: `7260` + // Minimum execution time: 47_000_000 picoseconds. + Weight::from_parts(49_000_000, 0) + .saturating_add(Weight::from_parts(0, 7260)) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Democracy ReferendumInfoOf (r:1 w:1) /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// Storage: Democracy Cancellations (r:1 w:1) /// Proof: Democracy Cancellations (max_values: None, max_size: Some(33), added: 2508, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn emergency_cancel() -> Weight { // Proof Size summary in bytes: - // Measured: `320` - // Estimated: `5184` - // Minimum execution time: 25_778 nanoseconds. - Weight::from_parts(26_570_000, 5184) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `366` + // Estimated: `3666` + // Minimum execution time: 24_000_000 picoseconds. + Weight::from_parts(24_000_000, 0) + .saturating_add(Weight::from_parts(0, 3666)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Democracy PublicProps (r:1 w:1) /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) @@ -108,6 +120,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:3 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) /// Storage: Democracy NextExternal (r:1 w:1) /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) /// Storage: Democracy ReferendumInfoOf (r:1 w:1) @@ -116,12 +130,13 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen) fn blacklist() -> Weight { // Proof Size summary in bytes: - // Measured: `6362` - // Estimated: `31411` - // Minimum execution time: 116_498 nanoseconds. - Weight::from_parts(119_654_000, 31411) - .saturating_add(T::DbWeight::get().reads(6)) - .saturating_add(T::DbWeight::get().writes(7)) + // Measured: `6282` + // Estimated: `18187` + // Minimum execution time: 99_000_000 picoseconds. + Weight::from_parts(107_000_000, 0) + .saturating_add(Weight::from_parts(0, 18187)) + .saturating_add(T::DbWeight::get().reads(9)) + .saturating_add(T::DbWeight::get().writes(8)) } /// Storage: Democracy NextExternal (r:1 w:1) /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) @@ -129,10 +144,11 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen) fn external_propose() -> Weight { // Proof Size summary in bytes: - // Measured: `3448` - // Estimated: `6340` - // Minimum execution time: 18_235 nanoseconds. - Weight::from_parts(18_775_000, 6340) + // Measured: `3416` + // Estimated: `6703` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(13_000_000, 0) + .saturating_add(Weight::from_parts(0, 6703)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -142,8 +158,9 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_979 nanoseconds. - Weight::from_parts(5_189_000, 0) + // Minimum execution time: 3_000_000 picoseconds. + Weight::from_parts(3_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -152,37 +169,44 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_809 nanoseconds. - Weight::from_parts(5_020_000, 0) + // Minimum execution time: 3_000_000 picoseconds. + Weight::from_parts(3_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:1 w:1) /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) /// Storage: Democracy ReferendumCount (r:1 w:1) /// Proof: Democracy ReferendumCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:2) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) /// Storage: Democracy ReferendumInfoOf (r:0 w:1) /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) fn fast_track() -> Weight { // Proof Size summary in bytes: - // Measured: `212` - // Estimated: `1126` - // Minimum execution time: 24_526 nanoseconds. - Weight::from_parts(24_947_000, 1126) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(3)) + // Measured: `286` + // Estimated: `3518` + // Minimum execution time: 27_000_000 picoseconds. + Weight::from_parts(27_000_000, 0) + .saturating_add(Weight::from_parts(0, 3518)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: Democracy NextExternal (r:1 w:1) /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) /// Storage: Democracy Blacklist (r:1 w:1) /// Proof: Democracy Blacklist (max_values: None, max_size: Some(3238), added: 5713, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn veto_external() -> Weight { // Proof Size summary in bytes: - // Measured: `3477` - // Estimated: `6340` - // Minimum execution time: 29_575 nanoseconds. - Weight::from_parts(30_988_000, 6340) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `3519` + // Estimated: `6703` + // Minimum execution time: 28_000_000 picoseconds. + Weight::from_parts(29_000_000, 0) + .saturating_add(Weight::from_parts(0, 6703)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Democracy PublicProps (r:1 w:1) /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) @@ -190,24 +214,31 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Proof: Democracy DepositOf (max_values: None, max_size: Some(3230), added: 5705, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn cancel_proposal() -> Weight { // Proof Size summary in bytes: - // Measured: `6241` - // Estimated: `28108` - // Minimum execution time: 95_088 nanoseconds. - Weight::from_parts(100_748_000, 28108) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(4)) + // Measured: `6193` + // Estimated: `18187` + // Minimum execution time: 89_000_000 picoseconds. + Weight::from_parts(97_000_000, 0) + .saturating_add(Weight::from_parts(0, 18187)) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(5)) } + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) /// Storage: Democracy ReferendumInfoOf (r:0 w:1) /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) fn cancel_referendum() -> Weight { // Proof Size summary in bytes: - // Measured: `0` - // Estimated: `0` - // Minimum execution time: 12_813 nanoseconds. - Weight::from_parts(13_305_000, 0) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `271` + // Estimated: `3518` + // Minimum execution time: 19_000_000 picoseconds. + Weight::from_parts(19_000_000, 0) + .saturating_add(Weight::from_parts(0, 3518)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: Democracy LowestUnbaked (r:1 w:1) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -218,12 +249,13 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 99]`. fn on_initialize_base(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `207 + r * (117 ±0)` - // Estimated: `998 + r * (2676 ±0)` - // Minimum execution time: 10_059 nanoseconds. - Weight::from_parts(12_404_333, 998) - // Standard Error: 6_629 - .saturating_add(Weight::from_parts(3_715_422, 0).saturating_mul(r.into())) + // Measured: `244 + r * (86 ±0)` + // Estimated: `1489 + r * (2676 ±0)` + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(12_056_842, 0) + .saturating_add(Weight::from_parts(0, 1489)) + // Standard Error: 10_947 + .saturating_add(Weight::from_parts(2_904_266, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -244,12 +276,13 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 99]`. fn on_initialize_base_with_launch_period(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `207 + r * (117 ±0)` - // Estimated: `19318 + r * (2676 ±0)` - // Minimum execution time: 14_186 nanoseconds. - Weight::from_parts(16_566_201, 19318) - // Standard Error: 6_722 - .saturating_add(Weight::from_parts(3_706_111, 0).saturating_mul(r.into())) + // Measured: `244 + r * (86 ±0)` + // Estimated: `18187 + r * (2676 ±0)` + // Minimum execution time: 10_000_000 picoseconds. + Weight::from_parts(16_044_749, 0) + .saturating_add(Weight::from_parts(0, 18187)) + // Standard Error: 10_469 + .saturating_add(Weight::from_parts(2_889_254, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -261,16 +294,19 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn delegate(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `914 + r * (139 ±0)` - // Estimated: `22584 + r * (2676 ±0)` - // Minimum execution time: 48_681 nanoseconds. - Weight::from_parts(53_826_683, 22584) - // Standard Error: 7_787 - .saturating_add(Weight::from_parts(4_805_941, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(4)) + // Measured: `797 + r * (108 ±0)` + // Estimated: `19800 + r * (2676 ±0)` + // Minimum execution time: 37_000_000 picoseconds. + Weight::from_parts(39_336_284, 0) + .saturating_add(Weight::from_parts(0, 19800)) + // Standard Error: 15_467 + .saturating_add(Weight::from_parts(3_750_422, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) @@ -283,12 +319,13 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// The range of component `r` is `[0, 99]`. fn undelegate(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `547 + r * (139 ±0)` - // Estimated: `12540 + r * (2676 ±0)` - // Minimum execution time: 28_463 nanoseconds. - Weight::from_parts(31_702_225, 12540) - // Standard Error: 31_050 - .saturating_add(Weight::from_parts(4_800_298, 0).saturating_mul(r.into())) + // Measured: `493 + r * (108 ±0)` + // Estimated: `13530 + r * (2676 ±0)` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(18_955_219, 0) + .saturating_add(Weight::from_parts(0, 13530)) + // Standard Error: 13_893 + .saturating_add(Weight::from_parts(3_702_912, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -301,44 +338,51 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_979 nanoseconds. - Weight::from_parts(5_120_000, 0) + // Minimum execution time: 2_000_000 picoseconds. + Weight::from_parts(3_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy VotingOf (r:1 w:1) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn unlock_remove(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `579` - // Estimated: `12647` - // Minimum execution time: 26_981 nanoseconds. - Weight::from_parts(34_067_421, 12647) - // Standard Error: 1_588 - .saturating_add(Weight::from_parts(34_657, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `525` + // Estimated: `7260` + // Minimum execution time: 22_000_000 picoseconds. + Weight::from_parts(36_005_128, 0) + .saturating_add(Weight::from_parts(0, 7260)) + // Standard Error: 4_726 + .saturating_add(Weight::from_parts(7_280, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Democracy VotingOf (r:1 w:1) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. fn unlock_set(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `580 + r * (22 ±0)` - // Estimated: `12647` - // Minimum execution time: 31_639 nanoseconds. - Weight::from_parts(33_139_371, 12647) - // Standard Error: 864 - .saturating_add(Weight::from_parts(75_234, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `526 + r * (22 ±0)` + // Estimated: `7260` + // Minimum execution time: 31_000_000 picoseconds. + Weight::from_parts(33_668_113, 0) + .saturating_add(Weight::from_parts(0, 7260)) + // Standard Error: 3_988 + .saturating_add(Weight::from_parts(53_649, 0).saturating_mul(r.into())) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Democracy ReferendumInfoOf (r:1 w:1) @@ -348,12 +392,13 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 100]`. fn remove_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `781 + r * (26 ±0)` - // Estimated: `8946` - // Minimum execution time: 21_450 nanoseconds. - Weight::from_parts(23_706_863, 8946) - // Standard Error: 1_003 - .saturating_add(Weight::from_parts(87_804, 0).saturating_mul(r.into())) + // Measured: `728 + r * (26 ±0)` + // Estimated: `7260` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(17_081_433, 0) + .saturating_add(Weight::from_parts(0, 7260)) + // Standard Error: 2_531 + .saturating_add(Weight::from_parts(57_748, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -364,37 +409,102 @@ impl pallet_democracy::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 100]`. fn remove_other_vote(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `781 + r * (26 ±0)` - // Estimated: `8946` - // Minimum execution time: 21_620 nanoseconds. - Weight::from_parts(23_969_375, 8946) - // Standard Error: 1_107 - .saturating_add(Weight::from_parts(91_393, 0).saturating_mul(r.into())) + // Measured: `728 + r * (26 ±0)` + // Estimated: `7260` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(16_979_964, 0) + .saturating_add(Weight::from_parts(0, 7260)) + // Standard Error: 4_409 + .saturating_add(Weight::from_parts(77_729, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } - + /// Storage: Democracy NextExternal (r:1 w:0) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Preimage StatusFor (r:1 w:0) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:0 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn set_external_metadata() -> Weight { - todo!() + // Proof Size summary in bytes: + // Measured: `390` + // Estimated: `3556` + // Minimum execution time: 17_000_000 picoseconds. + Weight::from_parts(18_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(1)) } - + /// Storage: Democracy NextExternal (r:1 w:0) + /// Proof: Democracy NextExternal (max_values: Some(1), max_size: Some(132), added: 627, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn clear_external_metadata() -> Weight { - todo!() + // Proof Size summary in bytes: + // Measured: `286` + // Estimated: `3518` + // Minimum execution time: 16_000_000 picoseconds. + Weight::from_parts(17_000_000, 0) + .saturating_add(Weight::from_parts(0, 3518)) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(1)) } - + /// Storage: Democracy PublicProps (r:1 w:0) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Preimage StatusFor (r:1 w:0) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:0 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn set_proposal_metadata() -> Weight { - todo!() + // Proof Size summary in bytes: + // Measured: `4922` + // Estimated: `18187` + // Minimum execution time: 36_000_000 picoseconds. + Weight::from_parts(36_000_000, 0) + .saturating_add(Weight::from_parts(0, 18187)) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(1)) } - + /// Storage: Democracy PublicProps (r:1 w:0) + /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn clear_proposal_metadata() -> Weight { - todo!() + // Proof Size summary in bytes: + // Measured: `4822` + // Estimated: `18187` + // Minimum execution time: 33_000_000 picoseconds. + Weight::from_parts(34_000_000, 0) + .saturating_add(Weight::from_parts(0, 18187)) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(1)) } - + /// Storage: Preimage StatusFor (r:1 w:0) + /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:0 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn set_referendum_metadata() -> Weight { - todo!() + // Proof Size summary in bytes: + // Measured: `178` + // Estimated: `3556` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(13_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } - + /// Storage: Democracy ReferendumInfoOf (r:1 w:0) + /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) + /// Storage: Democracy MetadataOf (r:1 w:1) + /// Proof: Democracy MetadataOf (max_values: None, max_size: Some(53), added: 2528, mode: MaxEncodedLen) fn clear_referendum_metadata() -> Weight { - todo!() + // Proof Size summary in bytes: + // Measured: `302` + // Estimated: `3666` + // Minimum execution time: 17_000_000 picoseconds. + Weight::from_parts(17_000_000, 0) + .saturating_add(Weight::from_parts(0, 3666)) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/altair/src/weights/pallet_elections_phragmen.rs b/runtime/altair/src/weights/pallet_elections_phragmen.rs index e4bcd257d0..b761c9d41c 100644 --- a/runtime/altair/src/weights/pallet_elections_phragmen.rs +++ b/runtime/altair/src/weights/pallet_elections_phragmen.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_elections_phragmen` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_elections_phragmen @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_elections_phragmen.rs +// --output=/tmp/runtime/altair/src/weights/pallet_elections_phragmen.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_elections_phragmen`. pub struct WeightInfo(PhantomData); @@ -41,18 +42,21 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) - /// The range of component `v` is `[1, 16]`. + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) + /// The range of component `v` is `[1, 5]`. fn vote_equal(v: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `527 + v * (80 ±0)` - // Estimated: `9838 + v * (320 ±0)` - // Minimum execution time: 35_266 nanoseconds. - Weight::from_parts(36_569_531, 9838) - // Standard Error: 3_376 - .saturating_add(Weight::from_parts(103_666, 0).saturating_mul(v.into())) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `430 + v * (80 ±0)` + // Estimated: `4764 + v * (80 ±0)` + // Minimum execution time: 28_000_000 picoseconds. + Weight::from_parts(28_487_207, 0) + .saturating_add(Weight::from_parts(0, 4764)) + // Standard Error: 24_782 + .saturating_add(Weight::from_parts(524_123, 0).saturating_mul(v.into())) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) } /// Storage: Elections Candidates (r:1 w:0) /// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -64,18 +68,21 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) - /// The range of component `v` is `[2, 16]`. + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) + /// The range of component `v` is `[2, 5]`. fn vote_more(v: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `495 + v * (80 ±0)` - // Estimated: `9710 + v * (320 ±0)` - // Minimum execution time: 49_463 nanoseconds. - Weight::from_parts(50_949_118, 9710) - // Standard Error: 4_193 - .saturating_add(Weight::from_parts(118_738, 0).saturating_mul(v.into())) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `399 + v * (80 ±0)` + // Estimated: `4764 + v * (80 ±0)` + // Minimum execution time: 40_000_000 picoseconds. + Weight::from_parts(40_798_323, 0) + .saturating_add(Weight::from_parts(0, 4764)) + // Standard Error: 15_506 + .saturating_add(Weight::from_parts(102_541, 0).saturating_mul(v.into())) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) } /// Storage: Elections Candidates (r:1 w:0) /// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -87,30 +94,36 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) - /// The range of component `v` is `[2, 16]`. + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) + /// The range of component `v` is `[2, 5]`. fn vote_less(v: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `527 + v * (80 ±0)` - // Estimated: `9838 + v * (320 ±0)` - // Minimum execution time: 49_742 nanoseconds. - Weight::from_parts(51_039_382, 9838) - // Standard Error: 4_047 - .saturating_add(Weight::from_parts(116_233, 0).saturating_mul(v.into())) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `431 + v * (80 ±0)` + // Estimated: `4764 + v * (80 ±0)` + // Minimum execution time: 40_000_000 picoseconds. + Weight::from_parts(40_913_737, 0) + .saturating_add(Weight::from_parts(0, 4764)) + // Standard Error: 22_270 + .saturating_add(Weight::from_parts(114_656, 0).saturating_mul(v.into())) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 80).saturating_mul(v.into())) } /// Storage: Elections Voting (r:1 w:1) /// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) fn remove_voter() -> Weight { // Proof Size summary in bytes: - // Measured: `1017` - // Estimated: `7266` - // Minimum execution time: 45_496 nanoseconds. - Weight::from_parts(46_547_000, 7266) - .saturating_add(T::DbWeight::get().reads(2)) + // Measured: `601` + // Estimated: `4764` + // Minimum execution time: 42_000_000 picoseconds. + Weight::from_parts(43_000_000, 0) + .saturating_add(Weight::from_parts(0, 4764)) + .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: Elections Candidates (r:1 w:1) @@ -119,30 +132,30 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// Proof Skipped: Elections Members (max_values: Some(1), max_size: None, mode: Measured) /// Storage: Elections RunnersUp (r:1 w:0) /// Proof Skipped: Elections RunnersUp (max_values: Some(1), max_size: None, mode: Measured) - /// The range of component `c` is `[1, 100]`. + /// The range of component `c` is `[1, 20]`. fn submit_candidacy(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1635 + c * (48 ±0)` - // Estimated: `6390 + c * (144 ±0)` - // Minimum execution time: 40_616 nanoseconds. - Weight::from_parts(40_957_133, 6390) - // Standard Error: 1_722 - .saturating_add(Weight::from_parts(102_900, 0).saturating_mul(c.into())) + // Measured: `1508 + c * (48 ±0)` + // Estimated: `2993 + c * (48 ±0)` + // Minimum execution time: 30_000_000 picoseconds. + Weight::from_parts(33_858_082, 0) + .saturating_add(Weight::from_parts(0, 2993)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) } /// Storage: Elections Candidates (r:1 w:1) /// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured) - /// The range of component `c` is `[1, 100]`. + /// The range of component `c` is `[1, 20]`. fn renounce_candidacy_candidate(c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `414 + c * (48 ±0)` - // Estimated: `895 + c * (48 ±0)` - // Minimum execution time: 36_368 nanoseconds. - Weight::from_parts(36_962_864, 895) - // Standard Error: 1_501 - .saturating_add(Weight::from_parts(70_450, 0).saturating_mul(c.into())) + // Measured: `351 + c * (48 ±0)` + // Estimated: `1836 + c * (48 ±0)` + // Minimum execution time: 26_000_000 picoseconds. + Weight::from_parts(26_855_488, 0) + .saturating_add(Weight::from_parts(0, 1836)) + // Standard Error: 10_984 + .saturating_add(Weight::from_parts(177_096, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) @@ -159,10 +172,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) fn renounce_candidacy_members() -> Weight { // Proof Size summary in bytes: - // Measured: `1783` - // Estimated: `10895` - // Minimum execution time: 54_963 nanoseconds. - Weight::from_parts(55_904_000, 10895) + // Measured: `1688` + // Estimated: `3173` + // Minimum execution time: 39_000_000 picoseconds. + Weight::from_parts(44_000_000, 0) + .saturating_add(Weight::from_parts(0, 3173)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -170,10 +184,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// Proof Skipped: Elections RunnersUp (max_values: Some(1), max_size: None, mode: Measured) fn renounce_candidacy_runners_up() -> Weight { // Proof Size summary in bytes: - // Measured: `1086` - // Estimated: `1581` - // Minimum execution time: 39_764 nanoseconds. - Weight::from_parts(40_436_000, 1581) + // Measured: `1056` + // Estimated: `2541` + // Minimum execution time: 28_000_000 picoseconds. + Weight::from_parts(34_000_000, 0) + .saturating_add(Weight::from_parts(0, 2541)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -183,8 +198,9 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 500_000_000 nanoseconds. + // Minimum execution time: 500_000_000_000 picoseconds. Weight::from_parts(500_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Elections Members (r:1 w:1) /// Proof Skipped: Elections Members (max_values: Some(1), max_size: None, mode: Measured) @@ -200,14 +216,15 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) fn remove_member_with_replacement() -> Weight { // Proof Size summary in bytes: - // Measured: `1918` - // Estimated: `16776` - // Minimum execution time: 82_114 nanoseconds. - Weight::from_parts(83_346_000, 16776) + // Measured: `1791` + // Estimated: `6196` + // Minimum execution time: 64_000_000 picoseconds. + Weight::from_parts(66_000_000, 0) + .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } - /// Storage: Elections Voting (r:1001 w:1000) + /// Storage: Elections Voting (r:101 w:100) /// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured) /// Storage: Elections Members (r:1 w:0) /// Proof Skipped: Elections Members (max_values: Some(1), max_size: None, mode: Measured) @@ -215,24 +232,28 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// Proof Skipped: Elections RunnersUp (max_values: Some(1), max_size: None, mode: Measured) /// Storage: Elections Candidates (r:1 w:0) /// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured) - /// Storage: Balances Locks (r:1000 w:1000) + /// Storage: Balances Locks (r:100 w:100) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) - /// Storage: System Account (r:1000 w:1000) + /// Storage: Balances Freezes (r:100 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) + /// Storage: System Account (r:100 w:100) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) - /// The range of component `v` is `[500, 1000]`. - /// The range of component `d` is `[0, 500]`. - fn clean_defunct_voters(v: u32, _d: u32, ) -> Weight { + /// The range of component `v` is `[50, 100]`. + /// The range of component `d` is `[0, 50]`. + fn clean_defunct_voters(v: u32, d: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3863 + v * (873 ±0)` - // Estimated: `19504 + v * (12348 ±0)` - // Minimum execution time: 43_473_064 nanoseconds. - Weight::from_parts(43_709_055_000, 19504) - // Standard Error: 369_753 - .saturating_add(Weight::from_parts(54_839_950, 0).saturating_mul(v.into())) + // Measured: `1226 + v * (457 ±0)` + // Estimated: `4528 + d * (1 ±0) + v * (3774 ±0)` + // Minimum execution time: 2_509_000_000 picoseconds. + Weight::from_parts(2_516_000_000, 0) + .saturating_add(Weight::from_parts(0, 4528)) + // Standard Error: 205_592 + .saturating_add(Weight::from_parts(28_456_710, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) + .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_parts(0, 12348).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 3774).saturating_mul(v.into())) } /// Storage: Elections Candidates (r:1 w:1) /// Proof Skipped: Elections Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -240,11 +261,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// Proof Skipped: Elections Members (max_values: Some(1), max_size: None, mode: Measured) /// Storage: Elections RunnersUp (r:1 w:1) /// Proof Skipped: Elections RunnersUp (max_values: Some(1), max_size: None, mode: Measured) - /// Storage: Elections Voting (r:1001 w:0) + /// Storage: Elections Voting (r:101 w:0) /// Proof Skipped: Elections Voting (max_values: None, max_size: None, mode: Measured) /// Storage: Council Proposals (r:1 w:0) /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) - /// Storage: System Account (r:83 w:83) + /// Storage: System Account (r:3 w:3) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Elections ElectionRounds (r:1 w:1) /// Proof Skipped: Elections ElectionRounds (max_values: Some(1), max_size: None, mode: Measured) @@ -252,26 +273,27 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) /// Storage: Council Prime (r:0 w:1) /// Proof Skipped: Council Prime (max_values: Some(1), max_size: None, mode: Measured) - /// The range of component `c` is `[1, 100]`. - /// The range of component `v` is `[1, 1000]`. - /// The range of component `e` is `[1000, 16000]`. + /// The range of component `c` is `[1, 20]`. + /// The range of component `v` is `[1, 100]`. + /// The range of component `e` is `[100, 500]`. fn election_phragmen(c: u32, v: u32, e: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + v * (636 ±0) + e * (28 ±0)` - // Estimated: `530640 + v * (5450 ±6) + e * (106 ±0) + c * (2372 ±3)` - // Minimum execution time: 3_943_121 nanoseconds. - Weight::from_parts(3_959_913_000, 530640) - // Standard Error: 518_596 - .saturating_add(Weight::from_parts(25_138_085, 0).saturating_mul(v.into())) - // Standard Error: 33_280 - .saturating_add(Weight::from_parts(936_926, 0).saturating_mul(e.into())) - .saturating_add(T::DbWeight::get().reads(25)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) + // Measured: `0 + e * (23 ±0) + v * (241 ±0)` + // Estimated: `9384 + c * (154 ±35) + e * (19 ±0) + v * (2526 ±2)` + // Minimum execution time: 212_000_000 picoseconds. + Weight::from_parts(213_000_000, 0) + .saturating_add(Weight::from_parts(0, 9384)) + // Standard Error: 482_403 + .saturating_add(Weight::from_parts(2_612_303, 0).saturating_mul(c.into())) + // Standard Error: 95_963 + .saturating_add(Weight::from_parts(5_084_898, 0).saturating_mul(v.into())) + // Standard Error: 20_840 + .saturating_add(Weight::from_parts(143_224, 0).saturating_mul(e.into())) + .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) - .saturating_add(T::DbWeight::get().writes(6)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 5450).saturating_mul(v.into())) - .saturating_add(Weight::from_parts(0, 106).saturating_mul(e.into())) - .saturating_add(Weight::from_parts(0, 2372).saturating_mul(c.into())) + .saturating_add(T::DbWeight::get().writes(7)) + .saturating_add(Weight::from_parts(0, 154).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 19).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 2526).saturating_mul(v.into())) } } diff --git a/runtime/altair/src/weights/pallet_fees.rs b/runtime/altair/src/weights/pallet_fees.rs index 0b07a937a3..152c27d70b 100644 --- a/runtime/altair/src/weights/pallet_fees.rs +++ b/runtime/altair/src/weights/pallet_fees.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_fees` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_fees @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_fees.rs +// --output=/tmp/runtime/altair/src/weights/pallet_fees.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_fees`. pub struct WeightInfo(PhantomData); @@ -37,8 +38,9 @@ impl pallet_fees::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_133 nanoseconds. - Weight::from_parts(12_533_000, 0) + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/altair/src/weights/pallet_identity.rs b/runtime/altair/src/weights/pallet_identity.rs index 2df4ee6e91..83d09a196f 100644 --- a/runtime/altair/src/weights/pallet_identity.rs +++ b/runtime/altair/src/weights/pallet_identity.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_identity` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_identity @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_identity.rs +// --output=/tmp/runtime/altair/src/weights/pallet_identity.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_identity`. pub struct WeightInfo(PhantomData); @@ -36,12 +37,13 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. fn add_registrar(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `63 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 17_493 nanoseconds. - Weight::from_parts(18_595_332, 1636) - // Standard Error: 2_289 - .saturating_add(Weight::from_parts(87_795, 0).saturating_mul(r.into())) + // Measured: `31 + r * (57 ±0)` + // Estimated: `2626` + // Minimum execution time: 11_000_000 picoseconds. + Weight::from_parts(11_328_948, 0) + .saturating_add(Weight::from_parts(0, 2626)) + // Standard Error: 3_919 + .saturating_add(Weight::from_parts(103_051, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -51,14 +53,15 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn set_identity(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `473 + r * (5 ±0)` - // Estimated: `10013` - // Minimum execution time: 40_526 nanoseconds. - Weight::from_parts(39_730_852, 10013) - // Standard Error: 3_430 - .saturating_add(Weight::from_parts(95_675, 0).saturating_mul(r.into())) - // Standard Error: 669 - .saturating_add(Weight::from_parts(608_391, 0).saturating_mul(x.into())) + // Measured: `441 + r * (5 ±0)` + // Estimated: `11003` + // Minimum execution time: 29_000_000 picoseconds. + Weight::from_parts(27_973_650, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 5_584 + .saturating_add(Weight::from_parts(90_672, 0).saturating_mul(r.into())) + // Standard Error: 1_089 + .saturating_add(Weight::from_parts(541_296, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,11 +75,12 @@ impl pallet_identity::WeightInfo for WeightInfo { fn set_subs_new(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `100` - // Estimated: `15746 + s * (2589 ±0)` - // Minimum execution time: 13_195 nanoseconds. - Weight::from_parts(29_145_585, 15746) - // Standard Error: 4_216 - .saturating_add(Weight::from_parts(4_271_889, 0).saturating_mul(s.into())) + // Estimated: `11003 + s * (2589 ±0)` + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(20_259_238, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 5_789 + .saturating_add(Weight::from_parts(3_415_766, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -92,12 +96,13 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `p` is `[0, 100]`. fn set_subs_old(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `225 + p * (32 ±0)` - // Estimated: `15746` - // Minimum execution time: 13_094 nanoseconds. - Weight::from_parts(28_361_396, 15746) - // Standard Error: 3_647 - .saturating_add(Weight::from_parts(1_743_570, 0).saturating_mul(p.into())) + // Measured: `193 + p * (32 ±0)` + // Estimated: `11003` + // Minimum execution time: 8_000_000 picoseconds. + Weight::from_parts(20_581_535, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 3_030 + .saturating_add(Weight::from_parts(1_368_426, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -111,18 +116,17 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 20]`. /// The range of component `s` is `[0, 100]`. /// The range of component `x` is `[0, 100]`. - fn clear_identity(r: u32, s: u32, x: u32, ) -> Weight { + fn clear_identity(_r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `532 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` - // Estimated: `15746` - // Minimum execution time: 69_970 nanoseconds. - Weight::from_parts(35_372_790, 15746) - // Standard Error: 8_217 - .saturating_add(Weight::from_parts(159_538, 0).saturating_mul(r.into())) - // Standard Error: 1_604 - .saturating_add(Weight::from_parts(1_742_214, 0).saturating_mul(s.into())) - // Standard Error: 1_604 - .saturating_add(Weight::from_parts(348_627, 0).saturating_mul(x.into())) + // Measured: `468 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` + // Estimated: `11003` + // Minimum execution time: 56_000_000 picoseconds. + Weight::from_parts(25_238_307, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 5_834 + .saturating_add(Weight::from_parts(1_402_718, 0).saturating_mul(s.into())) + // Standard Error: 5_834 + .saturating_add(Weight::from_parts(335_327, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -135,14 +139,15 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn request_judgement(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `430 + r * (57 ±0) + x * (66 ±0)` - // Estimated: `11649` - // Minimum execution time: 40_546 nanoseconds. - Weight::from_parts(39_586_144, 11649) - // Standard Error: 6_637 - .saturating_add(Weight::from_parts(129_532, 0).saturating_mul(r.into())) - // Standard Error: 1_295 - .saturating_add(Weight::from_parts(646_370, 0).saturating_mul(x.into())) + // Measured: `366 + r * (57 ±0) + x * (66 ±0)` + // Estimated: `11003` + // Minimum execution time: 29_000_000 picoseconds. + Weight::from_parts(28_382_206, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 3_428 + .saturating_add(Weight::from_parts(59_713, 0).saturating_mul(r.into())) + // Standard Error: 669 + .saturating_add(Weight::from_parts(558_018, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -152,14 +157,15 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn cancel_request(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `429 + x * (66 ±0)` - // Estimated: `10013` - // Minimum execution time: 37_350 nanoseconds. - Weight::from_parts(36_407_747, 10013) - // Standard Error: 6_197 - .saturating_add(Weight::from_parts(107_578, 0).saturating_mul(r.into())) - // Standard Error: 1_209 - .saturating_add(Weight::from_parts(635_182, 0).saturating_mul(x.into())) + // Measured: `397 + x * (66 ±0)` + // Estimated: `11003` + // Minimum execution time: 26_000_000 picoseconds. + Weight::from_parts(26_081_542, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 3_472 + .saturating_add(Weight::from_parts(24_466, 0).saturating_mul(r.into())) + // Standard Error: 677 + .saturating_add(Weight::from_parts(557_025, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,12 +174,13 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. fn set_fee(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `120 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 10_580 nanoseconds. - Weight::from_parts(11_130_373, 1636) - // Standard Error: 1_439 - .saturating_add(Weight::from_parts(78_773, 0).saturating_mul(r.into())) + // Measured: `88 + r * (57 ±0)` + // Estimated: `2626` + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(7_473_332, 0) + .saturating_add(Weight::from_parts(0, 2626)) + // Standard Error: 4_696 + .saturating_add(Weight::from_parts(76_960, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -182,12 +189,13 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. fn set_account_id(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `120 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 9_748 nanoseconds. - Weight::from_parts(10_292_430, 1636) - // Standard Error: 1_198 - .saturating_add(Weight::from_parts(74_056, 0).saturating_mul(r.into())) + // Measured: `88 + r * (57 ±0)` + // Estimated: `2626` + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_269_373, 0) + .saturating_add(Weight::from_parts(0, 2626)) + // Standard Error: 3_239 + .saturating_add(Weight::from_parts(76_116, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,12 +204,13 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `r` is `[1, 19]`. fn set_fields(r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `120 + r * (57 ±0)` - // Estimated: `1636` - // Minimum execution time: 9_809 nanoseconds. - Weight::from_parts(10_181_674, 1636) - // Standard Error: 1_089 - .saturating_add(Weight::from_parts(70_678, 0).saturating_mul(r.into())) + // Measured: `88 + r * (57 ±0)` + // Estimated: `2626` + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_195_901, 0) + .saturating_add(Weight::from_parts(0, 2626)) + // Standard Error: 3_160 + .saturating_add(Weight::from_parts(80_052, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -213,14 +222,15 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn provide_judgement(r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `508 + r * (57 ±0) + x * (66 ±0)` - // Estimated: `11649` - // Minimum execution time: 30_898 nanoseconds. - Weight::from_parts(29_816_098, 11649) - // Standard Error: 6_237 - .saturating_add(Weight::from_parts(104_453, 0).saturating_mul(r.into())) - // Standard Error: 1_154 - .saturating_add(Weight::from_parts(1_001_193, 0).saturating_mul(x.into())) + // Measured: `444 + r * (57 ±0) + x * (66 ±0)` + // Estimated: `11003` + // Minimum execution time: 20_000_000 picoseconds. + Weight::from_parts(19_193_960, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 4_985 + .saturating_add(Weight::from_parts(43_387, 0).saturating_mul(r.into())) + // Standard Error: 922 + .saturating_add(Weight::from_parts(887_029, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -237,16 +247,17 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn kill_identity(r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `892 + r * (15 ±0) + s * (32 ±0) + x * (66 ±0)` - // Estimated: `20952` - // Minimum execution time: 92_133 nanoseconds. - Weight::from_parts(59_608_231, 20952) - // Standard Error: 9_206 - .saturating_add(Weight::from_parts(186_971, 0).saturating_mul(r.into())) - // Standard Error: 1_797 - .saturating_add(Weight::from_parts(1_756_826, 0).saturating_mul(s.into())) - // Standard Error: 1_797 - .saturating_add(Weight::from_parts(344_778, 0).saturating_mul(x.into())) + // Measured: `797 + r * (15 ±0) + s * (32 ±0) + x * (66 ±0)` + // Estimated: `11003` + // Minimum execution time: 75_000_000 picoseconds. + Weight::from_parts(37_208_661, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 27_673 + .saturating_add(Weight::from_parts(391_172, 0).saturating_mul(r.into())) + // Standard Error: 5_404 + .saturating_add(Weight::from_parts(1_401_107, 0).saturating_mul(s.into())) + // Standard Error: 5_404 + .saturating_add(Weight::from_parts(345_059, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -260,12 +271,13 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 99]`. fn add_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `506 + s * (36 ±0)` - // Estimated: `18335` - // Minimum execution time: 37_379 nanoseconds. - Weight::from_parts(42_484_078, 18335) - // Standard Error: 1_469 - .saturating_add(Weight::from_parts(76_459, 0).saturating_mul(s.into())) + // Measured: `474 + s * (36 ±0)` + // Estimated: `11003` + // Minimum execution time: 26_000_000 picoseconds. + Weight::from_parts(29_367_384, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 1_800 + .saturating_add(Weight::from_parts(45_871, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -276,12 +288,13 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 100]`. fn rename_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `622 + s * (3 ±0)` - // Estimated: `12602` - // Minimum execution time: 17_181 nanoseconds. - Weight::from_parts(19_620_166, 12602) - // Standard Error: 704 - .saturating_add(Weight::from_parts(26_478, 0).saturating_mul(s.into())) + // Measured: `590 + s * (3 ±0)` + // Estimated: `11003` + // Minimum execution time: 10_000_000 picoseconds. + Weight::from_parts(12_124_904, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 964 + .saturating_add(Weight::from_parts(24_172, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -294,12 +307,13 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 100]`. fn remove_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `701 + s * (35 ±0)` - // Estimated: `18335` - // Minimum execution time: 40_997 nanoseconds. - Weight::from_parts(44_520_308, 18335) - // Standard Error: 1_143 - .saturating_add(Weight::from_parts(60_585, 0).saturating_mul(s.into())) + // Measured: `637 + s * (35 ±0)` + // Estimated: `11003` + // Minimum execution time: 29_000_000 picoseconds. + Weight::from_parts(31_229_711, 0) + .saturating_add(Weight::from_parts(0, 11003)) + // Standard Error: 1_801 + .saturating_add(Weight::from_parts(33_112, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -307,16 +321,19 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen) /// Storage: Identity SubsOf (r:1 w:1) /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `s` is `[0, 99]`. fn quit_sub(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `627 + s * (37 ±0)` - // Estimated: `8322` - // Minimum execution time: 27_001 nanoseconds. - Weight::from_parts(29_796_428, 8322) - // Standard Error: 883 - .saturating_add(Weight::from_parts(65_361, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(2)) + // Measured: `770 + s * (37 ±0)` + // Estimated: `6723` + // Minimum execution time: 22_000_000 picoseconds. + Weight::from_parts(24_139_806, 0) + .saturating_add(Weight::from_parts(0, 6723)) + // Standard Error: 1_487 + .saturating_add(Weight::from_parts(26_686, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/altair/src/weights/pallet_interest_accrual.rs b/runtime/altair/src/weights/pallet_interest_accrual.rs index cc49a271cd..e8cbfb9276 100644 --- a/runtime/altair/src/weights/pallet_interest_accrual.rs +++ b/runtime/altair/src/weights/pallet_interest_accrual.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_interest_accrual` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_interest_accrual @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_interest_accrual.rs +// --output=/tmp/runtime/altair/src/weights/pallet_interest_accrual.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_interest_accrual`. pub struct WeightInfo(PhantomData); @@ -36,9 +37,10 @@ impl pallet_interest_accrual::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 651 nanoseconds. - Weight::from_parts(250_684, 0) - // Standard Error: 648 - .saturating_add(Weight::from_parts(606_668, 0).saturating_mul(n.into())) + // Minimum execution time: 0_000 picoseconds. + Weight::from_parts(89_793, 0) + .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 2_101 + .saturating_add(Weight::from_parts(424_936, 0).saturating_mul(n.into())) } } diff --git a/runtime/altair/src/weights/pallet_investments.rs b/runtime/altair/src/weights/pallet_investments.rs index 9148a557dd..4e907de471 100644 --- a/runtime/altair/src/weights/pallet_investments.rs +++ b/runtime/altair/src/weights/pallet_investments.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_investments` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_investments @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_investments.rs +// --output=/tmp/runtime/altair/src/weights/pallet_investments.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_investments`. pub struct WeightInfo(PhantomData); @@ -45,13 +46,16 @@ impl pallet_investments::WeightInfo for WeightInfo { /// Proof: Investments InvestOrderId (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) fn update_invest_order() -> Weight { // Proof Size summary in bytes: - // Measured: `3773` - // Estimated: `19343` - // Minimum execution time: 104_174 nanoseconds. - Weight::from_parts(106_479_000, 19343) - .saturating_add(T::DbWeight::get().reads(8)) + // Measured: `2122` + // Estimated: `6198` + // Minimum execution time: 66_000_000 picoseconds. + Weight::from_parts(67_000_000, 0) + .saturating_add(Weight::from_parts(0, 6198)) + .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: Timestamp Now (r:1 w:0) @@ -68,13 +72,16 @@ impl pallet_investments::WeightInfo for WeightInfo { /// Proof: Investments RedeemOrderId (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) fn update_redeem_order() -> Weight { // Proof Size summary in bytes: - // Measured: `3677` - // Estimated: `19343` - // Minimum execution time: 104_846 nanoseconds. - Weight::from_parts(106_499_000, 19343) - .saturating_add(T::DbWeight::get().reads(8)) + // Measured: `2018` + // Estimated: `6198` + // Minimum execution time: 66_000_000 picoseconds. + Weight::from_parts(67_000_000, 0) + .saturating_add(Weight::from_parts(0, 6198)) + .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: PoolSystem Pool (r:1 w:0) @@ -87,6 +94,8 @@ impl pallet_investments::WeightInfo for WeightInfo { /// Proof: Investments ClearedInvestOrders (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: ForeignInvestments InvestmentState (r:1 w:0) @@ -94,13 +103,14 @@ impl pallet_investments::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 10]`. fn collect_investments(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3906 + n * (44 ±0)` - // Estimated: `18871 + n * (2555 ±0)` - // Minimum execution time: 116_257 nanoseconds. - Weight::from_parts(114_791_906, 18871) - // Standard Error: 16_352 - .saturating_add(Weight::from_parts(4_446_136, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(7)) + // Measured: `2358 + n * (44 ±0)` + // Estimated: `6198 + n * (2555 ±0)` + // Minimum execution time: 74_000_000 picoseconds. + Weight::from_parts(71_579_173, 0) + .saturating_add(Weight::from_parts(0, 6198)) + // Standard Error: 23_580 + .saturating_add(Weight::from_parts(3_539_606, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 2555).saturating_mul(n.into())) @@ -115,6 +125,8 @@ impl pallet_investments::WeightInfo for WeightInfo { /// Proof: Investments ClearedRedeemOrders (max_values: None, max_size: Some(80), added: 2555, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: ForeignInvestments RedemptionState (r:1 w:0) @@ -122,13 +134,14 @@ impl pallet_investments::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 10]`. fn collect_redemptions(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3935 + n * (44 ±0)` - // Estimated: `18871 + n * (2555 ±0)` - // Minimum execution time: 113_121 nanoseconds. - Weight::from_parts(111_562_739, 18871) - // Standard Error: 18_199 - .saturating_add(Weight::from_parts(4_497_790, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(7)) + // Measured: `2395 + n * (44 ±0)` + // Estimated: `6198 + n * (2555 ±0)` + // Minimum execution time: 73_000_000 picoseconds. + Weight::from_parts(69_516_579, 0) + .saturating_add(Weight::from_parts(0, 6198)) + // Standard Error: 19_033 + .saturating_add(Weight::from_parts(3_747_693, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(Weight::from_parts(0, 2555).saturating_mul(n.into())) diff --git a/runtime/altair/src/weights/pallet_keystore.rs b/runtime/altair/src/weights/pallet_keystore.rs index bc530995d1..bd3c44db7d 100644 --- a/runtime/altair/src/weights/pallet_keystore.rs +++ b/runtime/altair/src/weights/pallet_keystore.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_keystore` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_keystore @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_keystore.rs +// --output=/tmp/runtime/altair/src/weights/pallet_keystore.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_keystore`. pub struct WeightInfo(PhantomData); @@ -42,12 +43,13 @@ impl pallet_keystore::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 10]`. fn add_keys(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `248` - // Estimated: `3114 + n * (2595 ±0)` - // Minimum execution time: 38_191 nanoseconds. - Weight::from_parts(16_679_195, 3114) - // Standard Error: 11_083 - .saturating_add(Weight::from_parts(22_768_516, 0).saturating_mul(n.into())) + // Measured: `250` + // Estimated: `3593 + n * (2595 ±0)` + // Minimum execution time: 29_000_000 picoseconds. + Weight::from_parts(10_352_306, 0) + .saturating_add(Weight::from_parts(0, 3593)) + // Standard Error: 6_181 + .saturating_add(Weight::from_parts(19_103_524, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) @@ -60,11 +62,12 @@ impl pallet_keystore::WeightInfo for WeightInfo { fn revoke_keys(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `148 + n * (75 ±0)` - // Estimated: `0 + n * (2595 ±0)` - // Minimum execution time: 22_232 nanoseconds. - Weight::from_parts(10_912_658, 0) - // Standard Error: 14_093 - .saturating_add(Weight::from_parts(12_695_532, 0).saturating_mul(n.into())) + // Estimated: `990 + n * (2595 ±0)` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(5_513_565, 0) + .saturating_add(Weight::from_parts(0, 990)) + // Standard Error: 8_873 + .saturating_add(Weight::from_parts(8_975_385, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2595).saturating_mul(n.into())) @@ -75,8 +78,9 @@ impl pallet_keystore::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_100 nanoseconds. - Weight::from_parts(11_502_000, 0) + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(7_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/altair/src/weights/pallet_liquidity_rewards.rs b/runtime/altair/src/weights/pallet_liquidity_rewards.rs index ae3e56999f..e87b73e64f 100644 --- a/runtime/altair/src/weights/pallet_liquidity_rewards.rs +++ b/runtime/altair/src/weights/pallet_liquidity_rewards.rs @@ -1,16 +1,17 @@ + //! Autogenerated weights for `pallet_liquidity_rewards` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_liquidity_rewards @@ -18,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_liquidity_rewards.rs +// --output=/tmp/runtime/altair/src/weights/pallet_liquidity_rewards.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_liquidity_rewards`. pub struct WeightInfo(PhantomData); @@ -37,14 +39,19 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf /// The range of component `x` is `[0, 20]`. /// The range of component `y` is `[0, 50]`. /// The range of component `z` is `[0, 50]`. - fn on_initialize(_x: u32, _y: u32, z: u32, ) -> Weight { + fn on_initialize(x: u32, y: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `295` - // Estimated: `1006` - // Minimum execution time: 5_000 nanoseconds. - Weight::from_parts(6_258_684, 1006) - // Standard Error: 646 - .saturating_add(Weight::from_parts(1_471, 0).saturating_mul(z.into())) + // Estimated: `1493` + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_671_931, 0) + .saturating_add(Weight::from_parts(0, 1493)) + // Standard Error: 1_286 + .saturating_add(Weight::from_parts(432, 0).saturating_mul(x.into())) + // Standard Error: 526 + .saturating_add(Weight::from_parts(1_485, 0).saturating_mul(y.into())) + // Standard Error: 526 + .saturating_add(Weight::from_parts(4_640, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) } /// Storage: LiquidityRewardsBase Currency (r:1 w:1) @@ -55,13 +62,16 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf /// Proof: LiquidityRewardsBase StakeAccount (max_values: None, max_size: Some(143), added: 2618, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:1 w:0) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) fn stake() -> Weight { // Proof Size summary in bytes: - // Measured: `439` - // Estimated: `11107` - // Minimum execution time: 21_000 nanoseconds. - Weight::from_parts(22_000_000, 11107) - .saturating_add(T::DbWeight::get().reads(4)) + // Measured: `539` + // Estimated: `4328` + // Minimum execution time: 26_000_000 picoseconds. + Weight::from_parts(26_000_000, 0) + .saturating_add(Weight::from_parts(0, 4328)) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: LiquidityRewardsBase Currency (r:1 w:1) @@ -73,9 +83,10 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf fn unstake() -> Weight { // Proof Size summary in bytes: // Measured: `176` - // Estimated: `8503` - // Minimum execution time: 17_000 nanoseconds. - Weight::from_parts(17_000_000, 8503) + // Estimated: `4328` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(18_000_000, 0) + .saturating_add(Weight::from_parts(0, 4328)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -85,23 +96,27 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf /// Proof: LiquidityRewardsBase Group (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: LiquidityRewardsBase StakeAccount (r:1 w:1) /// Proof: LiquidityRewardsBase StakeAccount (max_values: None, max_size: Some(143), added: 2618, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_reward() -> Weight { // Proof Size summary in bytes: - // Measured: `176` - // Estimated: `8503` - // Minimum execution time: 15_000 nanoseconds. - Weight::from_parts(16_000_000, 8503) - .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `449` + // Estimated: `4328` + // Minimum execution time: 37_000_000 picoseconds. + Weight::from_parts(38_000_000, 0) + .saturating_add(Weight::from_parts(0, 4328)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: LiquidityRewards NextEpochChanges (r:1 w:1) /// Proof: LiquidityRewards NextEpochChanges (max_values: Some(1), max_size: Some(2078), added: 2573, mode: MaxEncodedLen) fn set_distributed_reward() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `2573` - // Minimum execution time: 5_000 nanoseconds. - Weight::from_parts(5_000_000, 2573) + // Estimated: `3563` + // Minimum execution time: 5_000_000 picoseconds. + Weight::from_parts(6_000_000, 0) + .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -110,9 +125,10 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf fn set_epoch_duration() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `2573` - // Minimum execution time: 5_000 nanoseconds. - Weight::from_parts(6_000_000, 2573) + // Estimated: `3563` + // Minimum execution time: 5_000_000 picoseconds. + Weight::from_parts(6_000_000, 0) + .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -121,9 +137,10 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf fn set_group_weight() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `2573` - // Minimum execution time: 5_000 nanoseconds. - Weight::from_parts(6_000_000, 2573) + // Estimated: `3563` + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_000_000, 0) + .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -132,11 +149,11 @@ impl pallet_liquidity_rewards::WeightInfo for WeightInf fn set_currency_group() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `2573` - // Minimum execution time: 5_000 nanoseconds. - Weight::from_parts(6_000_000, 2573) + // Estimated: `3563` + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_000_000, 0) + .saturating_add(Weight::from_parts(0, 3563)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } } - diff --git a/runtime/altair/src/weights/pallet_loans.rs b/runtime/altair/src/weights/pallet_loans.rs index d8f26c42cc..4cbbfb0f1b 100644 --- a/runtime/altair/src/weights/pallet_loans.rs +++ b/runtime/altair/src/weights/pallet_loans.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_loans` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_loans @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_loans.rs +// --output=/tmp/runtime/altair/src/weights/pallet_loans.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_loans`. pub struct WeightInfo(PhantomData); @@ -51,10 +52,11 @@ impl pallet_loans::WeightInfo for WeightInfo { /// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `1323` - // Estimated: `14271` - // Minimum execution time: 79_559 nanoseconds. - Weight::from_parts(80_390_000, 14271) + // Measured: `1196` + // Estimated: `4278` + // Minimum execution time: 51_000_000 picoseconds. + Weight::from_parts(52_000_000, 0) + .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -63,111 +65,123 @@ impl pallet_loans::WeightInfo for WeightInfo { /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: InterestAccrual Rates (r:1 w:1) - /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(36002), added: 36497, mode: MaxEncodedLen) + /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(10802), added: 11297, mode: MaxEncodedLen) /// Storage: InterestAccrual LastUpdated (r:1 w:0) /// Proof: InterestAccrual LastUpdated (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: Loans PortfolioValuation (r:1 w:1) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// Storage: Loans ActiveLoans (r:1 w:1) - /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(326026), added: 328501, mode: MaxEncodedLen) + /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(97826), added: 100301, mode: MaxEncodedLen) /// Storage: PoolSystem Pool (r:1 w:1) /// Proof: PoolSystem Pool (max_values: None, max_size: Some(813), added: 3288, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `n` is `[1, 9]`. fn borrow(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `38238 + n * (340 ±0)` - // Estimated: `406331` - // Minimum execution time: 250_549 nanoseconds. - Weight::from_parts(269_059_406, 406331) - // Standard Error: 72_865 - .saturating_add(Weight::from_parts(433_503, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(10)) + // Measured: `13046 + n * (340 ±0)` + // Estimated: `101291 + n * (340 ±0)` + // Minimum execution time: 109_000_000 picoseconds. + Weight::from_parts(110_298_678, 0) + .saturating_add(Weight::from_parts(0, 101291)) + // Standard Error: 13_476 + .saturating_add(Weight::from_parts(475_956, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(7)) + .saturating_add(Weight::from_parts(0, 340).saturating_mul(n.into())) } /// Storage: Loans PortfolioValuation (r:1 w:1) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// Storage: Loans ActiveLoans (r:1 w:1) - /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(326026), added: 328501, mode: MaxEncodedLen) + /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(97826), added: 100301, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: InterestAccrual Rates (r:1 w:0) - /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(36002), added: 36497, mode: MaxEncodedLen) + /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(10802), added: 11297, mode: MaxEncodedLen) /// Storage: InterestAccrual LastUpdated (r:1 w:0) /// Proof: InterestAccrual LastUpdated (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: PoolSystem Pool (r:1 w:1) /// Proof: PoolSystem Pool (max_values: None, max_size: Some(813), added: 3288, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `n` is `[1, 9]`. fn repay(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `38294 + n * (340 ±0)` - // Estimated: `403628` - // Minimum execution time: 188_823 nanoseconds. - Weight::from_parts(200_809_419, 403628) - // Standard Error: 51_840 - .saturating_add(Weight::from_parts(336_065, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(9)) + // Measured: `13199 + n * (340 ±0)` + // Estimated: `101291 + n * (340 ±0)` + // Minimum execution time: 96_000_000 picoseconds. + Weight::from_parts(98_227_123, 0) + .saturating_add(Weight::from_parts(0, 101291)) + // Standard Error: 63_442 + .saturating_add(Weight::from_parts(625_857, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) + .saturating_add(Weight::from_parts(0, 340).saturating_mul(n.into())) } /// Storage: Loans PortfolioValuation (r:1 w:1) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// Storage: Loans ActiveLoans (r:1 w:1) - /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(326026), added: 328501, mode: MaxEncodedLen) + /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(97826), added: 100301, mode: MaxEncodedLen) /// Storage: Loans WriteOffPolicy (r:1 w:0) /// Proof: Loans WriteOffPolicy (max_values: None, max_size: Some(5126), added: 7601, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: InterestAccrual Rates (r:1 w:1) - /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(36002), added: 36497, mode: MaxEncodedLen) + /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(10802), added: 11297, mode: MaxEncodedLen) /// Storage: InterestAccrual LastUpdated (r:1 w:0) /// Proof: InterestAccrual LastUpdated (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// The range of component `n` is `[1, 9]`. fn write_off(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `41302 + n * (340 ±0)` - // Estimated: `400130` - // Minimum execution time: 329_846 nanoseconds. - Weight::from_parts(356_180_860, 400130) - // Standard Error: 73_406 - .saturating_add(Weight::from_parts(141_382, 0).saturating_mul(n.into())) + // Measured: `15906 + n * (340 ±0)` + // Estimated: `101291` + // Minimum execution time: 152_000_000 picoseconds. + Weight::from_parts(153_656_861, 0) + .saturating_add(Weight::from_parts(0, 101291)) + // Standard Error: 14_488 + .saturating_add(Weight::from_parts(291_844, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Permissions Permission (r:1 w:0) /// Proof: Permissions Permission (max_values: None, max_size: Some(228), added: 2703, mode: MaxEncodedLen) /// Storage: Loans PortfolioValuation (r:1 w:1) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// Storage: Loans ActiveLoans (r:1 w:1) - /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(326026), added: 328501, mode: MaxEncodedLen) + /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(97826), added: 100301, mode: MaxEncodedLen) /// Storage: Loans WriteOffPolicy (r:1 w:0) /// Proof: Loans WriteOffPolicy (max_values: None, max_size: Some(5126), added: 7601, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: InterestAccrual Rates (r:1 w:1) - /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(36002), added: 36497, mode: MaxEncodedLen) + /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(10802), added: 11297, mode: MaxEncodedLen) /// Storage: InterestAccrual LastUpdated (r:1 w:0) /// Proof: InterestAccrual LastUpdated (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// The range of component `n` is `[1, 9]`. - fn admin_write_off(_n: u32, ) -> Weight { + fn admin_write_off(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `41553 + n * (340 ±0)` - // Estimated: `402833` - // Minimum execution time: 351_166 nanoseconds. - Weight::from_parts(376_863_225, 402833) + // Measured: `16157 + n * (340 ±0)` + // Estimated: `101291` + // Minimum execution time: 164_000_000 picoseconds. + Weight::from_parts(161_522_230, 0) + .saturating_add(Weight::from_parts(0, 101291)) + // Standard Error: 124_497 + .saturating_add(Weight::from_parts(2_191_099, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Permissions Permission (r:1 w:0) /// Proof: Permissions Permission (max_values: None, max_size: Some(228), added: 2703, mode: MaxEncodedLen) /// Storage: Loans ActiveLoans (r:1 w:0) - /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(326026), added: 328501, mode: MaxEncodedLen) + /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(97826), added: 100301, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: PoolSystem NotedChange (r:0 w:1) @@ -175,12 +189,13 @@ impl pallet_loans::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 9]`. fn propose_loan_mutation(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1003 + n * (316 ±0)` - // Estimated: `331707` - // Minimum execution time: 51_156 nanoseconds. - Weight::from_parts(58_771_114, 331707) - // Standard Error: 22_845 - .saturating_add(Weight::from_parts(400_702, 0).saturating_mul(n.into())) + // Measured: `938 + n * (316 ±0)` + // Estimated: `101291` + // Minimum execution time: 27_000_000 picoseconds. + Weight::from_parts(30_226_012, 0) + .saturating_add(Weight::from_parts(0, 101291)) + // Standard Error: 45_826 + .saturating_add(Weight::from_parts(111_501, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -189,35 +204,36 @@ impl pallet_loans::WeightInfo for WeightInfo { /// Storage: PoolSystem Pool (r:1 w:0) /// Proof: PoolSystem Pool (max_values: None, max_size: Some(813), added: 3288, mode: MaxEncodedLen) /// Storage: Loans PortfolioValuation (r:1 w:1) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// Storage: Loans ActiveLoans (r:1 w:1) - /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(326026), added: 328501, mode: MaxEncodedLen) + /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(97826), added: 100301, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: InterestAccrual Rates (r:1 w:0) - /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(36002), added: 36497, mode: MaxEncodedLen) + /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(10802), added: 11297, mode: MaxEncodedLen) /// Storage: InterestAccrual LastUpdated (r:1 w:0) /// Proof: InterestAccrual LastUpdated (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// The range of component `n` is `[1, 9]`. fn apply_loan_mutation(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `37639 + n * (340 ±0)` - // Estimated: `403476` - // Minimum execution time: 111_679 nanoseconds. - Weight::from_parts(119_865_142, 403476) - // Standard Error: 37_882 - .saturating_add(Weight::from_parts(607_123, 0).saturating_mul(n.into())) + // Measured: `12243 + n * (340 ±0)` + // Estimated: `101291` + // Minimum execution time: 53_000_000 picoseconds. + Weight::from_parts(57_344_431, 0) + .saturating_add(Weight::from_parts(0, 101291)) + // Standard Error: 71_437 + .saturating_add(Weight::from_parts(824_240, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Loans CreatedLoan (r:1 w:0) /// Proof: Loans CreatedLoan (max_values: None, max_size: Some(228), added: 2703, mode: MaxEncodedLen) /// Storage: Loans ActiveLoans (r:1 w:1) - /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(326026), added: 328501, mode: MaxEncodedLen) + /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(97826), added: 100301, mode: MaxEncodedLen) /// Storage: Loans PortfolioValuation (r:1 w:1) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// Storage: InterestAccrual Rates (r:1 w:1) - /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(36002), added: 36497, mode: MaxEncodedLen) + /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(10802), added: 11297, mode: MaxEncodedLen) /// Storage: Uniques Class (r:1 w:0) /// Proof: Uniques Class (max_values: None, max_size: Some(182), added: 2657, mode: MaxEncodedLen) /// Storage: Uniques Asset (r:1 w:1) @@ -231,12 +247,13 @@ impl pallet_loans::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 9]`. fn close(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `37497 + n * (373 ±0)` - // Estimated: `399496` - // Minimum execution time: 147_436 nanoseconds. - Weight::from_parts(160_957_070, 399496) - // Standard Error: 53_460 - .saturating_add(Weight::from_parts(579_039, 0).saturating_mul(n.into())) + // Measured: `12069 + n * (373 ±0)` + // Estimated: `101291` + // Minimum execution time: 61_000_000 picoseconds. + Weight::from_parts(62_837_668, 0) + .saturating_add(Weight::from_parts(0, 101291)) + // Standard Error: 82_531 + .saturating_add(Weight::from_parts(910_250, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -251,9 +268,10 @@ impl pallet_loans::WeightInfo for WeightInfo { fn propose_write_off_policy() -> Weight { // Proof Size summary in bytes: // Measured: `512` - // Estimated: `6494` - // Minimum execution time: 88_666 nanoseconds. - Weight::from_parts(90_500_000, 6494) + // Estimated: `4278` + // Minimum execution time: 71_000_000 picoseconds. + Weight::from_parts(73_000_000, 0) + .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,45 +283,47 @@ impl pallet_loans::WeightInfo for WeightInfo { /// Proof: Loans WriteOffPolicy (max_values: None, max_size: Some(5126), added: 7601, mode: MaxEncodedLen) fn apply_write_off_policy() -> Weight { // Proof Size summary in bytes: - // Measured: `4950` - // Estimated: `10947` - // Minimum execution time: 95_388 nanoseconds. - Weight::from_parts(97_683_000, 10947) + // Measured: `4887` + // Estimated: `8649` + // Minimum execution time: 76_000_000 picoseconds. + Weight::from_parts(77_000_000, 0) + .saturating_add(Weight::from_parts(0, 8649)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: PoolSystem Pool (r:1 w:0) /// Proof: PoolSystem Pool (max_values: None, max_size: Some(813), added: 3288, mode: MaxEncodedLen) /// Storage: InterestAccrual Rates (r:1 w:0) - /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(36002), added: 36497, mode: MaxEncodedLen) + /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(10802), added: 11297, mode: MaxEncodedLen) /// Storage: PriceCollector Collection (r:1 w:0) - /// Proof: PriceCollector Collection (max_values: None, max_size: Some(37026), added: 39501, mode: MaxEncodedLen) + /// Proof: PriceCollector Collection (max_values: None, max_size: Some(11126), added: 13601, mode: MaxEncodedLen) /// Storage: Loans ActiveLoans (r:1 w:0) - /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(326026), added: 328501, mode: MaxEncodedLen) + /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(97826), added: 100301, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: Loans PortfolioValuation (r:0 w:1) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// The range of component `n` is `[1, 10]`. fn update_portfolio_valuation(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `37060 + n * (316 ±0)` - // Estimated: `408290` - // Minimum execution time: 95_619 nanoseconds. - Weight::from_parts(95_212_206, 408290) - // Standard Error: 62_465 - .saturating_add(Weight::from_parts(10_471_077, 0).saturating_mul(n.into())) + // Measured: `11696 + n * (316 ±0)` + // Estimated: `101291` + // Minimum execution time: 43_000_000 picoseconds. + Weight::from_parts(38_164_691, 0) + .saturating_add(Weight::from_parts(0, 101291)) + // Standard Error: 8_645 + .saturating_add(Weight::from_parts(6_078_348, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Loans PortfolioValuation (r:1 w:0) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// Storage: Loans ActiveLoans (r:1 w:0) - /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(326026), added: 328501, mode: MaxEncodedLen) + /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(97826), added: 100301, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: InterestAccrual Rates (r:1 w:0) - /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(36002), added: 36497, mode: MaxEncodedLen) + /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(10802), added: 11297, mode: MaxEncodedLen) /// Storage: InterestAccrual LastUpdated (r:1 w:0) /// Proof: InterestAccrual LastUpdated (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: Loans CreatedLoan (r:1 w:0) @@ -313,12 +333,13 @@ impl pallet_loans::WeightInfo for WeightInfo { /// The range of component `n` is `[2, 8]`. fn propose_transfer_debt(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `37304 + n * (340 ±0)` - // Estimated: `395232` - // Minimum execution time: 293_078 nanoseconds. - Weight::from_parts(311_351_284, 395232) - // Standard Error: 103_889 - .saturating_add(Weight::from_parts(1_470_198, 0).saturating_mul(n.into())) + // Measured: `11909 + n * (340 ±0)` + // Estimated: `101291` + // Minimum execution time: 98_000_000 picoseconds. + Weight::from_parts(98_525_820, 0) + .saturating_add(Weight::from_parts(0, 101291)) + // Standard Error: 19_075 + .saturating_add(Weight::from_parts(670_393, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -327,26 +348,25 @@ impl pallet_loans::WeightInfo for WeightInfo { /// Storage: PoolSystem Pool (r:1 w:0) /// Proof: PoolSystem Pool (max_values: None, max_size: Some(813), added: 3288, mode: MaxEncodedLen) /// Storage: Loans PortfolioValuation (r:1 w:1) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// Storage: Loans ActiveLoans (r:1 w:1) - /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(326026), added: 328501, mode: MaxEncodedLen) + /// Proof: Loans ActiveLoans (max_values: None, max_size: Some(97826), added: 100301, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: InterestAccrual Rates (r:1 w:1) - /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(36002), added: 36497, mode: MaxEncodedLen) + /// Proof: InterestAccrual Rates (max_values: Some(1), max_size: Some(10802), added: 11297, mode: MaxEncodedLen) /// Storage: InterestAccrual LastUpdated (r:1 w:0) /// Proof: InterestAccrual LastUpdated (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: Loans CreatedLoan (r:1 w:1) /// Proof: Loans CreatedLoan (max_values: None, max_size: Some(228), added: 2703, mode: MaxEncodedLen) - /// The range of component `n` is `[1, 10]`. - fn apply_transfer_debt(n: u32, ) -> Weight { + /// The range of component `n` is `[2, 8]`. + fn apply_transfer_debt(_n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `38029 + n * (340 ±0)` - // Estimated: `406179` - // Minimum execution time: 183_000 nanoseconds. - Weight::from_parts(220_730_649, 406179) - // Standard Error: 324_292 - .saturating_add(Weight::from_parts(1_790_308, 0).saturating_mul(n.into())) + // Measured: `12571 + n * (340 ±0)` + // Estimated: `101291` + // Minimum execution time: 106_000_000 picoseconds. + Weight::from_parts(113_997_576, 0) + .saturating_add(Weight::from_parts(0, 101291)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/altair/src/weights/pallet_migration_manager.rs b/runtime/altair/src/weights/pallet_migration_manager.rs index 1460aa2bcd..017055fe85 100644 --- a/runtime/altair/src/weights/pallet_migration_manager.rs +++ b/runtime/altair/src/weights/pallet_migration_manager.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_migration_manager` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_migration_manager @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_migration_manager.rs +// --output=/tmp/runtime/altair/src/weights/pallet_migration_manager.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_migration_manager`. pub struct WeightInfo(PhantomData); @@ -36,9 +37,10 @@ impl pallet_migration_manager::WeightInfo for WeightInf fn finalize() -> Weight { // Proof Size summary in bytes: // Measured: `28` - // Estimated: `496` - // Minimum execution time: 17_462 nanoseconds. - Weight::from_parts(18_124_000, 496) + // Estimated: `1486` + // Minimum execution time: 11_000_000 picoseconds. + Weight::from_parts(12_000_000, 0) + .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -50,11 +52,12 @@ impl pallet_migration_manager::WeightInfo for WeightInf fn migrate_system_account(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4` - // Estimated: `496` - // Minimum execution time: 19_276 nanoseconds. - Weight::from_parts(18_344_777, 496) - // Standard Error: 1_959 - .saturating_add(Weight::from_parts(1_120_674, 0).saturating_mul(n.into())) + // Estimated: `1486` + // Minimum execution time: 11_000_000 picoseconds. + Weight::from_parts(10_970_803, 0) + .saturating_add(Weight::from_parts(0, 1486)) + // Standard Error: 1_485 + .saturating_add(Weight::from_parts(895_665, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) @@ -64,34 +67,38 @@ impl pallet_migration_manager::WeightInfo for WeightInf fn migrate_balances_issuance() -> Weight { // Proof Size summary in bytes: // Measured: `4` - // Estimated: `496` - // Minimum execution time: 19_406 nanoseconds. - Weight::from_parts(19_827_000, 496) + // Estimated: `1486` + // Minimum execution time: 12_000_000 picoseconds. + Weight::from_parts(12_000_000, 0) + .saturating_add(Weight::from_parts(0, 1486)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Migration Status (r:1 w:1) /// Proof: Migration Status (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen) /// Storage: Vesting Vesting (r:10 w:10) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: Balances Locks (r:10 w:10) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:10 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: System Account (r:10 w:10) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `n` is `[1, 10]`. fn migrate_vesting_vesting(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `363 + n * (461 ±0)` - // Estimated: `496 + n * (9009 ±0)` - // Minimum execution time: 67_556 nanoseconds. - Weight::from_parts(42_386_202, 496) - // Standard Error: 84_499 - .saturating_add(Weight::from_parts(34_789_516, 0).saturating_mul(n.into())) + // Measured: `363 + n * (429 ±0)` + // Estimated: `1486 + n * (3774 ±0)` + // Minimum execution time: 59_000_000 picoseconds. + Weight::from_parts(23_225_663, 0) + .saturating_add(Weight::from_parts(0, 1486)) + // Standard Error: 75_201 + .saturating_add(Weight::from_parts(42_373_373, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) + .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_parts(0, 9009).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 3774).saturating_mul(n.into())) } /// Storage: Migration Status (r:1 w:1) /// Proof: Migration Status (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen) @@ -101,11 +108,12 @@ impl pallet_migration_manager::WeightInfo for WeightInf fn migrate_proxy_proxies(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4` - // Estimated: `496` - // Minimum execution time: 33_683 nanoseconds. - Weight::from_parts(37_730_635, 496) - // Standard Error: 74_688 - .saturating_add(Weight::from_parts(6_997_845, 0).saturating_mul(n.into())) + // Estimated: `1486` + // Minimum execution time: 17_000_000 picoseconds. + Weight::from_parts(14_635_251, 0) + .saturating_add(Weight::from_parts(0, 1486)) + // Standard Error: 63_874 + .saturating_add(Weight::from_parts(5_666_284, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) diff --git a/runtime/altair/src/weights/pallet_multisig.rs b/runtime/altair/src/weights/pallet_multisig.rs index 6f853b954e..ec8f5da2ab 100644 --- a/runtime/altair/src/weights/pallet_multisig.rs +++ b/runtime/altair/src/weights/pallet_multisig.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_multisig` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_multisig @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_multisig.rs +// --output=/tmp/runtime/altair/src/weights/pallet_multisig.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_multisig`. pub struct WeightInfo(PhantomData); @@ -36,10 +37,11 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 16_932 nanoseconds. - Weight::from_parts(17_934_347, 0) - // Standard Error: 5 - .saturating_add(Weight::from_parts(479, 0).saturating_mul(z.into())) + // Minimum execution time: 10_000_000 picoseconds. + Weight::from_parts(10_666_033, 0) + .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 13 + .saturating_add(Weight::from_parts(300, 0).saturating_mul(z.into())) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -47,14 +49,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_create(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `426 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 50_985 nanoseconds. - Weight::from_parts(43_360_762, 5821) - // Standard Error: 1_020 - .saturating_add(Weight::from_parts(94_516, 0).saturating_mul(s.into())) - // Standard Error: 9 - .saturating_add(Weight::from_parts(1_674, 0).saturating_mul(z.into())) + // Measured: `367 + s * (1 ±0)` + // Estimated: `6811` + // Minimum execution time: 35_000_000 picoseconds. + Weight::from_parts(30_897_351, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 623 + .saturating_add(Weight::from_parts(50_062, 0).saturating_mul(s.into())) + // Standard Error: 6 + .saturating_add(Weight::from_parts(1_248, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,14 +67,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_approve(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `379` - // Estimated: `5821` - // Minimum execution time: 35_346 nanoseconds. - Weight::from_parts(28_402_834, 5821) - // Standard Error: 622 - .saturating_add(Weight::from_parts(79_468, 0).saturating_mul(s.into())) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_718, 0).saturating_mul(z.into())) + // Measured: `348` + // Estimated: `6811` + // Minimum execution time: 21_000_000 picoseconds. + Weight::from_parts(17_586_871, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 884 + .saturating_add(Weight::from_parts(44_480, 0).saturating_mul(s.into())) + // Standard Error: 8 + .saturating_add(Weight::from_parts(1_207, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,14 +87,15 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. fn as_multi_complete(s: u32, z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `550 + s * (33 ±0)` - // Estimated: `8424` - // Minimum execution time: 56_886 nanoseconds. - Weight::from_parts(46_418_494, 8424) - // Standard Error: 1_192 - .saturating_add(Weight::from_parts(126_314, 0).saturating_mul(s.into())) + // Measured: `489 + s * (33 ±0)` + // Estimated: `6811` + // Minimum execution time: 39_000_000 picoseconds. + Weight::from_parts(34_386_100, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 1_173 + .saturating_add(Weight::from_parts(60_163, 0).saturating_mul(s.into())) // Standard Error: 11 - .saturating_add(Weight::from_parts(1_815, 0).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_278, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,12 +104,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_create(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `426 + s * (2 ±0)` - // Estimated: `5821` - // Minimum execution time: 38_512 nanoseconds. - Weight::from_parts(40_626_548, 5821) - // Standard Error: 1_151 - .saturating_add(Weight::from_parts(92_355, 0).saturating_mul(s.into())) + // Measured: `367 + s * (1 ±0)` + // Estimated: `6811` + // Minimum execution time: 29_000_000 picoseconds. + Weight::from_parts(29_465_632, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 1_811 + .saturating_add(Weight::from_parts(56_477, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -113,12 +119,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn approve_as_multi_approve(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `379` - // Estimated: `5821` - // Minimum execution time: 25_718 nanoseconds. - Weight::from_parts(26_326_395, 5821) - // Standard Error: 921 - .saturating_add(Weight::from_parts(79_466, 0).saturating_mul(s.into())) + // Measured: `348` + // Estimated: `6811` + // Minimum execution time: 15_000_000 picoseconds. + Weight::from_parts(16_121_959, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 3_309 + .saturating_add(Weight::from_parts(80_667, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -127,12 +134,13 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `s` is `[2, 100]`. fn cancel_as_multi(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `616 + s * (1 ±0)` - // Estimated: `5821` - // Minimum execution time: 40_305 nanoseconds. - Weight::from_parts(41_293_181, 5821) - // Standard Error: 970 - .saturating_add(Weight::from_parts(87_726, 0).saturating_mul(s.into())) + // Measured: `553 + s * (1 ±0)` + // Estimated: `6811` + // Minimum execution time: 30_000_000 picoseconds. + Weight::from_parts(30_613_306, 0) + .saturating_add(Weight::from_parts(0, 6811)) + // Standard Error: 1_006 + .saturating_add(Weight::from_parts(42_405, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_nft_sales.rs b/runtime/altair/src/weights/pallet_nft_sales.rs index 820ba54bf0..0c9ccfff2d 100644 --- a/runtime/altair/src/weights/pallet_nft_sales.rs +++ b/runtime/altair/src/weights/pallet_nft_sales.rs @@ -2,9 +2,9 @@ //! Autogenerated weights for `pallet_nft_sales` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` +//! HOSTNAME: `kf-FG`, CPU: `` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: @@ -24,9 +24,10 @@ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_nft_sales`. pub struct WeightInfo(PhantomData); @@ -45,10 +46,11 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { /// Proof: NftSales NftsBySeller (max_values: None, max_size: Some(104), added: 2579, mode: MaxEncodedLen) fn add() -> Weight { // Proof Size summary in bytes: - // Measured: `688` - // Estimated: `7874` - // Minimum execution time: 58_489 nanoseconds. - Weight::from_parts(60_163_000, 7874) + // Measured: `625` + // Estimated: `3647` + // Minimum execution time: 40_000_000 picoseconds. + Weight::from_parts(40_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -66,10 +68,11 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { /// Proof: NftSales NftsBySeller (max_values: None, max_size: Some(104), added: 2579, mode: MaxEncodedLen) fn remove() -> Weight { // Proof Size summary in bytes: - // Measured: `856` - // Estimated: `7874` - // Minimum execution time: 57_829 nanoseconds. - Weight::from_parts(58_450_000, 7874) + // Measured: `762` + // Estimated: `3647` + // Minimum execution time: 39_000_000 picoseconds. + Weight::from_parts(40_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -77,6 +80,8 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { /// Proof: NftSales Sales (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Uniques Class (r:1 w:0) @@ -91,11 +96,12 @@ impl pallet_nft_sales::WeightInfo for WeightInfo { /// Proof: NftSales NftsBySeller (max_values: None, max_size: Some(104), added: 2579, mode: MaxEncodedLen) fn buy() -> Weight { // Proof Size summary in bytes: - // Measured: `1377` - // Estimated: `15685` - // Minimum execution time: 100_508 nanoseconds. - Weight::from_parts(102_342_000, 15685) - .saturating_add(T::DbWeight::get().reads(6)) + // Measured: `1320` + // Estimated: `6198` + // Minimum execution time: 75_000_000 picoseconds. + Weight::from_parts(76_000_000, 0) + .saturating_add(Weight::from_parts(0, 6198)) + .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(9)) } } diff --git a/runtime/altair/src/weights/pallet_order_book.rs b/runtime/altair/src/weights/pallet_order_book.rs index ccedc30d5f..a7496681c3 100644 --- a/runtime/altair/src/weights/pallet_order_book.rs +++ b/runtime/altair/src/weights/pallet_order_book.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_order_book` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_order_book @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_order_book.rs +// --output=/tmp/runtime/altair/src/weights/pallet_order_book.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_order_book`. pub struct WeightInfo(PhantomData); @@ -40,17 +41,18 @@ impl pallet_order_book::WeightInfo for WeightInfo { /// Storage: OrderBook TradingPair (r:1 w:0) /// Proof: OrderBook TradingPair (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) /// Storage: OrderBook AssetPairOrders (r:1 w:1) - /// Proof: OrderBook AssetPairOrders (max_values: None, max_size: Some(8068), added: 10543, mode: MaxEncodedLen) + /// Proof: OrderBook AssetPairOrders (max_values: None, max_size: Some(8000070), added: 8002545, mode: MaxEncodedLen) /// Storage: OrderBook Orders (r:0 w:1) /// Proof: OrderBook Orders (max_values: None, max_size: Some(186), added: 2661, mode: MaxEncodedLen) /// Storage: OrderBook UserOrders (r:0 w:1) /// Proof: OrderBook UserOrders (max_values: None, max_size: Some(226), added: 2701, mode: MaxEncodedLen) fn create_order() -> Weight { // Proof Size summary in bytes: - // Measured: `889` - // Estimated: `22046` - // Minimum execution time: 69_170 nanoseconds. - Weight::from_parts(70_532_000, 22046) + // Measured: `763` + // Estimated: `8003535` + // Minimum execution time: 48_000_000 picoseconds. + Weight::from_parts(49_000_000, 0) + .saturating_add(Weight::from_parts(0, 8003535)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -66,10 +68,11 @@ impl pallet_order_book::WeightInfo for WeightInfo { /// Proof: OrderBook UserOrders (max_values: None, max_size: Some(226), added: 2701, mode: MaxEncodedLen) fn user_update_order() -> Weight { // Proof Size summary in bytes: - // Measured: `1394` - // Estimated: `16867` - // Minimum execution time: 69_180 nanoseconds. - Weight::from_parts(70_802_000, 16867) + // Measured: `1205` + // Estimated: `7145` + // Minimum execution time: 48_000_000 picoseconds. + Weight::from_parts(49_000_000, 0) + .saturating_add(Weight::from_parts(0, 7145)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -77,17 +80,20 @@ impl pallet_order_book::WeightInfo for WeightInfo { /// Proof: OrderBook Orders (max_values: None, max_size: Some(186), added: 2661, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:1 w:1) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: OrderBook AssetPairOrders (r:1 w:1) - /// Proof: OrderBook AssetPairOrders (max_values: None, max_size: Some(8068), added: 10543, mode: MaxEncodedLen) + /// Proof: OrderBook AssetPairOrders (max_values: None, max_size: Some(8000070), added: 8002545, mode: MaxEncodedLen) /// Storage: OrderBook UserOrders (r:0 w:1) /// Proof: OrderBook UserOrders (max_values: None, max_size: Some(226), added: 2701, mode: MaxEncodedLen) fn user_cancel_order() -> Weight { // Proof Size summary in bytes: - // Measured: `880` - // Estimated: `15808` - // Minimum execution time: 48_822 nanoseconds. - Weight::from_parts(50_244_000, 15808) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `996` + // Estimated: `8003535` + // Minimum execution time: 39_000_000 picoseconds. + Weight::from_parts(40_000_000, 0) + .saturating_add(Weight::from_parts(0, 8003535)) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: OrderBook Orders (r:1 w:1) @@ -97,7 +103,7 @@ impl pallet_order_book::WeightInfo for WeightInfo { /// Storage: OrmlAssetRegistry Metadata (r:2 w:0) /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: OrderBook AssetPairOrders (r:1 w:1) - /// Proof: OrderBook AssetPairOrders (max_values: None, max_size: Some(8068), added: 10543, mode: MaxEncodedLen) + /// Proof: OrderBook AssetPairOrders (max_values: None, max_size: Some(8000070), added: 8002545, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: ForeignInvestments ForeignInvestmentInfo (r:1 w:0) @@ -106,10 +112,11 @@ impl pallet_order_book::WeightInfo for WeightInfo { /// Proof: OrderBook UserOrders (max_values: None, max_size: Some(226), added: 2701, mode: MaxEncodedLen) fn fill_order_full() -> Weight { // Proof Size summary in bytes: - // Measured: `1602` - // Estimated: `37935` - // Minimum execution time: 131_556 nanoseconds. - Weight::from_parts(133_900_000, 37935) + // Measured: `1350` + // Estimated: `8003535` + // Minimum execution time: 106_000_000 picoseconds. + Weight::from_parts(106_000_000, 0) + .saturating_add(Weight::from_parts(0, 8003535)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -129,10 +136,11 @@ impl pallet_order_book::WeightInfo for WeightInfo { /// Proof: ForeignInvestments ForeignInvestmentInfo (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn fill_order_partial() -> Weight { // Proof Size summary in bytes: - // Measured: `1818` - // Estimated: `32866` - // Minimum execution time: 141_765 nanoseconds. - Weight::from_parts(143_479_000, 32866) + // Measured: `1535` + // Estimated: `11406` + // Minimum execution time: 112_000_000 picoseconds. + Weight::from_parts(113_000_000, 0) + .saturating_add(Weight::from_parts(0, 11406)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -142,8 +150,9 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_624 nanoseconds. - Weight::from_parts(13_325_000, 0) + // Minimum execution time: 8_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: OrderBook TradingPair (r:0 w:1) @@ -152,18 +161,20 @@ impl pallet_order_book::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_256 nanoseconds. - Weight::from_parts(14_798_000, 0) + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: OrderBook TradingPair (r:1 w:1) /// Proof: OrderBook TradingPair (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn update_min_order() -> Weight { // Proof Size summary in bytes: - // Measured: `242` - // Estimated: `2557` - // Minimum execution time: 21_260 nanoseconds. - Weight::from_parts(22_101_000, 2557) + // Measured: `209` + // Estimated: `3547` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(14_000_000, 0) + .saturating_add(Weight::from_parts(0, 3547)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_permissions.rs b/runtime/altair/src/weights/pallet_permissions.rs index c8cbc8dd11..48ea5a45fd 100644 --- a/runtime/altair/src/weights/pallet_permissions.rs +++ b/runtime/altair/src/weights/pallet_permissions.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_permissions` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_permissions @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_permissions.rs +// --output=/tmp/runtime/altair/src/weights/pallet_permissions.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_permissions`. pub struct WeightInfo(PhantomData); @@ -38,9 +39,10 @@ impl pallet_permissions::WeightInfo for WeightInfo { fn add_as_admin() -> Weight { // Proof Size summary in bytes: // Measured: `3` - // Estimated: `5224` - // Minimum execution time: 20_528 nanoseconds. - Weight::from_parts(21_140_000, 5224) + // Estimated: `3693` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(14_000_000, 0) + .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -51,9 +53,10 @@ impl pallet_permissions::WeightInfo for WeightInfo { fn add_as_editor() -> Weight { // Proof Size summary in bytes: // Measured: `162` - // Estimated: `7927` - // Minimum execution time: 28_223 nanoseconds. - Weight::from_parts(28_764_000, 7927) + // Estimated: `6396` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(19_000_000, 0) + .saturating_add(Weight::from_parts(0, 6396)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -64,9 +67,10 @@ impl pallet_permissions::WeightInfo for WeightInfo { fn remove_as_admin() -> Weight { // Proof Size summary in bytes: // Measured: `162` - // Estimated: `5224` - // Minimum execution time: 24_015 nanoseconds. - Weight::from_parts(24_817_000, 5224) + // Estimated: `3693` + // Minimum execution time: 15_000_000 picoseconds. + Weight::from_parts(16_000_000, 0) + .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -77,9 +81,10 @@ impl pallet_permissions::WeightInfo for WeightInfo { fn remove_as_editor() -> Weight { // Proof Size summary in bytes: // Measured: `256` - // Estimated: `7927` - // Minimum execution time: 30_537 nanoseconds. - Weight::from_parts(31_018_000, 7927) + // Estimated: `6396` + // Minimum execution time: 20_000_000 picoseconds. + Weight::from_parts(20_000_000, 0) + .saturating_add(Weight::from_parts(0, 6396)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -88,9 +93,10 @@ impl pallet_permissions::WeightInfo for WeightInfo { fn purge() -> Weight { // Proof Size summary in bytes: // Measured: `146` - // Estimated: `2703` - // Minimum execution time: 21_259 nanoseconds. - Weight::from_parts(21_721_000, 2703) + // Estimated: `3693` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(14_000_000, 0) + .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -99,9 +105,10 @@ impl pallet_permissions::WeightInfo for WeightInfo { fn admin_purge() -> Weight { // Proof Size summary in bytes: // Measured: `146` - // Estimated: `2703` - // Minimum execution time: 21_530 nanoseconds. - Weight::from_parts(21_981_000, 2703) + // Estimated: `3693` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(14_000_000, 0) + .saturating_add(Weight::from_parts(0, 3693)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_pool_registry.rs b/runtime/altair/src/weights/pallet_pool_registry.rs index 1648f6ea54..30e33f5358 100644 --- a/runtime/altair/src/weights/pallet_pool_registry.rs +++ b/runtime/altair/src/weights/pallet_pool_registry.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_pool_registry` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_pool_registry @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_pool_registry.rs +// --output=/tmp/runtime/altair/src/weights/pallet_pool_registry.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_pool_registry`. pub struct WeightInfo(PhantomData); @@ -37,8 +38,6 @@ impl pallet_pool_registry::WeightInfo for WeightInfo /// Proof: PoolSystem Pool (max_values: None, max_size: Some(813), added: 3288, mode: MaxEncodedLen) /// Storage: OrmlAssetRegistry Metadata (r:6 w:5) /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) - /// Storage: System Account (r:1 w:1) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: PoolSystem AccountDeposit (r:1 w:1) /// Proof: PoolSystem AccountDeposit (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) /// Storage: Timestamp Now (r:1 w:0) @@ -54,15 +53,16 @@ impl pallet_pool_registry::WeightInfo for WeightInfo /// The range of component `n` is `[1, 5]`. fn register(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `675` - // Estimated: `19807 + n * (2475 ±0)` - // Minimum execution time: 153_997 nanoseconds. - Weight::from_parts(141_907_904, 19807) - // Standard Error: 45_067 - .saturating_add(Weight::from_parts(16_725_813, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(8)) + // Measured: `437` + // Estimated: `4278 + n * (2475 ±0)` + // Minimum execution time: 101_000_000 picoseconds. + Weight::from_parts(91_707_009, 0) + .saturating_add(Weight::from_parts(0, 4278)) + // Standard Error: 19_025 + .saturating_add(Weight::from_parts(10_971_028, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) - .saturating_add(T::DbWeight::get().writes(8)) + .saturating_add(T::DbWeight::get().writes(7)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) .saturating_add(Weight::from_parts(0, 2475).saturating_mul(n.into())) } @@ -81,12 +81,13 @@ impl pallet_pool_registry::WeightInfo for WeightInfo /// The range of component `n` is `[1, 5]`. fn update_no_execution(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `819 + n * (133 ±0)` - // Estimated: `9739 + n * (2531 ±0)` - // Minimum execution time: 49_513 nanoseconds. - Weight::from_parts(48_756_001, 9739) - // Standard Error: 15_273 - .saturating_add(Weight::from_parts(2_395_540, 0).saturating_mul(n.into())) + // Measured: `754 + n * (133 ±0)` + // Estimated: `4278 + n * (2531 ±0)` + // Minimum execution time: 31_000_000 picoseconds. + Weight::from_parts(30_042_757, 0) + .saturating_add(Weight::from_parts(0, 4278)) + // Standard Error: 4_053 + .saturating_add(Weight::from_parts(1_978_271, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -109,16 +110,17 @@ impl pallet_pool_registry::WeightInfo for WeightInfo /// The range of component `n` is `[1, 5]`. fn update_and_execute(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `910 + n * (167 ±0)` - // Estimated: `15599 + n * (2699 ±0)` - // Minimum execution time: 84_838 nanoseconds. - Weight::from_parts(78_858_854, 15599) - // Standard Error: 34_904 - .saturating_add(Weight::from_parts(8_462_777, 0).saturating_mul(n.into())) + // Measured: `814 + n * (167 ±0)` + // Estimated: `6754 + n * (2531 ±0)` + // Minimum execution time: 53_000_000 picoseconds. + Weight::from_parts(48_922_780, 0) + .saturating_add(Weight::from_parts(0, 6754)) + // Standard Error: 23_202 + .saturating_add(Weight::from_parts(6_143_341, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_parts(0, 2699).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2531).saturating_mul(n.into())) } /// Storage: PoolSystem Pool (r:1 w:1) /// Proof: PoolSystem Pool (max_values: None, max_size: Some(813), added: 3288, mode: MaxEncodedLen) @@ -135,16 +137,17 @@ impl pallet_pool_registry::WeightInfo for WeightInfo /// The range of component `n` is `[1, 5]`. fn execute_update(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `932 + n * (194 ±0)` - // Estimated: `16412 + n * (2725 ±0)` - // Minimum execution time: 72_646 nanoseconds. - Weight::from_parts(66_591_643, 16412) - // Standard Error: 37_953 - .saturating_add(Weight::from_parts(8_553_255, 0).saturating_mul(n.into())) + // Measured: `804 + n * (194 ±0)` + // Estimated: `6744 + n * (2531 ±0)` + // Minimum execution time: 46_000_000 picoseconds. + Weight::from_parts(41_440_070, 0) + .saturating_add(Weight::from_parts(0, 6744)) + // Standard Error: 23_859 + .saturating_add(Weight::from_parts(6_245_210, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_parts(0, 2725).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2531).saturating_mul(n.into())) } /// Storage: Permissions Permission (r:1 w:0) /// Proof: Permissions Permission (max_values: None, max_size: Some(228), added: 2703, mode: MaxEncodedLen) @@ -154,11 +157,12 @@ impl pallet_pool_registry::WeightInfo for WeightInfo fn set_metadata(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `146` - // Estimated: `2703` - // Minimum execution time: 23_173 nanoseconds. - Weight::from_parts(24_183_578, 2703) - // Standard Error: 1_051 - .saturating_add(Weight::from_parts(4_207, 0).saturating_mul(n.into())) + // Estimated: `3693` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(13_796_662, 0) + .saturating_add(Weight::from_parts(0, 3693)) + // Standard Error: 974 + .saturating_add(Weight::from_parts(4_499, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_pool_system.rs b/runtime/altair/src/weights/pallet_pool_system.rs index 44e5aef96a..67bd444ea6 100644 --- a/runtime/altair/src/weights/pallet_pool_system.rs +++ b/runtime/altair/src/weights/pallet_pool_system.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_pool_system` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_pool_system @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_pool_system.rs +// --output=/tmp/runtime/altair/src/weights/pallet_pool_system.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_pool_system`. pub struct WeightInfo(PhantomData); @@ -37,10 +38,11 @@ impl pallet_pool_system::WeightInfo for WeightInfo { /// Proof: PoolSystem Pool (max_values: None, max_size: Some(813), added: 3288, mode: MaxEncodedLen) fn set_max_reserve() -> Weight { // Proof Size summary in bytes: - // Measured: `657` - // Estimated: `5991` - // Minimum execution time: 29_756 nanoseconds. - Weight::from_parts(30_117_000, 5991) + // Measured: `625` + // Estimated: `4278` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(18_000_000, 0) + .saturating_add(Weight::from_parts(0, 4278)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -51,7 +53,7 @@ impl pallet_pool_system::WeightInfo for WeightInfo { /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: Loans PortfolioValuation (r:1 w:0) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// Storage: OrmlTokens TotalIssuance (r:5 w:0) /// Proof: OrmlTokens TotalIssuance (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) /// Storage: Investments ActiveInvestOrders (r:5 w:5) @@ -75,17 +77,18 @@ impl pallet_pool_system::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 5]`. fn close_epoch_no_orders(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `907 + n * (133 ±0)` - // Estimated: `33561 + n * (20298 ±0)` - // Minimum execution time: 121_628 nanoseconds. - Weight::from_parts(50_554_920, 33561) - // Standard Error: 53_588 - .saturating_add(Weight::from_parts(73_544_210, 0).saturating_mul(n.into())) + // Measured: `809 + n * (133 ±0)` + // Estimated: `10715 + n * (2604 ±0)` + // Minimum execution time: 81_000_000 picoseconds. + Weight::from_parts(28_427_628, 0) + .saturating_add(Weight::from_parts(0, 10715)) + // Standard Error: 22_656 + .saturating_add(Weight::from_parts(54_395_385, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((8_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((8_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_parts(0, 20298).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2604).saturating_mul(n.into())) } /// Storage: PoolSystem Pool (r:1 w:1) /// Proof: PoolSystem Pool (max_values: None, max_size: Some(813), added: 3288, mode: MaxEncodedLen) @@ -94,7 +97,7 @@ impl pallet_pool_system::WeightInfo for WeightInfo { /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: Loans PortfolioValuation (r:1 w:0) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// Storage: OrmlTokens TotalIssuance (r:5 w:0) /// Proof: OrmlTokens TotalIssuance (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) /// Storage: Investments ActiveInvestOrders (r:5 w:5) @@ -112,17 +115,18 @@ impl pallet_pool_system::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 5]`. fn close_epoch_no_execution(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1073 + n * (133 ±0)` - // Estimated: `33561 + n * (17694 ±0)` - // Minimum execution time: 83_857 nanoseconds. - Weight::from_parts(54_920_396, 33561) - // Standard Error: 33_829 - .saturating_add(Weight::from_parts(31_369_827, 0).saturating_mul(n.into())) + // Measured: `975 + n * (133 ±0)` + // Estimated: `10715 + n * (2531 ±0)` + // Minimum execution time: 54_000_000 picoseconds. + Weight::from_parts(32_670_385, 0) + .saturating_add(Weight::from_parts(0, 10715)) + // Standard Error: 17_392 + .saturating_add(Weight::from_parts(22_523_656, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_parts(0, 17694).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2531).saturating_mul(n.into())) } /// Storage: PoolSystem Pool (r:1 w:1) /// Proof: PoolSystem Pool (max_values: None, max_size: Some(813), added: 3288, mode: MaxEncodedLen) @@ -131,7 +135,7 @@ impl pallet_pool_system::WeightInfo for WeightInfo { /// Storage: Timestamp Now (r:1 w:0) /// Proof: Timestamp Now (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) /// Storage: Loans PortfolioValuation (r:1 w:0) - /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(24050), added: 26525, mode: MaxEncodedLen) + /// Proof: Loans PortfolioValuation (max_values: None, max_size: Some(7250), added: 9725, mode: MaxEncodedLen) /// Storage: OrmlTokens TotalIssuance (r:5 w:1) /// Proof: OrmlTokens TotalIssuance (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) /// Storage: Investments ActiveInvestOrders (r:5 w:5) @@ -148,6 +152,8 @@ impl pallet_pool_system::WeightInfo for WeightInfo { /// Proof: Investments RedeemOrderId (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:7 w:3) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:2 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Investments ClearedInvestOrders (r:0 w:5) @@ -157,17 +163,18 @@ impl pallet_pool_system::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 5]`. fn close_epoch_execute(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1591 + n * (133 ±0)` - // Estimated: `43975 + n * (20298 ±0)` - // Minimum execution time: 208_349 nanoseconds. - Weight::from_parts(137_081_169, 43975) - // Standard Error: 69_576 - .saturating_add(Weight::from_parts(75_203_858, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(8)) + // Measured: `1782 + n * (167 ±0)` + // Estimated: `10715 + n * (2604 ±0)` + // Minimum execution time: 158_000_000 picoseconds. + Weight::from_parts(103_212_908, 0) + .saturating_add(Weight::from_parts(0, 10715)) + // Standard Error: 32_657 + .saturating_add(Weight::from_parts(56_351_226, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((8_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(7)) .saturating_add(T::DbWeight::get().writes((8_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_parts(0, 20298).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2604).saturating_mul(n.into())) } /// Storage: PoolSystem EpochExecution (r:1 w:1) /// Proof: PoolSystem EpochExecution (max_values: None, max_size: Some(770), added: 3245, mode: MaxEncodedLen) @@ -176,12 +183,13 @@ impl pallet_pool_system::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 5]`. fn submit_solution(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `493 + n * (249 ±0)` - // Estimated: `6533` - // Minimum execution time: 30_887 nanoseconds. - Weight::from_parts(30_932_157, 6533) - // Standard Error: 10_534 - .saturating_add(Weight::from_parts(929_959, 0).saturating_mul(n.into())) + // Measured: `429 + n * (249 ±0)` + // Estimated: `4278` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(18_510_280, 0) + .saturating_add(Weight::from_parts(0, 4278)) + // Standard Error: 10_894 + .saturating_add(Weight::from_parts(630_841, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -193,6 +201,8 @@ impl pallet_pool_system::WeightInfo for WeightInfo { /// Proof: Investments InProcessingInvestOrders (max_values: None, max_size: Some(56), added: 2531, mode: MaxEncodedLen) /// Storage: OrmlTokens Accounts (r:7 w:3) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:2 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: OrmlTokens TotalIssuance (r:1 w:1) @@ -216,16 +226,17 @@ impl pallet_pool_system::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 5]`. fn execute_epoch(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1503 + n * (605 ±0)` - // Estimated: `19974 + n * (17774 ±0)` - // Minimum execution time: 175_287 nanoseconds. - Weight::from_parts(124_979_771, 19974) - // Standard Error: 57_235 - .saturating_add(Weight::from_parts(54_321_451, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(8)) + // Measured: `1695 + n * (639 ±0)` + // Estimated: `7634 + n * (2604 ±0)` + // Minimum execution time: 135_000_000 picoseconds. + Weight::from_parts(95_210_689, 0) + .saturating_add(Weight::from_parts(0, 7634)) + // Standard Error: 37_732 + .saturating_add(Weight::from_parts(41_919_567, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(8)) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_parts(0, 17774).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2604).saturating_mul(n.into())) } } diff --git a/runtime/altair/src/weights/pallet_preimage.rs b/runtime/altair/src/weights/pallet_preimage.rs index 8293bd6ef8..b586281c30 100644 --- a/runtime/altair/src/weights/pallet_preimage.rs +++ b/runtime/altair/src/weights/pallet_preimage.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_preimage` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_preimage @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_preimage.rs +// --output=/tmp/runtime/altair/src/weights/pallet_preimage.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_preimage`. pub struct WeightInfo(PhantomData); @@ -38,12 +39,13 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 4194304]`. fn note_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `209` - // Estimated: `2566` - // Minimum execution time: 36_839 nanoseconds. - Weight::from_parts(130_825_075, 2566) - // Standard Error: 16 - .saturating_add(Weight::from_parts(2_304, 0).saturating_mul(s.into())) + // Measured: `178` + // Estimated: `3556` + // Minimum execution time: 27_000_000 picoseconds. + Weight::from_parts(27_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_359, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -55,11 +57,12 @@ impl pallet_preimage::WeightInfo for WeightInfo { fn note_requested_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `140` - // Estimated: `2566` - // Minimum execution time: 23_734 nanoseconds. - Weight::from_parts(24_125_000, 2566) - // Standard Error: 5 - .saturating_add(Weight::from_parts(2_516, 0).saturating_mul(s.into())) + // Estimated: `3556` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(15_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) + // Standard Error: 1 + .saturating_add(Weight::from_parts(1_384, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,11 +74,12 @@ impl pallet_preimage::WeightInfo for WeightInfo { fn note_no_deposit_preimage(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `140` - // Estimated: `2566` - // Minimum execution time: 22_252 nanoseconds. - Weight::from_parts(22_803_000, 2566) - // Standard Error: 4 - .saturating_add(Weight::from_parts(2_477, 0).saturating_mul(s.into())) + // Estimated: `3556` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(14_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) + // Standard Error: 2 + .saturating_add(Weight::from_parts(1_372, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -85,10 +89,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) fn unnote_preimage() -> Weight { // Proof Size summary in bytes: - // Measured: `387` - // Estimated: `2566` - // Minimum execution time: 56_155 nanoseconds. - Weight::from_parts(61_585_000, 2566) + // Measured: `324` + // Estimated: `3556` + // Minimum execution time: 36_000_000 picoseconds. + Weight::from_parts(37_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,9 +104,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { fn unnote_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `178` - // Estimated: `2566` - // Minimum execution time: 36_208 nanoseconds. - Weight::from_parts(41_377_000, 2566) + // Estimated: `3556` + // Minimum execution time: 21_000_000 picoseconds. + Weight::from_parts(22_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -109,10 +115,11 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn request_preimage() -> Weight { // Proof Size summary in bytes: - // Measured: `254` - // Estimated: `2566` - // Minimum execution time: 28_844 nanoseconds. - Weight::from_parts(38_242_000, 2566) + // Measured: `222` + // Estimated: `3556` + // Minimum execution time: 19_000_000 picoseconds. + Weight::from_parts(20_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -121,9 +128,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { fn request_no_deposit_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `178` - // Estimated: `2566` - // Minimum execution time: 18_414 nanoseconds. - Weight::from_parts(21_890_000, 2566) + // Estimated: `3556` + // Minimum execution time: 11_000_000 picoseconds. + Weight::from_parts(12_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -132,9 +140,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { fn request_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `76` - // Estimated: `2566` - // Minimum execution time: 20_158 nanoseconds. - Weight::from_parts(21_740_000, 2566) + // Estimated: `3556` + // Minimum execution time: 11_000_000 picoseconds. + Weight::from_parts(12_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,9 +152,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { fn request_requested_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `140` - // Estimated: `2566` - // Minimum execution time: 12_383 nanoseconds. - Weight::from_parts(13_705_000, 2566) + // Estimated: `3556` + // Minimum execution time: 8_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -156,9 +166,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { fn unrequest_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `178` - // Estimated: `2566` - // Minimum execution time: 32_670 nanoseconds. - Weight::from_parts(38_231_000, 2566) + // Estimated: `3556` + // Minimum execution time: 21_000_000 picoseconds. + Weight::from_parts(22_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -167,9 +178,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { fn unrequest_unnoted_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `140` - // Estimated: `2566` - // Minimum execution time: 12_523 nanoseconds. - Weight::from_parts(14_127_000, 2566) + // Estimated: `3556` + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -178,9 +190,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { fn unrequest_multi_referenced_preimage() -> Weight { // Proof Size summary in bytes: // Measured: `140` - // Estimated: `2566` - // Minimum execution time: 12_664 nanoseconds. - Weight::from_parts(13_576_000, 2566) + // Estimated: `3556` + // Minimum execution time: 8_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(Weight::from_parts(0, 3556)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_proxy.rs b/runtime/altair/src/weights/pallet_proxy.rs index 5719df281b..98e5baaa86 100644 --- a/runtime/altair/src/weights/pallet_proxy.rs +++ b/runtime/altair/src/weights/pallet_proxy.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_proxy` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_proxy @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_proxy.rs +// --output=/tmp/runtime/altair/src/weights/pallet_proxy.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_proxy`. pub struct WeightInfo(PhantomData); @@ -36,12 +37,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `259 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 22_782 nanoseconds. - Weight::from_parts(23_814_671, 3716) - // Standard Error: 1_537 - .saturating_add(Weight::from_parts(37_847, 0).saturating_mul(p.into())) + // Measured: `227 + p * (37 ±0)` + // Estimated: `4706` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(13_618_719, 0) + .saturating_add(Weight::from_parts(0, 4706)) + // Standard Error: 1_785 + .saturating_add(Weight::from_parts(21_345, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -54,14 +56,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn proxy_announced(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `650 + a * (68 ±0) + p * (37 ±0)` - // Estimated: `11027` - // Minimum execution time: 47_518 nanoseconds. - Weight::from_parts(48_206_066, 11027) - // Standard Error: 2_528 - .saturating_add(Weight::from_parts(179_613, 0).saturating_mul(a.into())) - // Standard Error: 2_611 - .saturating_add(Weight::from_parts(40_439, 0).saturating_mul(p.into())) + // Measured: `554 + a * (68 ±0) + p * (37 ±0)` + // Estimated: `5698` + // Minimum execution time: 33_000_000 picoseconds. + Weight::from_parts(33_439_230, 0) + .saturating_add(Weight::from_parts(0, 5698)) + // Standard Error: 1_809 + .saturating_add(Weight::from_parts(128_401, 0).saturating_mul(a.into())) + // Standard Error: 1_869 + .saturating_add(Weight::from_parts(19_873, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,14 +74,17 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn remove_announcement(a: u32, _p: u32, ) -> Weight { + fn remove_announcement(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `533 + a * (68 ±0)` - // Estimated: `7311` - // Minimum execution time: 28_563 nanoseconds. - Weight::from_parts(30_379_023, 7311) - // Standard Error: 2_463 - .saturating_add(Weight::from_parts(171_064, 0).saturating_mul(a.into())) + // Measured: `469 + a * (68 ±0)` + // Estimated: `5698` + // Minimum execution time: 21_000_000 picoseconds. + Weight::from_parts(21_809_727, 0) + .saturating_add(Weight::from_parts(0, 5698)) + // Standard Error: 2_530 + .saturating_add(Weight::from_parts(127_816, 0).saturating_mul(a.into())) + // Standard Error: 2_614 + .saturating_add(Weight::from_parts(7_404, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -88,16 +94,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn reject_announcement(a: u32, p: u32, ) -> Weight { + fn reject_announcement(a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `533 + a * (68 ±0)` - // Estimated: `7311` - // Minimum execution time: 29_195 nanoseconds. - Weight::from_parts(30_130_389, 7311) - // Standard Error: 2_052 - .saturating_add(Weight::from_parts(169_943, 0).saturating_mul(a.into())) - // Standard Error: 2_120 - .saturating_add(Weight::from_parts(5_571, 0).saturating_mul(p.into())) + // Measured: `469 + a * (68 ±0)` + // Estimated: `5698` + // Minimum execution time: 21_000_000 picoseconds. + Weight::from_parts(21_763_043, 0) + .saturating_add(Weight::from_parts(0, 5698)) + // Standard Error: 3_083 + .saturating_add(Weight::from_parts(145_089, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -111,14 +116,15 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn announce(a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `582 + a * (68 ±0) + p * (37 ±0)` - // Estimated: `11027` - // Minimum execution time: 40_576 nanoseconds. - Weight::from_parts(42_318_323, 11027) - // Standard Error: 2_381 - .saturating_add(Weight::from_parts(178_537, 0).saturating_mul(a.into())) - // Standard Error: 2_460 - .saturating_add(Weight::from_parts(29_200, 0).saturating_mul(p.into())) + // Measured: `486 + a * (68 ±0) + p * (37 ±0)` + // Estimated: `5698` + // Minimum execution time: 30_000_000 picoseconds. + Weight::from_parts(30_000_274, 0) + .saturating_add(Weight::from_parts(0, 5698)) + // Standard Error: 2_605 + .saturating_add(Weight::from_parts(138_260, 0).saturating_mul(a.into())) + // Standard Error: 2_692 + .saturating_add(Weight::from_parts(33_979, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -127,12 +133,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn add_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `259 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 31_619 nanoseconds. - Weight::from_parts(32_387_569, 3716) - // Standard Error: 1_464 - .saturating_add(Weight::from_parts(48_200, 0).saturating_mul(p.into())) + // Measured: `227 + p * (37 ±0)` + // Estimated: `4706` + // Minimum execution time: 22_000_000 picoseconds. + Weight::from_parts(23_135_006, 0) + .saturating_add(Weight::from_parts(0, 4706)) + // Standard Error: 1_563 + .saturating_add(Weight::from_parts(38_594, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -141,12 +148,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_proxy(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `259 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 31_279 nanoseconds. - Weight::from_parts(32_716_099, 3716) - // Standard Error: 1_856 - .saturating_add(Weight::from_parts(60_493, 0).saturating_mul(p.into())) + // Measured: `227 + p * (37 ±0)` + // Estimated: `4706` + // Minimum execution time: 22_000_000 picoseconds. + Weight::from_parts(23_496_284, 0) + .saturating_add(Weight::from_parts(0, 4706)) + // Standard Error: 2_400 + .saturating_add(Weight::from_parts(24_337, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,26 +163,26 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_proxies(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `259 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 25_197 nanoseconds. - Weight::from_parts(26_158_066, 3716) - // Standard Error: 1_397 - .saturating_add(Weight::from_parts(32_460, 0).saturating_mul(p.into())) + // Measured: `227 + p * (37 ±0)` + // Estimated: `4706` + // Minimum execution time: 20_000_000 picoseconds. + Weight::from_parts(20_650_570, 0) + .saturating_add(Weight::from_parts(0, 4706)) + // Standard Error: 2_566 + .saturating_add(Weight::from_parts(39_267, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Proxy Proxies (r:1 w:1) /// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn create_pure(p: u32, ) -> Weight { + fn create_pure(_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `239` - // Estimated: `3716` - // Minimum execution time: 34_184 nanoseconds. - Weight::from_parts(35_410_777, 3716) - // Standard Error: 1_651 - .saturating_add(Weight::from_parts(17_196, 0).saturating_mul(p.into())) + // Estimated: `4706` + // Minimum execution time: 24_000_000 picoseconds. + Weight::from_parts(25_790_951, 0) + .saturating_add(Weight::from_parts(0, 4706)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -183,12 +191,13 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[0, 30]`. fn kill_pure(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `296 + p * (37 ±0)` - // Estimated: `3716` - // Minimum execution time: 26_560 nanoseconds. - Weight::from_parts(27_452_527, 3716) - // Standard Error: 1_587 - .saturating_add(Weight::from_parts(38_122, 0).saturating_mul(p.into())) + // Measured: `264 + p * (37 ±0)` + // Estimated: `4706` + // Minimum execution time: 20_000_000 picoseconds. + Weight::from_parts(21_614_780, 0) + .saturating_add(Weight::from_parts(0, 4706)) + // Standard Error: 2_850 + .saturating_add(Weight::from_parts(33_555, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/altair/src/weights/pallet_restricted_tokens.rs b/runtime/altair/src/weights/pallet_restricted_tokens.rs index 57e02c4c09..ad660e1526 100644 --- a/runtime/altair/src/weights/pallet_restricted_tokens.rs +++ b/runtime/altair/src/weights/pallet_restricted_tokens.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_restricted_tokens` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_restricted_tokens @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_restricted_tokens.rs +// --output=/tmp/runtime/altair/src/weights/pallet_restricted_tokens.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_restricted_tokens`. pub struct WeightInfo(PhantomData); @@ -35,122 +36,142 @@ impl pallet_restricted_tokens::WeightInfo for WeightInf /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_native() -> Weight { // Proof Size summary in bytes: - // Measured: `224` - // Estimated: `2603` - // Minimum execution time: 54_061 nanoseconds. - Weight::from_parts(54_973_000, 2603) + // Measured: `226` + // Estimated: `3593` + // Minimum execution time: 58_000_000 picoseconds. + Weight::from_parts(59_000_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_other() -> Weight { // Proof Size summary in bytes: - // Measured: `573` - // Estimated: `7811` - // Minimum execution time: 57_007 nanoseconds. - Weight::from_parts(57_979_000, 7811) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `644` + // Estimated: `6198` + // Minimum execution time: 43_000_000 picoseconds. + Weight::from_parts(43_000_000, 0) + .saturating_add(Weight::from_parts(0, 6198)) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive_native() -> Weight { // Proof Size summary in bytes: - // Measured: `224` - // Estimated: `2603` - // Minimum execution time: 47_348 nanoseconds. - Weight::from_parts(48_541_000, 2603) + // Measured: `226` + // Estimated: `3593` + // Minimum execution time: 49_000_000 picoseconds. + Weight::from_parts(50_000_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_keep_alive_other() -> Weight { // Proof Size summary in bytes: - // Measured: `438` - // Estimated: `7811` - // Minimum execution time: 53_039 nanoseconds. - Weight::from_parts(54_302_000, 7811) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `541` + // Estimated: `6198` + // Minimum execution time: 40_000_000 picoseconds. + Weight::from_parts(40_000_000, 0) + .saturating_add(Weight::from_parts(0, 6198)) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all_native() -> Weight { // Proof Size summary in bytes: - // Measured: `224` - // Estimated: `2603` - // Minimum execution time: 57_457 nanoseconds. - Weight::from_parts(58_860_000, 2603) + // Measured: `226` + // Estimated: `3593` + // Minimum execution time: 61_000_000 picoseconds. + Weight::from_parts(61_000_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn transfer_all_other() -> Weight { // Proof Size summary in bytes: - // Measured: `573` - // Estimated: `7811` - // Minimum execution time: 60_283 nanoseconds. - Weight::from_parts(61_505_000, 7811) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `644` + // Estimated: `6198` + // Minimum execution time: 46_000_000 picoseconds. + Weight::from_parts(46_000_000, 0) + .saturating_add(Weight::from_parts(0, 6198)) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer_native() -> Weight { // Proof Size summary in bytes: - // Measured: `224` - // Estimated: `2603` - // Minimum execution time: 53_971 nanoseconds. - Weight::from_parts(55_304_000, 2603) + // Measured: `226` + // Estimated: `3593` + // Minimum execution time: 58_000_000 picoseconds. + Weight::from_parts(60_000_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: OrmlTokens Accounts (r:2 w:2) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn force_transfer_other() -> Weight { // Proof Size summary in bytes: - // Measured: `573` - // Estimated: `7811` - // Minimum execution time: 56_776 nanoseconds. - Weight::from_parts(57_678_000, 7811) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `644` + // Estimated: `6198` + // Minimum execution time: 43_000_000 picoseconds. + Weight::from_parts(43_000_000, 0) + .saturating_add(Weight::from_parts(0, 6198)) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } + /// Storage: Balances Holds (r:1 w:1) + /// Proof: Balances Holds (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_balance_native() -> Weight { // Proof Size summary in bytes: - // Measured: `89` - // Estimated: `2603` - // Minimum execution time: 52_338 nanoseconds. - Weight::from_parts(53_501_000, 2603) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `265` + // Estimated: `3674` + // Minimum execution time: 118_000_000 picoseconds. + Weight::from_parts(120_000_000, 0) + .saturating_add(Weight::from_parts(0, 3674)) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: OrmlTokens Accounts (r:1 w:1) /// Proof: OrmlTokens Accounts (max_values: None, max_size: Some(129), added: 2604, mode: MaxEncodedLen) + /// Storage: OrmlAssetRegistry Metadata (r:1 w:0) + /// Proof Skipped: OrmlAssetRegistry Metadata (max_values: None, max_size: None, mode: Measured) /// Storage: OrmlTokens TotalIssuance (r:1 w:1) /// Proof: OrmlTokens TotalIssuance (max_values: None, max_size: Some(49), added: 2524, mode: MaxEncodedLen) - /// Storage: System Account (r:1 w:1) - /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_balance_other() -> Weight { // Proof Size summary in bytes: - // Measured: `302` - // Estimated: `7731` - // Minimum execution time: 70_352 nanoseconds. - Weight::from_parts(71_163_000, 7731) + // Measured: `467` + // Estimated: `3932` + // Minimum execution time: 68_000_000 picoseconds. + Weight::from_parts(69_000_000, 0) + .saturating_add(Weight::from_parts(0, 3932)) .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/altair/src/weights/pallet_scheduler.rs b/runtime/altair/src/weights/pallet_scheduler.rs index d1bf8966a8..8d0a36b915 100644 --- a/runtime/altair/src/weights/pallet_scheduler.rs +++ b/runtime/altair/src/weights/pallet_scheduler.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_scheduler` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_scheduler @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_scheduler.rs +// --output=/tmp/runtime/altair/src/weights/pallet_scheduler.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_scheduler`. pub struct WeightInfo(PhantomData); @@ -36,9 +37,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { fn service_agendas_base() -> Weight { // Proof Size summary in bytes: // Measured: `31` - // Estimated: `499` - // Minimum execution time: 5_881 nanoseconds. - Weight::from_parts(6_002_000, 499) + // Estimated: `1489` + // Minimum execution time: 4_000_000 picoseconds. + Weight::from_parts(4_000_000, 0) + .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -47,12 +49,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 50]`. fn service_agenda_base(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `110 + s * (177 ±0)` - // Estimated: `41438` - // Minimum execution time: 5_380 nanoseconds. - Weight::from_parts(7_966_576, 41438) - // Standard Error: 4_170 - .saturating_add(Weight::from_parts(1_188_643, 0).saturating_mul(s.into())) + // Measured: `78 + s * (177 ±0)` + // Estimated: `42428` + // Minimum execution time: 4_000_000 picoseconds. + Weight::from_parts(6_156_862, 0) + .saturating_add(Weight::from_parts(0, 42428)) + // Standard Error: 1_864 + .saturating_add(Weight::from_parts(754_695, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -60,8 +63,9 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_656 nanoseconds. - Weight::from_parts(8_937_000, 0) + // Minimum execution time: 5_000_000 picoseconds. + Weight::from_parts(5_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -70,12 +74,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// The range of component `s` is `[128, 4194304]`. fn service_task_fetched(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `245 + s * (1 ±0)` - // Estimated: `5286 + s * (1 ±0)` - // Minimum execution time: 29_274 nanoseconds. - Weight::from_parts(29_595_000, 5286) - // Standard Error: 10 - .saturating_add(Weight::from_parts(1_244, 0).saturating_mul(s.into())) + // Measured: `213 + s * (1 ±0)` + // Estimated: `3678 + s * (1 ±0)` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(19_000_000, 0) + .saturating_add(Weight::from_parts(0, 3678)) + // Standard Error: 3 + .saturating_add(Weight::from_parts(795, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) @@ -86,42 +91,47 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_040 nanoseconds. - Weight::from_parts(11_281_000, 0) + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_656 nanoseconds. - Weight::from_parts(8_876_000, 0) + // Minimum execution time: 5_000_000 picoseconds. + Weight::from_parts(5_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_409 nanoseconds. - Weight::from_parts(4_689_000, 0) + // Minimum execution time: 2_000_000 picoseconds. + Weight::from_parts(3_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_378 nanoseconds. - Weight::from_parts(4_549_000, 0) + // Minimum execution time: 2_000_000 picoseconds. + Weight::from_parts(3_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) /// The range of component `s` is `[0, 49]`. fn schedule(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `110 + s * (177 ±0)` - // Estimated: `41438` - // Minimum execution time: 20_058 nanoseconds. - Weight::from_parts(22_844_459, 41438) - // Standard Error: 3_922 - .saturating_add(Weight::from_parts(1_208_211, 0).saturating_mul(s.into())) + // Measured: `78 + s * (177 ±0)` + // Estimated: `42428` + // Minimum execution time: 12_000_000 picoseconds. + Weight::from_parts(14_095_294, 0) + .saturating_add(Weight::from_parts(0, 42428)) + // Standard Error: 1_402 + .saturating_add(Weight::from_parts(730_885, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -132,12 +142,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 50]`. fn cancel(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `110 + s * (177 ±0)` - // Estimated: `41438` - // Minimum execution time: 25_257 nanoseconds. - Weight::from_parts(24_732_337, 41438) - // Standard Error: 18_165 - .saturating_add(Weight::from_parts(2_167_049, 0).saturating_mul(s.into())) + // Measured: `78 + s * (177 ±0)` + // Estimated: `42428` + // Minimum execution time: 15_000_000 picoseconds. + Weight::from_parts(14_225_469, 0) + .saturating_add(Weight::from_parts(0, 42428)) + // Standard Error: 2_108 + .saturating_add(Weight::from_parts(1_352_883, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -148,12 +159,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// The range of component `s` is `[0, 49]`. fn schedule_named(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `287 + s * (185 ±0)` - // Estimated: `43961` - // Minimum execution time: 24_105 nanoseconds. - Weight::from_parts(28_353_053, 43961) - // Standard Error: 4_345 - .saturating_add(Weight::from_parts(1_240_428, 0).saturating_mul(s.into())) + // Measured: `255 + s * (185 ±0)` + // Estimated: `42428` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(17_421_176, 0) + .saturating_add(Weight::from_parts(0, 42428)) + // Standard Error: 2_706 + .saturating_add(Weight::from_parts(770_890, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -164,12 +176,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// The range of component `s` is `[1, 50]`. fn cancel_named(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `313 + s * (185 ±0)` - // Estimated: `43961` - // Minimum execution time: 27_261 nanoseconds. - Weight::from_parts(25_673_543, 43961) - // Standard Error: 5_072 - .saturating_add(Weight::from_parts(2_227_564, 0).saturating_mul(s.into())) + // Measured: `281 + s * (185 ±0)` + // Estimated: `42428` + // Minimum execution time: 17_000_000 picoseconds. + Weight::from_parts(16_713_877, 0) + .saturating_add(Weight::from_parts(0, 42428)) + // Standard Error: 1_661 + .saturating_add(Weight::from_parts(1_352_945, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/altair/src/weights/pallet_session.rs b/runtime/altair/src/weights/pallet_session.rs index 865e79a4fb..8991abd8b2 100644 --- a/runtime/altair/src/weights/pallet_session.rs +++ b/runtime/altair/src/weights/pallet_session.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_session` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_session @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_session.rs +// --output=/tmp/runtime/altair/src/weights/pallet_session.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_session`. pub struct WeightInfo(PhantomData); @@ -38,9 +39,10 @@ impl pallet_session::WeightInfo for WeightInfo { fn set_keys() -> Weight { // Proof Size summary in bytes: // Measured: `369` - // Estimated: `5688` - // Minimum execution time: 25_558 nanoseconds. - Weight::from_parts(26_700_000, 5688) + // Estimated: `3834` + // Minimum execution time: 17_000_000 picoseconds. + Weight::from_parts(18_000_000, 0) + .saturating_add(Weight::from_parts(0, 3834)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -50,10 +52,11 @@ impl pallet_session::WeightInfo for WeightInfo { /// Proof Skipped: Session KeyOwner (max_values: None, max_size: None, mode: Measured) fn purge_keys() -> Weight { // Proof Size summary in bytes: - // Measured: `418` - // Estimated: `3311` - // Minimum execution time: 18_705 nanoseconds. - Weight::from_parts(19_496_000, 3311) + // Measured: `386` + // Estimated: `3851` + // Minimum execution time: 12_000_000 picoseconds. + Weight::from_parts(12_000_000, 0) + .saturating_add(Weight::from_parts(0, 3851)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/altair/src/weights/pallet_timestamp.rs b/runtime/altair/src/weights/pallet_timestamp.rs index 5d6aff6ec5..0b866df49f 100644 --- a/runtime/altair/src/weights/pallet_timestamp.rs +++ b/runtime/altair/src/weights/pallet_timestamp.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_timestamp` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_timestamp @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_timestamp.rs +// --output=/tmp/runtime/altair/src/weights/pallet_timestamp.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_timestamp`. pub struct WeightInfo(PhantomData); @@ -38,9 +39,10 @@ impl pallet_timestamp::WeightInfo for WeightInfo { fn set() -> Weight { // Proof Size summary in bytes: // Measured: `256` - // Estimated: `1006` - // Minimum execution time: 14_256 nanoseconds. - Weight::from_parts(14_908_000, 1006) + // Estimated: `1493` + // Minimum execution time: 9_000_000 picoseconds. + Weight::from_parts(9_000_000, 0) + .saturating_add(Weight::from_parts(0, 1493)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -48,7 +50,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `161` // Estimated: `0` - // Minimum execution time: 6_412 nanoseconds. - Weight::from_parts(6_752_000, 0) + // Minimum execution time: 4_000_000 picoseconds. + Weight::from_parts(5_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/altair/src/weights/pallet_treasury.rs b/runtime/altair/src/weights/pallet_treasury.rs index 320b260d18..de420a8560 100644 --- a/runtime/altair/src/weights/pallet_treasury.rs +++ b/runtime/altair/src/weights/pallet_treasury.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_treasury` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_treasury @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_treasury.rs +// --output=/tmp/runtime/altair/src/weights/pallet_treasury.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_treasury`. pub struct WeightInfo(PhantomData); @@ -35,8 +36,9 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 311 nanoseconds. - Weight::from_parts(361_000, 0) + // Minimum execution time: 0_000 picoseconds. + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Treasury ProposalCount (r:1 w:1) /// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -44,10 +46,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { /// Proof: Treasury Proposals (max_values: None, max_size: Some(108), added: 2583, mode: MaxEncodedLen) fn propose_spend() -> Weight { // Proof Size summary in bytes: - // Measured: `175` - // Estimated: `499` - // Minimum execution time: 33_413 nanoseconds. - Weight::from_parts(34_103_000, 499) + // Measured: `144` + // Estimated: `1489` + // Minimum execution time: 25_000_000 picoseconds. + Weight::from_parts(26_000_000, 0) + .saturating_add(Weight::from_parts(0, 1489)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -57,10 +60,11 @@ impl pallet_treasury::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn reject_proposal() -> Weight { // Proof Size summary in bytes: - // Measured: `500` - // Estimated: `7789` - // Minimum execution time: 50_995 nanoseconds. - Weight::from_parts(52_307_000, 7789) + // Measured: `405` + // Estimated: `6196` + // Minimum execution time: 41_000_000 picoseconds. + Weight::from_parts(42_000_000, 0) + .saturating_add(Weight::from_parts(0, 6196)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -71,12 +75,13 @@ impl pallet_treasury::WeightInfo for WeightInfo { /// The range of component `p` is `[0, 99]`. fn approve_proposal(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `501 + p * (8 ±0)` - // Estimated: `3480` - // Minimum execution time: 14_647 nanoseconds. - Weight::from_parts(18_201_694, 3480) - // Standard Error: 1_380 - .saturating_add(Weight::from_parts(52_965, 0).saturating_mul(p.into())) + // Measured: `470 + p * (8 ±0)` + // Estimated: `3573` + // Minimum execution time: 8_000_000 picoseconds. + Weight::from_parts(10_503_458, 0) + .saturating_add(Weight::from_parts(0, 3573)) + // Standard Error: 2_019 + .saturating_add(Weight::from_parts(38_444, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -85,9 +90,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { fn remove_approval() -> Weight { // Proof Size summary in bytes: // Measured: `127` - // Estimated: `897` - // Minimum execution time: 11_211 nanoseconds. - Weight::from_parts(11_532_000, 897) + // Estimated: `1887` + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(7_000_000, 0) + .saturating_add(Weight::from_parts(0, 1887)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -95,8 +101,6 @@ impl pallet_treasury::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Treasury Deactivated (r:1 w:1) /// Proof: Treasury Deactivated (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) - /// Storage: Balances InactiveIssuance (r:1 w:1) - /// Proof: Balances InactiveIssuance (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: Treasury Approvals (r:1 w:1) /// Proof: Treasury Approvals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) /// Storage: Treasury Proposals (r:100 w:0) @@ -104,15 +108,16 @@ impl pallet_treasury::WeightInfo for WeightInfo { /// The range of component `p` is `[0, 100]`. fn on_initialize_proposals(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `290 + p * (151 ±0)` - // Estimated: `4522 + p * (2583 ±0)` - // Minimum execution time: 41_418 nanoseconds. - Weight::from_parts(39_369_760, 4522) - // Standard Error: 6_754 - .saturating_add(Weight::from_parts(3_694_498, 0).saturating_mul(p.into())) - .saturating_add(T::DbWeight::get().reads(4)) + // Measured: `230 + p * (120 ±0)` + // Estimated: `3593 + p * (2583 ±0)` + // Minimum execution time: 25_000_000 picoseconds. + Weight::from_parts(26_105_137, 0) + .saturating_add(Weight::from_parts(0, 3593)) + // Standard Error: 19_393 + .saturating_add(Weight::from_parts(2_899_290, 0).saturating_mul(p.into())) + .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) - .saturating_add(T::DbWeight::get().writes(3)) + .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(Weight::from_parts(0, 2583).saturating_mul(p.into())) } } diff --git a/runtime/altair/src/weights/pallet_uniques.rs b/runtime/altair/src/weights/pallet_uniques.rs index 980e227047..19848cace9 100644 --- a/runtime/altair/src/weights/pallet_uniques.rs +++ b/runtime/altair/src/weights/pallet_uniques.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_uniques` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_uniques @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_uniques.rs +// --output=/tmp/runtime/altair/src/weights/pallet_uniques.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_uniques`. pub struct WeightInfo(PhantomData); @@ -37,10 +38,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques ClassAccount (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `281` - // Estimated: `2657` - // Minimum execution time: 36_648 nanoseconds. - Weight::from_parts(37_820_000, 2657) + // Measured: `249` + // Estimated: `3647` + // Minimum execution time: 27_000_000 picoseconds. + Weight::from_parts(28_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -51,9 +53,10 @@ impl pallet_uniques::WeightInfo for WeightInfo { fn force_create() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `2657` - // Minimum execution time: 21_531 nanoseconds. - Weight::from_parts(21_991_000, 2657) + // Estimated: `3647` + // Minimum execution time: 12_000_000 picoseconds. + Weight::from_parts(13_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -61,14 +64,14 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Class (max_values: None, max_size: Some(182), added: 2657, mode: MaxEncodedLen) /// Storage: Uniques Asset (r:1001 w:1000) /// Proof: Uniques Asset (max_values: None, max_size: Some(138), added: 2613, mode: MaxEncodedLen) + /// Storage: Uniques InstanceMetadataOf (r:1000 w:1000) + /// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(331), added: 2806, mode: MaxEncodedLen) + /// Storage: Uniques Attribute (r:1000 w:1000) + /// Proof: Uniques Attribute (max_values: None, max_size: Some(605), added: 3080, mode: MaxEncodedLen) /// Storage: Uniques ClassAccount (r:0 w:1) /// Proof: Uniques ClassAccount (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) - /// Storage: Uniques Attribute (r:0 w:1000) - /// Proof: Uniques Attribute (max_values: None, max_size: Some(605), added: 3080, mode: MaxEncodedLen) /// Storage: Uniques ClassMetadataOf (r:0 w:1) /// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(299), added: 2774, mode: MaxEncodedLen) - /// Storage: Uniques InstanceMetadataOf (r:0 w:1000) - /// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(331), added: 2806, mode: MaxEncodedLen) /// Storage: Uniques Account (r:0 w:1000) /// Proof: Uniques Account (max_values: None, max_size: Some(104), added: 2579, mode: MaxEncodedLen) /// Storage: Uniques CollectionMaxSupply (r:0 w:1) @@ -78,22 +81,27 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// The range of component `a` is `[0, 1000]`. fn destroy(n: u32, m: u32, a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `543 + n * (121 ±0) + m * (69 ±0) + a * (346 ±0)` - // Estimated: `5270 + n * (2613 ±0)` - // Minimum execution time: 3_120_204 nanoseconds. - Weight::from_parts(3_166_310_000, 5270) - // Standard Error: 32_045 - .saturating_add(Weight::from_parts(13_487_217, 0).saturating_mul(n.into())) - // Standard Error: 32_045 - .saturating_add(Weight::from_parts(262_564, 0).saturating_mul(m.into())) - // Standard Error: 32_045 - .saturating_add(Weight::from_parts(471_359, 0).saturating_mul(a.into())) + // Measured: `511 + a * (346 ±0) + m * (69 ±0) + n * (88 ±0)` + // Estimated: `3647 + a * (3080 ±0) + m * (2806 ±0) + n * (2613 ±0)` + // Minimum execution time: 2_563_000_000 picoseconds. + Weight::from_parts(2_580_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) + // Standard Error: 27_265 + .saturating_add(Weight::from_parts(6_907_345, 0).saturating_mul(n.into())) + // Standard Error: 27_265 + .saturating_add(Weight::from_parts(151_971, 0).saturating_mul(m.into())) + // Standard Error: 27_265 + .saturating_add(Weight::from_parts(435_446, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(a.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(a.into()))) + .saturating_add(Weight::from_parts(0, 3080).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(0, 2806).saturating_mul(m.into())) .saturating_add(Weight::from_parts(0, 2613).saturating_mul(n.into())) } /// Storage: Uniques Asset (r:1 w:1) @@ -106,10 +114,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Account (max_values: None, max_size: Some(104), added: 2579, mode: MaxEncodedLen) fn mint() -> Weight { // Proof Size summary in bytes: - // Measured: `385` - // Estimated: `7773` - // Minimum execution time: 43_091 nanoseconds. - Weight::from_parts(44_273_000, 7773) + // Measured: `353` + // Estimated: `3647` + // Minimum execution time: 32_000_000 picoseconds. + Weight::from_parts(33_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -123,10 +132,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) fn burn() -> Weight { // Proof Size summary in bytes: - // Measured: `579` - // Estimated: `5270` - // Minimum execution time: 45_375 nanoseconds. - Weight::from_parts(46_397_000, 5270) + // Measured: `516` + // Estimated: `3647` + // Minimum execution time: 34_000_000 picoseconds. + Weight::from_parts(35_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -140,10 +150,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) fn transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `579` - // Estimated: `5270` - // Minimum execution time: 36_900 nanoseconds. - Weight::from_parts(37_710_000, 5270) + // Measured: `516` + // Estimated: `3647` + // Minimum execution time: 24_000_000 picoseconds. + Weight::from_parts(25_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -154,12 +165,13 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// The range of component `i` is `[0, 5000]`. fn redeposit(i: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `852 + i * (121 ±0)` - // Estimated: `2657 + i * (2613 ±0)` - // Minimum execution time: 19_867 nanoseconds. - Weight::from_parts(20_218_000, 2657) - // Standard Error: 20_759 - .saturating_add(Weight::from_parts(20_417_705, 0).saturating_mul(i.into())) + // Measured: `821 + i * (88 ±0)` + // Estimated: `3647 + i * (2613 ±0)` + // Minimum execution time: 12_000_000 picoseconds. + Weight::from_parts(12_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) + // Standard Error: 18_945 + .saturating_add(Weight::from_parts(17_376_368, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes(1)) @@ -172,10 +184,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Class (max_values: None, max_size: Some(182), added: 2657, mode: MaxEncodedLen) fn freeze() -> Weight { // Proof Size summary in bytes: - // Measured: `579` - // Estimated: `5270` - // Minimum execution time: 25_267 nanoseconds. - Weight::from_parts(26_098_000, 5270) + // Measured: `516` + // Estimated: `3647` + // Minimum execution time: 15_000_000 picoseconds. + Weight::from_parts(16_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -185,10 +198,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Class (max_values: None, max_size: Some(182), added: 2657, mode: MaxEncodedLen) fn thaw() -> Weight { // Proof Size summary in bytes: - // Measured: `579` - // Estimated: `5270` - // Minimum execution time: 24_927 nanoseconds. - Weight::from_parts(25_818_000, 5270) + // Measured: `516` + // Estimated: `3647` + // Minimum execution time: 15_000_000 picoseconds. + Weight::from_parts(16_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,10 +210,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Class (max_values: None, max_size: Some(182), added: 2657, mode: MaxEncodedLen) fn freeze_collection() -> Weight { // Proof Size summary in bytes: - // Measured: `385` - // Estimated: `2657` - // Minimum execution time: 18_795 nanoseconds. - Weight::from_parts(19_185_000, 2657) + // Measured: `353` + // Estimated: `3647` + // Minimum execution time: 12_000_000 picoseconds. + Weight::from_parts(12_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +222,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Class (max_values: None, max_size: Some(182), added: 2657, mode: MaxEncodedLen) fn thaw_collection() -> Weight { // Proof Size summary in bytes: - // Measured: `385` - // Estimated: `2657` - // Minimum execution time: 18_645 nanoseconds. - Weight::from_parts(19_156_000, 2657) + // Measured: `353` + // Estimated: `3647` + // Minimum execution time: 11_000_000 picoseconds. + Weight::from_parts(11_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +238,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques ClassAccount (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) fn transfer_ownership() -> Weight { // Proof Size summary in bytes: - // Measured: `463` - // Estimated: `5188` - // Minimum execution time: 29_195 nanoseconds. - Weight::from_parts(30_096_000, 5188) + // Measured: `431` + // Estimated: `3647` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(19_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -233,10 +250,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Class (max_values: None, max_size: Some(182), added: 2657, mode: MaxEncodedLen) fn set_team() -> Weight { // Proof Size summary in bytes: - // Measured: `385` - // Estimated: `2657` - // Minimum execution time: 19_135 nanoseconds. - Weight::from_parts(19_767_000, 2657) + // Measured: `353` + // Estimated: `3647` + // Minimum execution time: 11_000_000 picoseconds. + Weight::from_parts(12_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -246,10 +264,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques ClassAccount (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) fn force_item_status() -> Weight { // Proof Size summary in bytes: - // Measured: `385` - // Estimated: `2657` - // Minimum execution time: 22_913 nanoseconds. - Weight::from_parts(23_454_000, 2657) + // Measured: `353` + // Estimated: `3647` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(15_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -261,10 +280,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Attribute (max_values: None, max_size: Some(605), added: 3080, mode: MaxEncodedLen) fn set_attribute() -> Weight { // Proof Size summary in bytes: - // Measured: `838` - // Estimated: `8543` - // Minimum execution time: 52_508 nanoseconds. - Weight::from_parts(53_480_000, 8543) + // Measured: `775` + // Estimated: `4070` + // Minimum execution time: 38_000_000 picoseconds. + Weight::from_parts(39_000_000, 0) + .saturating_add(Weight::from_parts(0, 4070)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -276,10 +296,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Attribute (max_values: None, max_size: Some(605), added: 3080, mode: MaxEncodedLen) fn clear_attribute() -> Weight { // Proof Size summary in bytes: - // Measured: `1501` - // Estimated: `8543` - // Minimum execution time: 50_704 nanoseconds. - Weight::from_parts(52_158_000, 8543) + // Measured: `1407` + // Estimated: `4070` + // Minimum execution time: 37_000_000 picoseconds. + Weight::from_parts(38_000_000, 0) + .saturating_add(Weight::from_parts(0, 4070)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -289,10 +310,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(331), added: 2806, mode: MaxEncodedLen) fn set_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `451` - // Estimated: `5463` - // Minimum execution time: 37_880 nanoseconds. - Weight::from_parts(38_592_000, 5463) + // Measured: `419` + // Estimated: `3796` + // Minimum execution time: 27_000_000 picoseconds. + Weight::from_parts(28_000_000, 0) + .saturating_add(Weight::from_parts(0, 3796)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -302,10 +324,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques InstanceMetadataOf (max_values: None, max_size: Some(331), added: 2806, mode: MaxEncodedLen) fn clear_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `838` - // Estimated: `5463` - // Minimum execution time: 39_023 nanoseconds. - Weight::from_parts(39_745_000, 5463) + // Measured: `775` + // Estimated: `3796` + // Minimum execution time: 28_000_000 picoseconds. + Weight::from_parts(29_000_000, 0) + .saturating_add(Weight::from_parts(0, 3796)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -315,10 +338,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(299), added: 2774, mode: MaxEncodedLen) fn set_collection_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `385` - // Estimated: `5431` - // Minimum execution time: 36_869 nanoseconds. - Weight::from_parts(37_771_000, 5431) + // Measured: `353` + // Estimated: `3764` + // Minimum execution time: 28_000_000 picoseconds. + Weight::from_parts(29_000_000, 0) + .saturating_add(Weight::from_parts(0, 3764)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -328,10 +352,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques ClassMetadataOf (max_values: None, max_size: Some(299), added: 2774, mode: MaxEncodedLen) fn clear_collection_metadata() -> Weight { // Proof Size summary in bytes: - // Measured: `740` - // Estimated: `5431` - // Minimum execution time: 35_887 nanoseconds. - Weight::from_parts(36_668_000, 5431) + // Measured: `676` + // Estimated: `3764` + // Minimum execution time: 27_000_000 picoseconds. + Weight::from_parts(28_000_000, 0) + .saturating_add(Weight::from_parts(0, 3764)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -341,10 +366,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Asset (max_values: None, max_size: Some(138), added: 2613, mode: MaxEncodedLen) fn approve_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `579` - // Estimated: `5270` - // Minimum execution time: 25_537 nanoseconds. - Weight::from_parts(26_389_000, 5270) + // Measured: `516` + // Estimated: `3647` + // Minimum execution time: 16_000_000 picoseconds. + Weight::from_parts(17_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -354,10 +380,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Asset (max_values: None, max_size: Some(138), added: 2613, mode: MaxEncodedLen) fn cancel_approval() -> Weight { // Proof Size summary in bytes: - // Measured: `612` - // Estimated: `5270` - // Minimum execution time: 25_838 nanoseconds. - Weight::from_parts(26_460_000, 5270) + // Measured: `549` + // Estimated: `3647` + // Minimum execution time: 16_000_000 picoseconds. + Weight::from_parts(16_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -366,9 +393,10 @@ impl pallet_uniques::WeightInfo for WeightInfo { fn set_accept_ownership() -> Weight { // Proof Size summary in bytes: // Measured: `109` - // Estimated: `2531` - // Minimum execution time: 20_449 nanoseconds. - Weight::from_parts(20_839_000, 2531) + // Estimated: `3521` + // Minimum execution time: 12_000_000 picoseconds. + Weight::from_parts(13_000_000, 0) + .saturating_add(Weight::from_parts(0, 3521)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -378,10 +406,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Class (max_values: None, max_size: Some(182), added: 2657, mode: MaxEncodedLen) fn set_collection_max_supply() -> Weight { // Proof Size summary in bytes: - // Measured: `385` - // Estimated: `5160` - // Minimum execution time: 22_091 nanoseconds. - Weight::from_parts(23_032_000, 5160) + // Measured: `353` + // Estimated: `3647` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(14_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -391,10 +420,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques ItemPriceOf (max_values: None, max_size: Some(105), added: 2580, mode: MaxEncodedLen) fn set_price() -> Weight { // Proof Size summary in bytes: - // Measured: `374` - // Estimated: `2613` - // Minimum execution time: 21_720 nanoseconds. - Weight::from_parts(22_332_000, 2613) + // Measured: `343` + // Estimated: `3603` + // Minimum execution time: 13_000_000 picoseconds. + Weight::from_parts(14_000_000, 0) + .saturating_add(Weight::from_parts(0, 3603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -408,10 +438,11 @@ impl pallet_uniques::WeightInfo for WeightInfo { /// Proof: Uniques Account (max_values: None, max_size: Some(104), added: 2579, mode: MaxEncodedLen) fn buy_item() -> Weight { // Proof Size summary in bytes: - // Measured: `739` - // Estimated: `7850` - // Minimum execution time: 51_366 nanoseconds. - Weight::from_parts(52_559_000, 7850) + // Measured: `645` + // Estimated: `3647` + // Minimum execution time: 35_000_000 picoseconds. + Weight::from_parts(36_000_000, 0) + .saturating_add(Weight::from_parts(0, 3647)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) } diff --git a/runtime/altair/src/weights/pallet_utility.rs b/runtime/altair/src/weights/pallet_utility.rs index a14028dca4..48fbecaabf 100644 --- a/runtime/altair/src/weights/pallet_utility.rs +++ b/runtime/altair/src/weights/pallet_utility.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_utility` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_utility @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_utility.rs +// --output=/tmp/runtime/altair/src/weights/pallet_utility.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_utility`. pub struct WeightInfo(PhantomData); @@ -36,43 +37,48 @@ impl pallet_utility::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_740 nanoseconds. - Weight::from_parts(14_011_539, 0) - // Standard Error: 2_996 - .saturating_add(Weight::from_parts(8_513_023, 0).saturating_mul(c.into())) + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_870_387, 0) + .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 5_632 + .saturating_add(Weight::from_parts(5_685_329, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_985 nanoseconds. - Weight::from_parts(8_256_000, 0) + // Minimum execution time: 4_000_000 picoseconds. + Weight::from_parts(5_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_980 nanoseconds. - Weight::from_parts(12_577_335, 0) - // Standard Error: 3_115 - .saturating_add(Weight::from_parts(8_922_390, 0).saturating_mul(c.into())) + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(6_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 3_161 + .saturating_add(Weight::from_parts(6_020_753, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_997 nanoseconds. - Weight::from_parts(14_657_000, 0) + // Minimum execution time: 8_000_000 picoseconds. + Weight::from_parts(9_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_071 nanoseconds. - Weight::from_parts(11_948_523, 0) - // Standard Error: 2_773 - .saturating_add(Weight::from_parts(8_526_127, 0).saturating_mul(c.into())) + // Minimum execution time: 6_000_000 picoseconds. + Weight::from_parts(36_599_919, 0) + .saturating_add(Weight::from_parts(0, 0)) + // Standard Error: 7_041 + .saturating_add(Weight::from_parts(5_653_775, 0).saturating_mul(c.into())) } } diff --git a/runtime/altair/src/weights/pallet_vesting.rs b/runtime/altair/src/weights/pallet_vesting.rs index 86a3e80881..4ad68604b8 100644 --- a/runtime/altair/src/weights/pallet_vesting.rs +++ b/runtime/altair/src/weights/pallet_vesting.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_vesting` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_vesting @@ -19,172 +19,195 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_vesting.rs +// --output=/tmp/runtime/altair/src/weights/pallet_vesting.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_vesting`. pub struct WeightInfo(PhantomData); impl pallet_vesting::WeightInfo for WeightInfo { /// Storage: Vesting Vesting (r:1 w:1) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. - /// The range of component `s` is `[1, 3]`. - fn vest_locked(l: u32, s: u32, ) -> Weight { + /// The range of component `s` is `[1, 28]`. + fn vest_locked(_l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `331 + l * (25 ±0) + s * (37 ±0)` - // Estimated: `6406` - // Minimum execution time: 36_108 nanoseconds. - Weight::from_parts(36_866_562, 6406) - // Standard Error: 1_531 - .saturating_add(Weight::from_parts(42_179, 0).saturating_mul(l.into())) - // Standard Error: 29_342 - .saturating_add(Weight::from_parts(162_742, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(2)) + // Measured: `272 + l * (25 ±0) + s * (36 ±0)` + // Estimated: `4764` + // Minimum execution time: 29_000_000 picoseconds. + Weight::from_parts(32_848_798, 0) + .saturating_add(Weight::from_parts(0, 4764)) + // Standard Error: 9_964 + .saturating_add(Weight::from_parts(68_181, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: Vesting Vesting (r:1 w:1) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. - /// The range of component `s` is `[1, 3]`. + /// The range of component `s` is `[1, 28]`. fn vest_unlocked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `331 + l * (25 ±0) + s * (37 ±0)` - // Estimated: `6406` - // Minimum execution time: 36_037 nanoseconds. - Weight::from_parts(37_222_111, 6406) - // Standard Error: 1_409 - .saturating_add(Weight::from_parts(27_486, 0).saturating_mul(l.into())) - // Standard Error: 26_997 - .saturating_add(Weight::from_parts(140_438, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(2)) + // Measured: `272 + l * (25 ±0) + s * (36 ±0)` + // Estimated: `4764` + // Minimum execution time: 32_000_000 picoseconds. + Weight::from_parts(31_481_750, 0) + .saturating_add(Weight::from_parts(0, 4764)) + // Standard Error: 3_156 + .saturating_add(Weight::from_parts(29_576, 0).saturating_mul(l.into())) + // Standard Error: 5_616 + .saturating_add(Weight::from_parts(77_063, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: Vesting Vesting (r:1 w:1) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. - /// The range of component `s` is `[1, 3]`. - fn vest_other_locked(l: u32, s: u32, ) -> Weight { + /// The range of component `s` is `[1, 28]`. + fn vest_other_locked(_l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `466 + l * (25 ±0) + s * (37 ±0)` - // Estimated: `9009` - // Minimum execution time: 39_023 nanoseconds. - Weight::from_parts(40_451_564, 9009) - // Standard Error: 4_552 - .saturating_add(Weight::from_parts(35_056, 0).saturating_mul(l.into())) - // Standard Error: 87_220 - .saturating_add(Weight::from_parts(319_423, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `375 + l * (25 ±0) + s * (36 ±0)` + // Estimated: `4764` + // Minimum execution time: 31_000_000 picoseconds. + Weight::from_parts(33_405_403, 0) + .saturating_add(Weight::from_parts(0, 4764)) + // Standard Error: 13_180 + .saturating_add(Weight::from_parts(115_983, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Vesting Vesting (r:1 w:1) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. - /// The range of component `s` is `[1, 3]`. + /// The range of component `s` is `[1, 28]`. fn vest_other_unlocked(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `466 + l * (25 ±0) + s * (37 ±0)` - // Estimated: `9009` - // Minimum execution time: 39_454 nanoseconds. - Weight::from_parts(39_995_327, 9009) - // Standard Error: 2_606 - .saturating_add(Weight::from_parts(44_988, 0).saturating_mul(l.into())) - // Standard Error: 49_946 - .saturating_add(Weight::from_parts(294_310, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `375 + l * (25 ±0) + s * (36 ±0)` + // Estimated: `4764` + // Minimum execution time: 35_000_000 picoseconds. + Weight::from_parts(33_274_109, 0) + .saturating_add(Weight::from_parts(0, 4764)) + // Standard Error: 7_686 + .saturating_add(Weight::from_parts(40_729, 0).saturating_mul(l.into())) + // Standard Error: 13_675 + .saturating_add(Weight::from_parts(185_860, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Vesting Vesting (r:1 w:1) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. - /// The range of component `s` is `[0, 2]`. - fn vested_transfer(_l: u32, _s: u32, ) -> Weight { + /// The range of component `s` is `[0, 27]`. + fn vested_transfer(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `0 + l * (25 ±0) + s * (332 ±0)` - // Estimated: `9009` - // Minimum execution time: 58_839 nanoseconds. - Weight::from_parts(74_797_626, 9009) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `479 + l * (25 ±0) + s * (36 ±0)` + // Estimated: `4764` + // Minimum execution time: 68_000_000 picoseconds. + Weight::from_parts(66_731_539, 0) + .saturating_add(Weight::from_parts(0, 4764)) + // Standard Error: 9_905 + .saturating_add(Weight::from_parts(49_683, 0).saturating_mul(l.into())) + // Standard Error: 17_624 + .saturating_add(Weight::from_parts(282_980, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Vesting Vesting (r:1 w:1) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. - /// The range of component `s` is `[0, 2]`. + /// The range of component `s` is `[0, 27]`. fn force_vested_transfer(_l: u32, _s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `120 + l * (25 ±0) + s * (332 ±0)` - // Estimated: `11612` - // Minimum execution time: 62_657 nanoseconds. - Weight::from_parts(78_059_563, 11612) - .saturating_add(T::DbWeight::get().reads(4)) + // Measured: `619 + l * (25 ±0) + s * (36 ±0)` + // Estimated: `6196` + // Minimum execution time: 71_000_000 picoseconds. + Weight::from_parts(78_774_328, 0) + .saturating_add(Weight::from_parts(0, 6196)) + .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: Vesting Vesting (r:1 w:1) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. - /// The range of component `s` is `[2, 3]`. + /// The range of component `s` is `[2, 28]`. fn not_unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `467 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9009` - // Minimum execution time: 39_925 nanoseconds. - Weight::from_parts(42_334_138, 9009) - // Standard Error: 5_252 - .saturating_add(Weight::from_parts(26_770, 0).saturating_mul(l.into())) - // Standard Error: 167_510 - .saturating_add(Weight::from_parts(219_387, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `374 + l * (25 ±0) + s * (36 ±0)` + // Estimated: `4764` + // Minimum execution time: 32_000_000 picoseconds. + Weight::from_parts(27_064_599, 0) + .saturating_add(Weight::from_parts(0, 4764)) + // Standard Error: 6_780 + .saturating_add(Weight::from_parts(116_396, 0).saturating_mul(l.into())) + // Standard Error: 12_522 + .saturating_add(Weight::from_parts(222_711, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: Vesting Vesting (r:1 w:1) - /// Proof: Vesting Vesting (max_values: None, max_size: Some(157), added: 2632, mode: MaxEncodedLen) + /// Proof: Vesting Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) + /// Storage: Balances Freezes (r:1 w:0) + /// Proof: Balances Freezes (max_values: None, max_size: Some(209), added: 2684, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `l` is `[0, 49]`. - /// The range of component `s` is `[2, 3]`. - fn unlocking_merge_schedules(l: u32, s: u32, ) -> Weight { + /// The range of component `s` is `[2, 28]`. + fn unlocking_merge_schedules(_l: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `467 + l * (25 ±0) + s * (36 ±0)` - // Estimated: `9009` - // Minimum execution time: 40_466 nanoseconds. - Weight::from_parts(41_481_440, 9009) - // Standard Error: 3_722 - .saturating_add(Weight::from_parts(40_013, 0).saturating_mul(l.into())) - // Standard Error: 118_715 - .saturating_add(Weight::from_parts(399_091, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(3)) + // Measured: `374 + l * (25 ±0) + s * (36 ±0)` + // Estimated: `4764` + // Minimum execution time: 36_000_000 picoseconds. + Weight::from_parts(37_443_334, 0) + .saturating_add(Weight::from_parts(0, 4764)) + // Standard Error: 8_918 + .saturating_add(Weight::from_parts(98_212, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } } diff --git a/runtime/altair/src/weights/pallet_xcm.rs b/runtime/altair/src/weights/pallet_xcm.rs index 6e74d4c439..3ff90f6aad 100644 --- a/runtime/altair/src/weights/pallet_xcm.rs +++ b/runtime/altair/src/weights/pallet_xcm.rs @@ -2,16 +2,16 @@ //! Autogenerated weights for `pallet_xcm` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-09-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-11-10, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `runner`, CPU: `AMD EPYC 7763 64-Core Processor` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("centrifuge-dev"), DB CACHE: 1024 +//! HOSTNAME: `kf-FG`, CPU: `` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("altair-dev"), DB CACHE: 1024 // Executed Command: // target/release/centrifuge-chain // benchmark // pallet -// --chain=centrifuge-dev +// --chain=altair-dev // --steps=50 // --repeat=20 // --pallet=pallet_xcm @@ -19,14 +19,15 @@ // --execution=wasm // --wasm-execution=compiled // --heap-pages=4096 -// --output=/tmp/runtime/centrifuge/src/weights/pallet_xcm.rs +// --output=/tmp/runtime/altair/src/weights/pallet_xcm.rs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::Weight}; -use sp_std::marker::PhantomData; +use core::marker::PhantomData; /// Weight functions for `pallet_xcm`. pub struct WeightInfo(PhantomData); @@ -43,10 +44,11 @@ impl pallet_xcm::WeightInfo for WeightInfo { /// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured) fn send() -> Weight { // Proof Size summary in bytes: - // Measured: `311` - // Estimated: `6010` - // Minimum execution time: 43_020 nanoseconds. - Weight::from_parts(44_113_000, 6010) + // Measured: `245` + // Estimated: `3710` + // Minimum execution time: 25_000_000 picoseconds. + Weight::from_parts(26_000_000, 0) + .saturating_add(Weight::from_parts(0, 3710)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -57,9 +59,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn teleport_assets() -> Weight { // Proof Size summary in bytes: // Measured: `203` - // Estimated: `3177` - // Minimum execution time: 43_040 nanoseconds. - Weight::from_parts(43_742_000, 3177) + // Estimated: `3668` + // Minimum execution time: 24_000_000 picoseconds. + Weight::from_parts(25_000_000, 0) + .saturating_add(Weight::from_parts(0, 3668)) .saturating_add(T::DbWeight::get().reads(2)) } /// Storage: ParachainInfo ParachainId (r:1 w:0) @@ -69,9 +72,10 @@ impl pallet_xcm::WeightInfo for WeightInfo { fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `203` - // Estimated: `3177` - // Minimum execution time: 41_809 nanoseconds. - Weight::from_parts(42_189_000, 3177) + // Estimated: `3668` + // Minimum execution time: 24_000_000 picoseconds. + Weight::from_parts(25_000_000, 0) + .saturating_add(Weight::from_parts(0, 3668)) .saturating_add(T::DbWeight::get().reads(2)) } /// Storage: Benchmark Override (r:0 w:0) @@ -80,8 +84,9 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_446_744_073_709_551 nanoseconds. + // Minimum execution time: 18_446_744_073_709_551_000 picoseconds. Weight::from_parts(18_446_744_073_709_551_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: PolkadotXcm SupportedVersion (r:0 w:1) /// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured) @@ -89,8 +94,9 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_727 nanoseconds. - Weight::from_parts(15_259_000, 0) + // Minimum execution time: 8_000_000 picoseconds. + Weight::from_parts(9_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1) @@ -99,8 +105,9 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_459 nanoseconds. - Weight::from_parts(4_668_000, 0) + // Minimum execution time: 2_000_000 picoseconds. + Weight::from_parts(3_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: PolkadotXcm VersionNotifiers (r:1 w:1) @@ -121,10 +128,11 @@ impl pallet_xcm::WeightInfo for WeightInfo { /// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) fn force_subscribe_version_notify() -> Weight { // Proof Size summary in bytes: - // Measured: `311` - // Estimated: `9913` - // Minimum execution time: 50_374 nanoseconds. - Weight::from_parts(51_947_000, 9913) + // Measured: `245` + // Estimated: `3710` + // Minimum execution time: 30_000_000 picoseconds. + Weight::from_parts(30_000_000, 0) + .saturating_add(Weight::from_parts(0, 3710)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -144,21 +152,34 @@ impl pallet_xcm::WeightInfo for WeightInfo { /// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) fn force_unsubscribe_version_notify() -> Weight { // Proof Size summary in bytes: - // Measured: `493` - // Estimated: `10381` - // Minimum execution time: 50_485 nanoseconds. - Weight::from_parts(51_106_000, 10381) + // Measured: `427` + // Estimated: `3892` + // Minimum execution time: 30_000_000 picoseconds. + Weight::from_parts(31_000_000, 0) + .saturating_add(Weight::from_parts(0, 3892)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } + /// Storage: PolkadotXcm XcmExecutionSuspended (r:0 w:1) + /// Proof Skipped: PolkadotXcm XcmExecutionSuspended (max_values: Some(1), max_size: None, mode: Measured) + fn force_suspension() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 2_000_000 picoseconds. + Weight::from_parts(3_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + .saturating_add(T::DbWeight::get().writes(1)) + } /// Storage: PolkadotXcm SupportedVersion (r:4 w:2) /// Proof Skipped: PolkadotXcm SupportedVersion (max_values: None, max_size: None, mode: Measured) fn migrate_supported_version() -> Weight { // Proof Size summary in bytes: - // Measured: `196` - // Estimated: `10096` - // Minimum execution time: 25_047 nanoseconds. - Weight::from_parts(25_979_000, 10096) + // Measured: `268` + // Estimated: `11158` + // Minimum execution time: 17_000_000 picoseconds. + Weight::from_parts(18_000_000, 0) + .saturating_add(Weight::from_parts(0, 11158)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -166,10 +187,11 @@ impl pallet_xcm::WeightInfo for WeightInfo { /// Proof Skipped: PolkadotXcm VersionNotifiers (max_values: None, max_size: None, mode: Measured) fn migrate_version_notifiers() -> Weight { // Proof Size summary in bytes: - // Measured: `200` - // Estimated: `10100` - // Minimum execution time: 24_566 nanoseconds. - Weight::from_parts(25_537_000, 10100) + // Measured: `272` + // Estimated: `11162` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(18_000_000, 0) + .saturating_add(Weight::from_parts(0, 11162)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -177,10 +199,11 @@ impl pallet_xcm::WeightInfo for WeightInfo { /// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured) fn already_notified_target() -> Weight { // Proof Size summary in bytes: - // Measured: `207` - // Estimated: `12582` - // Minimum execution time: 28_092 nanoseconds. - Weight::from_parts(28_694_000, 12582) + // Measured: `279` + // Estimated: `13644` + // Minimum execution time: 19_000_000 picoseconds. + Weight::from_parts(20_000_000, 0) + .saturating_add(Weight::from_parts(0, 13644)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1) @@ -197,10 +220,11 @@ impl pallet_xcm::WeightInfo for WeightInfo { /// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured) fn notify_current_targets() -> Weight { // Proof Size summary in bytes: - // Measured: `378` - // Estimated: `11673` - // Minimum execution time: 45_925 nanoseconds. - Weight::from_parts(47_489_000, 11673) + // Measured: `312` + // Estimated: `6252` + // Minimum execution time: 28_000_000 picoseconds. + Weight::from_parts(29_000_000, 0) + .saturating_add(Weight::from_parts(0, 6252)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,20 +232,22 @@ impl pallet_xcm::WeightInfo for WeightInfo { /// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured) fn notify_target_migration_fail() -> Weight { // Proof Size summary in bytes: - // Measured: `239` - // Estimated: `7664` - // Minimum execution time: 13_966 nanoseconds. - Weight::from_parts(14_447_000, 7664) + // Measured: `206` + // Estimated: `8621` + // Minimum execution time: 10_000_000 picoseconds. + Weight::from_parts(10_000_000, 0) + .saturating_add(Weight::from_parts(0, 8621)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2) /// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured) fn migrate_version_notify_targets() -> Weight { // Proof Size summary in bytes: - // Measured: `207` - // Estimated: `10107` - // Minimum execution time: 25_227 nanoseconds. - Weight::from_parts(26_008_000, 10107) + // Measured: `279` + // Estimated: `11169` + // Minimum execution time: 18_000_000 picoseconds. + Weight::from_parts(18_000_000, 0) + .saturating_add(Weight::from_parts(0, 11169)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -239,20 +265,11 @@ impl pallet_xcm::WeightInfo for WeightInfo { /// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured) fn migrate_and_notify_old_targets() -> Weight { // Proof Size summary in bytes: - // Measured: `382` - // Estimated: `16647` - // Minimum execution time: 55_764 nanoseconds. - Weight::from_parts(57_117_000, 16647) - .saturating_add(T::DbWeight::get().reads(9)) - .saturating_add(T::DbWeight::get().writes(4)) - } - - fn force_suspension() -> Weight { - // Proof Size summary in bytes: - // Measured: `382` - // Estimated: `16647` - // Minimum execution time: 55_764 nanoseconds. - Weight::from_parts(57_117_000, 16647) + // Measured: `421` + // Estimated: `11311` + // Minimum execution time: 35_000_000 picoseconds. + Weight::from_parts(36_000_000, 0) + .saturating_add(Weight::from_parts(0, 11311)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(4)) }