From cc5386d55298a2595e06379b41aa951978dc97bd Mon Sep 17 00:00:00 2001 From: nakul1010 Date: Thu, 4 Jan 2024 20:06:42 +0530 Subject: [PATCH] chore: bump version, recalculate weights --- Cargo.lock | 1121 +++++++++-------- parachain/runtime/interlay/src/lib.rs | 2 +- .../src/weights/annuity_escrow_annuity.rs | 34 +- .../src/weights/annuity_vault_annuity.rs | 30 +- .../runtime/interlay/src/weights/btc_relay.rs | 77 +- .../interlay/src/weights/clients_info.rs | 38 +- .../src/weights/collator_selection.rs | 89 +- .../src/weights/cumulus_pallet_xcmp_queue.rs | 26 +- .../runtime/interlay/src/weights/democracy.rs | 119 +- .../interlay/src/weights/dex_general.rs | 139 +- .../interlay/src/weights/dex_stable.rs | 171 ++- .../interlay/src/weights/dex_swap_router.rs | 26 +- .../runtime/interlay/src/weights/escrow.rs | 46 +- .../runtime/interlay/src/weights/farming.rs | 84 +- parachain/runtime/interlay/src/weights/fee.rs | 50 +- .../interlay/src/weights/frame_system.rs | 73 +- .../runtime/interlay/src/weights/issue.rs | 142 +-- .../runtime/interlay/src/weights/loans.rs | 102 +- .../interlay/src/weights/nomination.rs | 42 +- .../runtime/interlay/src/weights/oracle.rs | 72 +- .../src/weights/orml_asset_registry.rs | 30 +- .../interlay/src/weights/orml_tokens.rs | 38 +- .../interlay/src/weights/orml_vesting.rs | 30 +- .../interlay/src/weights/pallet_collective.rs | 206 ++- .../interlay/src/weights/pallet_identity.rs | 220 ++-- .../interlay/src/weights/pallet_membership.rs | 100 +- .../interlay/src/weights/pallet_multisig.rs | 94 +- .../interlay/src/weights/pallet_preimage.rs | 78 +- .../interlay/src/weights/pallet_proxy.rs | 124 +- .../interlay/src/weights/pallet_scheduler.rs | 103 +- .../interlay/src/weights/pallet_timestamp.rs | 26 +- .../interlay/src/weights/pallet_utility.rs | 50 +- .../interlay/src/weights/pallet_xcm.rs | 78 +- .../weights/pallet_xcm_benchmarks_fungible.rs | 42 +- .../weights/pallet_xcm_benchmarks_generic.rs | 134 +- .../runtime/interlay/src/weights/redeem.rs | 629 +++++---- .../runtime/interlay/src/weights/replace.rs | 80 +- .../runtime/interlay/src/weights/security.rs | 26 +- .../runtime/interlay/src/weights/supply.rs | 26 +- .../runtime/interlay/src/weights/tx_pause.rs | 26 +- .../interlay/src/weights/vault_registry.rs | 62 +- parachain/runtime/kintsugi/src/lib.rs | 2 +- .../src/weights/annuity_escrow_annuity.rs | 38 +- .../src/weights/annuity_vault_annuity.rs | 32 +- .../runtime/kintsugi/src/weights/btc_relay.rs | 81 +- .../kintsugi/src/weights/clients_info.rs | 42 +- .../src/weights/collator_selection.rs | 91 +- .../src/weights/cumulus_pallet_xcmp_queue.rs | 26 +- .../runtime/kintsugi/src/weights/democracy.rs | 121 +- .../kintsugi/src/weights/dex_general.rs | 151 +-- .../kintsugi/src/weights/dex_stable.rs | 189 ++- .../kintsugi/src/weights/dex_swap_router.rs | 26 +- .../runtime/kintsugi/src/weights/escrow.rs | 56 +- .../runtime/kintsugi/src/weights/farming.rs | 90 +- parachain/runtime/kintsugi/src/weights/fee.rs | 52 +- .../kintsugi/src/weights/frame_system.rs | 73 +- .../runtime/kintsugi/src/weights/issue.rs | 162 ++- .../runtime/kintsugi/src/weights/loans.rs | 132 +- .../kintsugi/src/weights/nomination.rs | 48 +- .../runtime/kintsugi/src/weights/oracle.rs | 72 +- .../src/weights/orml_asset_registry.rs | 30 +- .../kintsugi/src/weights/orml_tokens.rs | 48 +- .../kintsugi/src/weights/orml_vesting.rs | 36 +- .../kintsugi/src/weights/pallet_collective.rs | 204 ++- .../kintsugi/src/weights/pallet_identity.rs | 216 ++-- .../kintsugi/src/weights/pallet_membership.rs | 104 +- .../kintsugi/src/weights/pallet_multisig.rs | 94 +- .../kintsugi/src/weights/pallet_preimage.rs | 82 +- .../kintsugi/src/weights/pallet_proxy.rs | 130 +- .../kintsugi/src/weights/pallet_scheduler.rs | 103 +- .../kintsugi/src/weights/pallet_timestamp.rs | 26 +- .../kintsugi/src/weights/pallet_utility.rs | 50 +- .../kintsugi/src/weights/pallet_xcm.rs | 78 +- .../weights/pallet_xcm_benchmarks_fungible.rs | 56 +- .../weights/pallet_xcm_benchmarks_generic.rs | 134 +- .../runtime/kintsugi/src/weights/redeem.rs | 625 ++++----- .../runtime/kintsugi/src/weights/replace.rs | 84 +- .../runtime/kintsugi/src/weights/security.rs | 28 +- .../runtime/kintsugi/src/weights/supply.rs | 28 +- .../runtime/kintsugi/src/weights/tx_pause.rs | 26 +- .../kintsugi/src/weights/vault_registry.rs | 70 +- 81 files changed, 4053 insertions(+), 4368 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f88e07a41..a0ddda38bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,11 +23,11 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.19.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" +checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" dependencies = [ - "gimli 0.27.3", + "gimli 0.28.0", ] [[package]] @@ -172,18 +172,9 @@ dependencies = [ [[package]] name = "aho-corasick" -version = "0.7.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" -dependencies = [ - "memchr", -] - -[[package]] -name = "aho-corasick" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" +checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a" dependencies = [ "memchr", ] @@ -263,9 +254,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" +checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" [[package]] name = "anstyle-parse" @@ -287,9 +278,9 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" +checksum = "c677ab05e09154296dd37acecd46420c17b9713e8366facafa8fc0885167cf4c" dependencies = [ "anstyle", "windows-sys 0.48.0", @@ -297,9 +288,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "approx" @@ -359,7 +350,7 @@ dependencies = [ "num-traits", "rusticata-macros", "thiserror", - "time 0.3.22", + "time 0.3.27", ] [[package]] @@ -375,7 +366,7 @@ dependencies = [ "num-traits", "rusticata-macros", "thiserror", - "time 0.3.22", + "time 0.3.27", ] [[package]] @@ -427,9 +418,9 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-channel" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" +checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" dependencies = [ "concurrent-queue", "event-listener", @@ -450,7 +441,7 @@ dependencies = [ "log", "parking", "polling", - "rustix 0.37.20", + "rustix 0.37.23", "slab", "socket2 0.4.9", "waker-fn", @@ -458,9 +449,9 @@ dependencies = [ [[package]] name = "async-lock" -version = "2.7.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" +checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" dependencies = [ "event-listener", ] @@ -473,31 +464,31 @@ checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] name = "async-trait" -version = "0.1.68" +version = "0.1.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" +checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] name = "asynchronous-codec" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182" +checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568" dependencies = [ "bytes", "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.12", ] [[package]] @@ -555,16 +546,16 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "backtrace" -version = "0.3.67" +version = "0.3.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" +checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" dependencies = [ - "addr2line 0.19.0", + "addr2line 0.21.0", "cc", "cfg-if", "libc", - "miniz_oxide 0.6.2", - "object 0.30.4", + "miniz_oxide", + "object 0.32.0", "rustc-demangle", ] @@ -649,7 +640,7 @@ version = "0.64.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cexpr", "clang-sys", "lazy_static", @@ -739,6 +730,12 @@ version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +[[package]] +name = "bitflags" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" + [[package]] name = "bitvec" version = "1.0.1" @@ -768,7 +765,7 @@ checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc" dependencies = [ "arrayref", "arrayvec 0.7.4", - "constant_time_eq", + "constant_time_eq 0.2.6", ] [[package]] @@ -779,20 +776,20 @@ checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f" dependencies = [ "arrayref", "arrayvec 0.7.4", - "constant_time_eq", + "constant_time_eq 0.2.6", ] [[package]] name = "blake3" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "729b71f35bd3fa1a4c86b85d32c8b9069ea7fe14f7a53cfabb65f62d4265b888" +checksum = "199c42ab6972d92c9f8995f086273d25c42fc0f7b2a1fcefba465c1352d25ba5" dependencies = [ "arrayref", "arrayvec 0.7.4", "cc", "cfg-if", - "constant_time_eq", + "constant_time_eq 0.3.0", "digest 0.10.7", ] @@ -880,9 +877,9 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bstr" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5" +checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" dependencies = [ "memchr", "serde", @@ -996,18 +993,18 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.4" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" +checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" dependencies = [ "serde", ] [[package]] name = "cargo-platform" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27" +checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" dependencies = [ "serde", ] @@ -1020,7 +1017,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.17", + "semver 1.0.18", "serde", "serde_json", "thiserror", @@ -1028,11 +1025,12 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.79" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "jobserver", + "libc", ] [[package]] @@ -1179,9 +1177,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.3.9" +version = "4.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bba77a07e4489fb41bd90e8d4201c3eb246b3c2c9ea2ba0bddd6c1d1df87db7d" +checksum = "fb690e81c7840c0d7aade59f242ea3b41b9bc27bcd5997890e7702ae4b32e487" dependencies = [ "clap_builder", "clap_derive", @@ -1190,27 +1188,26 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.3.9" +version = "4.3.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c9b4a88bb4bc35d3d6f65a21b0f0bafe9c894fa00978de242c555ec28bea1c0" +checksum = "5ed2e96bc16d8d740f6f48d663eddf4b8a0983e79210fd55479b7bcd0a69860e" dependencies = [ "anstream", "anstyle", - "bitflags", "clap_lex", "strsim", ] [[package]] name = "clap_derive" -version = "4.3.2" +version = "4.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" +checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -1245,7 +1242,7 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -1337,9 +1334,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.2" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" +checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" [[package]] name = "constant_time_eq" @@ -1347,6 +1344,12 @@ version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6" +[[package]] +name = "constant_time_eq" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" + [[package]] name = "convert_case" version = "0.4.0" @@ -1408,9 +1411,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c" +checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" dependencies = [ "libc", ] @@ -1946,7 +1949,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -2231,23 +2234,37 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.0.0-rc.1" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d4ba9852b42210c7538b75484f9daa0655e9a3ac04f693747bb0f02cf3cfe16" +checksum = "f711ade317dd348950a9910f81c5947e3d8907ebd2b83f76203ff1807e6a2bc2" dependencies = [ "cfg-if", + "cpufeatures", + "curve25519-dalek-derive", + "digest 0.10.7", "fiat-crypto", - "packed_simd_2", "platforms 3.0.2", + "rustc_version", "subtle", "zeroize", ] +[[package]] +name = "curve25519-dalek-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.29", +] + [[package]] name = "cxx" -version = "1.0.97" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e88abab2f5abbe4c56e8f1fb431b784d710b709888f35755a160e62e33fe38e8" +checksum = "28403c86fc49e3401fdf45499ba37fad6493d9329449d6449d7f0e10f4654d28" dependencies = [ "cc", "cxxbridge-flags", @@ -2257,9 +2274,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.97" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c0c11acd0e63bae27dcd2afced407063312771212b7a823b4fd72d633be30fb" +checksum = "78da94fef01786dc3e0c76eafcd187abcaa9972c78e05ff4041e24fdf059c285" dependencies = [ "cc", "codespan-reporting", @@ -2267,24 +2284,24 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] name = "cxxbridge-flags" -version = "1.0.97" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d3816ed957c008ccd4728485511e3d9aaf7db419aa321e3d2c5a2f3411e36c8" +checksum = "e2a6f5e1dfb4b34292ad4ea1facbfdaa1824705b231610087b00b17008641809" [[package]] name = "cxxbridge-macro" -version = "1.0.97" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26acccf6f445af85ea056362561a24ef56cdc15fcc685f03aec50b9c702cb6d" +checksum = "50c49547d73ba8dcfd4ad7325d64c6d5391ff4224d498fc39a6f3f49825a530d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -2383,9 +2400,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.6" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56acb310e15652100da43d130af8d97b509e95af61aab1c5a7939ef24337ee17" +checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" dependencies = [ "const-oid", "zeroize", @@ -2419,6 +2436,12 @@ dependencies = [ "rusticata-macros", ] +[[package]] +name = "deranged" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" + [[package]] name = "derivative" version = "2.2.0" @@ -2692,7 +2715,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -2715,9 +2738,9 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dtoa" -version = "1.0.6" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169" +checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" [[package]] name = "dyn-clonable" @@ -2742,9 +2765,9 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.11" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" +checksum = "bbfc4744c1b8f2a09adc0e55242f60b1af195d88596bd8700be74418c056c555" [[package]] name = "ecdsa" @@ -2760,11 +2783,11 @@ dependencies = [ [[package]] name = "ecdsa" -version = "0.16.7" +version = "0.16.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428" +checksum = "a4b1e0c257a9e9f25f90ff76d7a68360ed497ee519c8e428d1825ef0000799d4" dependencies = [ - "der 0.7.6", + "der 0.7.8", "digest 0.10.7", "elliptic-curve 0.13.5", "rfc6979 0.4.0", @@ -2781,6 +2804,16 @@ dependencies = [ "signature 1.6.4", ] +[[package]] +name = "ed25519" +version = "2.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" +dependencies = [ + "pkcs8 0.10.2", + "signature 2.1.0", +] + [[package]] name = "ed25519-dalek" version = "1.0.1" @@ -2788,13 +2821,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" dependencies = [ "curve25519-dalek 3.2.0", - "ed25519", + "ed25519 1.5.3", "rand 0.7.3", "serde", "sha2 0.9.9", "zeroize", ] +[[package]] +name = "ed25519-dalek" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980" +dependencies = [ + "curve25519-dalek 4.0.0", + "ed25519 2.2.2", + "rand_core 0.6.4", + "serde", + "sha2 0.10.7", + "zeroize", +] + [[package]] name = "ed25519-zebra" version = "3.1.0" @@ -2811,9 +2858,9 @@ dependencies = [ [[package]] name = "either" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" +checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" dependencies = [ "serde", ] @@ -2854,7 +2901,7 @@ dependencies = [ "group 0.13.0", "pkcs8 0.10.2", "rand_core 0.6.4", - "sec1 0.7.2", + "sec1 0.7.3", "subtle", "zeroize", ] @@ -2894,18 +2941,18 @@ checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] name = "enumn" -version = "0.1.8" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48016319042fb7c87b78d2993084a831793a897a5cd1a2a67cab9d1eeb4b7d76" +checksum = "b893c4eb2dc092c811165f84dc7447fae16fb66521717968c34c509b39b1a5c5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -2942,15 +2989,15 @@ checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] name = "equivalent" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" +checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" dependencies = [ "errno-dragonfly", "libc", @@ -3176,7 +3223,7 @@ dependencies = [ "fs-err", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -3224,6 +3271,12 @@ dependencies = [ "instant", ] +[[package]] +name = "fastrand" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" + [[package]] name = "fatality" version = "0.0.6" @@ -3252,7 +3305,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "async-trait", "fp-consensus", @@ -3268,7 +3321,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "async-trait", "ethereum", @@ -3298,7 +3351,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "fc-db", "fc-storage", @@ -3321,7 +3374,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "ethereum", "ethereum-types", @@ -3371,7 +3424,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "ethereum", "ethereum-types", @@ -3384,7 +3437,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "ethereum", "ethereum-types", @@ -3474,13 +3527,13 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.21" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" +checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.2.16", + "redox_syscall 0.3.5", "windows-sys 0.48.0", ] @@ -3530,13 +3583,13 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flate2" -version = "1.0.26" +version = "1.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" +checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" dependencies = [ "crc32fast", "libz-sys", - "miniz_oxide 0.7.1", + "miniz_oxide", ] [[package]] @@ -3601,7 +3654,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "hex", "impl-serde 0.4.0", @@ -3620,7 +3673,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "ethereum", "parity-scale-codec", @@ -3632,7 +3685,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "ethereum", "ethereum-types", @@ -3646,7 +3699,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "evm", "frame-support", @@ -3661,7 +3714,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "ethereum", "ethereum-types", @@ -3678,7 +3731,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "frame-support", "parity-scale-codec", @@ -3690,7 +3743,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "parity-scale-codec", "serde", @@ -3782,7 +3835,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -3856,7 +3909,7 @@ name = "frame-support" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ - "bitflags", + "bitflags 1.3.2", "environmental", "frame-metadata", "frame-support-procedural", @@ -3897,7 +3950,7 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -3909,7 +3962,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -3919,7 +3972,7 @@ source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#f dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -3994,11 +4047,11 @@ dependencies = [ [[package]] name = "fs4" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7672706608ecb74ab2e055c68327ffc25ae4cac1e12349204fd5fb0f3487cce2" +checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47" dependencies = [ - "rustix 0.37.20", + "rustix 0.38.8", "windows-sys 0.48.0", ] @@ -4080,12 +4133,12 @@ version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" dependencies = [ - "fastrand", + "fastrand 1.9.0", "futures-core", "futures-io", "memchr", "parking", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.12", "waker-fn", ] @@ -4097,7 +4150,7 @@ checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -4142,7 +4195,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.12", "pin-utils", "slab", ] @@ -4241,9 +4294,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.27.3" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" +checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" [[package]] name = "glob" @@ -4253,11 +4306,11 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "globset" -version = "0.4.10" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" +checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" dependencies = [ - "aho-corasick 0.7.20", + "aho-corasick", "bstr", "fnv", "log", @@ -4288,9 +4341,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.20" +version = "0.3.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049" +checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" dependencies = [ "bytes", "fnv", @@ -4397,18 +4450,9 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" -dependencies = [ - "libc", -] - -[[package]] -name = "hermit-abi" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" +checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "hex" @@ -4532,14 +4576,14 @@ checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", "http", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.12", ] [[package]] name = "http-range-header" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" +checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" [[package]] name = "httparse" @@ -4549,9 +4593,9 @@ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] name = "httpdate" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" @@ -4575,7 +4619,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.12", "socket2 0.4.9", "tokio", "tower-service", @@ -4595,8 +4639,24 @@ dependencies = [ "rustls 0.20.8", "rustls-native-certs", "tokio", - "tokio-rustls", - "webpki-roots", + "tokio-rustls 0.23.4", +] + +[[package]] +name = "hyper-rustls" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97" +dependencies = [ + "futures-util", + "http", + "hyper", + "log", + "rustls 0.21.6", + "rustls-native-certs", + "tokio", + "tokio-rustls 0.24.1", + "webpki-roots 0.23.1", ] [[package]] @@ -4754,9 +4814,9 @@ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] name = "indicatif" -version = "0.17.5" +version = "0.17.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" +checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" dependencies = [ "console", "instant", @@ -5104,7 +5164,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi 0.3.1", + "hermit-abi 0.3.2", "libc", "windows-sys 0.48.0", ] @@ -5135,13 +5195,12 @@ checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" [[package]] name = "is-terminal" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" +checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" dependencies = [ - "hermit-abi 0.3.1", - "io-lifetimes", - "rustix 0.37.20", + "hermit-abi 0.3.2", + "rustix 0.38.8", "windows-sys 0.48.0", ] @@ -5212,9 +5271,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.6" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" +checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" [[package]] name = "jobserver" @@ -5236,9 +5295,9 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e" +checksum = "367a292944c07385839818bb71c8d76611138e2dedb0677d035b8da21d29c78b" dependencies = [ "jsonrpsee-core", "jsonrpsee-http-client", @@ -5251,9 +5310,9 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb" +checksum = "c8b3815d9f5d5de348e5f162b316dc9cdf4548305ebb15b4eb9328e66cf27d7a" dependencies = [ "futures-util", "http", @@ -5264,17 +5323,17 @@ dependencies = [ "soketto", "thiserror", "tokio", - "tokio-rustls", + "tokio-rustls 0.24.1", "tokio-util", "tracing", - "webpki-roots", + "webpki-roots 0.25.2", ] [[package]] name = "jsonrpsee-core" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b" +checksum = "2b5dde66c53d6dcdc8caea1874a45632ec0fcf5b437789f1e45766a1512ce803" dependencies = [ "anyhow", "arrayvec 0.7.4", @@ -5300,13 +5359,13 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc345b0a43c6bc49b947ebeb936e886a419ee3d894421790c969cc56040542ad" +checksum = "7e5f9fabdd5d79344728521bb65e3106b49ec405a78b66fbff073b72b389fa43" dependencies = [ "async-trait", "hyper", - "hyper-rustls", + "hyper-rustls 0.24.1", "jsonrpsee-core", "jsonrpsee-types", "rustc-hash", @@ -5319,9 +5378,9 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c" +checksum = "44e8ab85614a08792b9bff6c8feee23be78c98d0182d4c622c05256ab553892a" dependencies = [ "heck", "proc-macro-crate", @@ -5332,9 +5391,9 @@ dependencies = [ [[package]] name = "jsonrpsee-server" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb69dad85df79527c019659a992498d03f8495390496da2f07e6c24c2b356fc" +checksum = "cf4d945a6008c9b03db3354fb3c83ee02d2faa9f2e755ec1dfb69c3551b8f4ba" dependencies = [ "futures-channel", "futures-util", @@ -5354,9 +5413,9 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bd522fe1ce3702fd94812965d7bb7a3364b1c9aba743944c5a00529aae80f8c" +checksum = "245ba8e5aa633dd1c1e4fae72bce06e71f42d34c14a2767c6b4d173b57bee5e5" dependencies = [ "anyhow", "beef", @@ -5368,9 +5427,9 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9" +checksum = "4e1b3975ed5d73f456478681a417128597acd6a2487855fdb7b4a3d4d195bf5e" dependencies = [ "http", "jsonrpsee-client-transport", @@ -5385,7 +5444,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cadb76004ed8e97623117f3df85b17aaa6626ab0b0831e6573f104df16cd1bcc" dependencies = [ "cfg-if", - "ecdsa 0.16.7", + "ecdsa 0.16.8", "elliptic-curve 0.13.5", "once_cell", "sha2 0.10.7", @@ -5697,12 +5756,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "libm" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" - [[package]] name = "libm" version = "0.2.7" @@ -5751,7 +5804,7 @@ checksum = "b6a8fcd392ff67af6cc3f03b1426c41f7f26b6b9aff2dc632c1c56dd649e571f" dependencies = [ "asn1_der", "bs58", - "ed25519-dalek", + "ed25519-dalek 1.0.1", "either", "fnv", "futures", @@ -5842,12 +5895,12 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e2d584751cecb2aabaa56106be6be91338a60a0f4e420cf2af639204f596fc1" +checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58", - "ed25519-dalek", + "ed25519-dalek 2.0.0", "log", "multiaddr 0.17.1", "multihash 0.17.0", @@ -6145,7 +6198,7 @@ dependencies = [ "rw-stream-sink", "soketto", "url", - "webpki-roots", + "webpki-roots 0.22.6", ] [[package]] @@ -6286,9 +6339,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.9" +version = "1.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db" +checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" dependencies = [ "cc", "pkg-config", @@ -6297,9 +6350,9 @@ dependencies = [ [[package]] name = "link-cplusplus" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" +checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" dependencies = [ "cc", ] @@ -6321,9 +6374,9 @@ dependencies = [ [[package]] name = "linregress" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "475015a7f8f017edb28d2e69813be23500ad4b32cfe3421c4148efc97324ee52" +checksum = "4de0b5f52a9f84544d268f5fabb71b38962d6aa3c6600b8bcd27d44ccf9c9c45" dependencies = [ "nalgebra", ] @@ -6340,6 +6393,12 @@ version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" +[[package]] +name = "linux-raw-sys" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" + [[package]] name = "loans" version = "1.9.3" @@ -6409,9 +6468,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lru" @@ -6487,7 +6546,7 @@ version = "0.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" dependencies = [ - "regex-automata", + "regex-automata 0.1.10", ] [[package]] @@ -6527,7 +6586,7 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e" dependencies = [ - "rustix 0.37.20", + "rustix 0.37.23", ] [[package]] @@ -6601,15 +6660,6 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" -[[package]] -name = "miniz_oxide" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" -dependencies = [ - "adler", -] - [[package]] name = "miniz_oxide" version = "0.7.1" @@ -6848,9 +6898,9 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.32.2" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d68d47bba83f9e2006d117a9a33af1524e655516b8919caac694427a6fb1e511" +checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa" dependencies = [ "approx", "matrixmultiply", @@ -6864,9 +6914,9 @@ dependencies = [ [[package]] name = "nalgebra-macros" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d232c68884c0c99810a5a4d333ef7e47689cfd0edc85efc9e54e1e6bf5212766" +checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998" dependencies = [ "proc-macro2", "quote", @@ -6925,7 +6975,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab" dependencies = [ "anyhow", - "bitflags", + "bitflags 1.3.2", "byteorder", "libc", "netlink-packet-core", @@ -6978,7 +7028,7 @@ version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cfg-if", "libc", "memoffset 0.6.5", @@ -7053,9 +7103,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" +checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" dependencies = [ "autocfg 1.1.0", "num-integer", @@ -7064,9 +7114,9 @@ dependencies = [ [[package]] name = "num-complex" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" +checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" dependencies = [ "num-traits", ] @@ -7116,21 +7166,21 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" +checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" dependencies = [ "autocfg 1.1.0", - "libm 0.2.7", + "libm", ] [[package]] name = "num_cpus" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" +checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.2.6", + "hermit-abi 0.3.2", "libc", ] @@ -7152,7 +7202,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -7175,9 +7225,9 @@ dependencies = [ [[package]] name = "object" -version = "0.30.4" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385" +checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" dependencies = [ "memchr", ] @@ -7220,11 +7270,11 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.55" +version = "0.10.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" +checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" dependencies = [ - "bitflags", + "bitflags 2.4.0", "cfg-if", "foreign-types", "libc", @@ -7241,7 +7291,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -7252,9 +7302,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.90" +version = "0.9.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" +checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" dependencies = [ "cc", "libc", @@ -7547,16 +7597,6 @@ dependencies = [ "sha2 0.10.7", ] -[[package]] -name = "packed_simd_2" -version = "0.3.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" -dependencies = [ - "cfg-if", - "libm 0.1.4", -] - [[package]] name = "pallet-aura" version = "4.0.0-dev" @@ -7665,7 +7705,7 @@ dependencies = [ [[package]] name = "pallet-base-fee" version = "1.0.0" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "fp-evm", "frame-support", @@ -7778,7 +7818,7 @@ name = "pallet-contracts" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ - "bitflags", + "bitflags 1.3.2", "environmental", "frame-benchmarking", "frame-support", @@ -7807,7 +7847,7 @@ name = "pallet-contracts-primitives" version = "7.0.0" source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ - "bitflags", + "bitflags 1.3.2", "parity-scale-codec", "scale-info", "sp-runtime", @@ -7822,7 +7862,7 @@ source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#f dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -7917,7 +7957,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "ethereum", "ethereum-types", @@ -7940,7 +7980,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "environmental", "evm", @@ -7965,7 +8005,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "frame-support", "frame-system", @@ -7976,7 +8016,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech//frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "fp-evm", "frame-support", @@ -7986,7 +8026,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech/frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "fp-evm", "num", @@ -7995,7 +8035,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech/frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "fp-evm", "tiny-keccak", @@ -8004,7 +8044,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/paritytech/frontier?branch=polkadot-v0.9.42#1a718546085be20ce381b70e1f9e4c8b4d4b1f03" +source = "git+https://github.com/paritytech/frontier?branch=polkadot-v0.9.42#2499d18c936edbcb7fcb711827db7abb9b4f4da4" dependencies = [ "fp-evm", "ripemd", @@ -8443,7 +8483,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -8824,9 +8864,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.4.8" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4890dcb9556136a4ec2b0c51fa4a08c8b733b829506af8fff2e853f3a065985b" +checksum = "78f19d20a0d2cc52327a88d131fa1c4ea81ea4a04714aedcfeca2dd410049cf8" dependencies = [ "blake2", "crc32fast", @@ -8844,9 +8884,9 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.6.1" +version = "3.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2287753623c76f953acd29d15d8100bcab84d29db78fb6f352adb3c53e83b967" +checksum = "dd8e946cc0cc711189c0b0249fb8b599cbeeab9784d83c415719368bb8d4ac64" dependencies = [ "arrayvec 0.7.4", "bitvec", @@ -8859,9 +8899,9 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.6.1" +version = "3.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b6937b5e67bfba3351b87b040d48352a2fcb6ad72f81855412ce97b45c8f110" +checksum = "2a296c3079b5fefbc499e1de58dc26c09b1b9a5952d26694ee89f04a43ebbb3e" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8932,14 +8972,14 @@ dependencies = [ "libc", "redox_syscall 0.3.5", "smallvec", - "windows-targets 0.48.0", + "windows-targets 0.48.5", ] [[package]] name = "paste" -version = "1.0.12" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" +checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" [[package]] name = "pbkdf2" @@ -8991,9 +9031,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pest" -version = "2.7.0" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9" +checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a" dependencies = [ "thiserror", "ucd-trie", @@ -9001,9 +9041,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.0" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b" +checksum = "666d00490d4ac815001da55838c500eafb0320019bbaa44444137c48b443a853" dependencies = [ "pest", "pest_generator", @@ -9011,22 +9051,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.0" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190" +checksum = "68ca01446f50dbda87c1786af8770d535423fa8a53aec03b8f4e3d7eb10e0929" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] name = "pest_meta" -version = "2.7.0" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0" +checksum = "56af0a30af74d0445c0bf6d9d051c979b516a1a5af790d251daee76005420a48" dependencies = [ "once_cell", "pest", @@ -9035,32 +9075,32 @@ dependencies = [ [[package]] name = "petgraph" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" +checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 1.9.3", + "indexmap 2.0.0", ] [[package]] name = "pin-project" -version = "1.1.0" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" +checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.0" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" +checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -9071,9 +9111,9 @@ checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" [[package]] name = "pin-project-lite" -version = "0.2.9" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" +checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05" [[package]] name = "pin-utils" @@ -9097,7 +9137,7 @@ version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ - "der 0.7.6", + "der 0.7.8", "spki 0.7.2", ] @@ -10110,7 +10150,7 @@ name = "polkadot-runtime-parachains" version = "0.9.42" source = "git+https://github.com/paritytech//polkadot?branch=release-v0.9.42#6f991987c0b4cbbd7d4badc9ef08d83da5fefbfd" dependencies = [ - "bitflags", + "bitflags 1.3.2", "bitvec", "derive_more", "frame-benchmarking", @@ -10297,12 +10337,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" dependencies = [ "autocfg 1.1.0", - "bitflags", + "bitflags 1.3.2", "cfg-if", "concurrent-queue", "libc", "log", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.12", "windows-sys 0.48.0", ] @@ -10343,9 +10383,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.3.3" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794" +checksum = "f32154ba0af3a075eefa1eda8bb414ee928f62303a54ea85b8d6638ff1a6ee9e" [[package]] name = "ppv-lite86" @@ -10483,14 +10523,14 @@ checksum = "0e99670bafb56b9a106419397343bdbc8b8742c3cc449fec6345f86173f47cd4" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] name = "proc-macro2" -version = "1.0.63" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" +checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" dependencies = [ "unicode-ident", ] @@ -10539,7 +10579,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e35c06b98bf36aba164cc17cb25f7e232f5c4aeea73baa14b8a9f0d92dbfa65" dependencies = [ "bit-set", - "bitflags", + "bitflags 1.3.2", "byteorder", "lazy_static", "num-traits", @@ -10656,9 +10696,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.9.3" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67c10f662eee9c94ddd7135043e544f3c82fa839a1e7b865911331961b53186c" +checksum = "c956be1b23f4261676aed05a0046e204e8a6836e50203902683a718af0797989" dependencies = [ "bytes", "rand 0.8.5", @@ -10674,9 +10714,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.28" +version = "1.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" +checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" dependencies = [ "proc-macro2", ] @@ -10918,7 +10958,7 @@ checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" dependencies = [ "pem", "ring", - "time 0.3.22", + "time 0.3.27", "x509-parser 0.13.2", "yasna", ] @@ -10931,7 +10971,7 @@ checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ "pem", "ring", - "time 0.3.22", + "time 0.3.27", "yasna", ] @@ -10982,6 +11022,7 @@ name = "redeem-rpc" version = "1.2.0" dependencies = [ "jsonrpsee", + "oracle-rpc-runtime-api", "parity-scale-codec", "redeem-rpc-runtime-api", "sp-api", @@ -10994,6 +11035,7 @@ name = "redeem-rpc-runtime-api" version = "1.2.0" dependencies = [ "frame-support", + "oracle-rpc-runtime-api", "parity-scale-codec", "sp-api", "sp-std", @@ -11005,7 +11047,7 @@ version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -11014,7 +11056,7 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -11043,22 +11085,22 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.16" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c" +checksum = "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.16" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7" +checksum = "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -11075,13 +11117,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.8.4" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f" +checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a" dependencies = [ - "aho-corasick 1.0.2", + "aho-corasick", "memchr", - "regex-syntax 0.7.2", + "regex-automata 0.3.6", + "regex-syntax 0.7.4", ] [[package]] @@ -11093,6 +11136,17 @@ dependencies = [ "regex-syntax 0.6.29", ] +[[package]] +name = "regex-automata" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69" +dependencies = [ + "aho-corasick", + "memchr", + "regex-syntax 0.7.4", +] + [[package]] name = "regex-syntax" version = "0.6.29" @@ -11101,9 +11155,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" +checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "region" @@ -11111,7 +11165,7 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e" dependencies = [ - "bitflags", + "bitflags 1.3.2", "libc", "mach", "winapi", @@ -11539,7 +11593,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ - "semver 1.0.17", + "semver 1.0.18", ] [[package]] @@ -11553,11 +11607,11 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.14" +version = "0.36.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62" +checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed" dependencies = [ - "bitflags", + "bitflags 1.3.2", "errno", "io-lifetimes", "libc", @@ -11567,11 +11621,11 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.20" +version = "0.37.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" +checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" dependencies = [ - "bitflags", + "bitflags 1.3.2", "errno", "io-lifetimes", "libc", @@ -11579,6 +11633,19 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "rustix" +version = "0.38.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f" +dependencies = [ + "bitflags 2.4.0", + "errno", + "libc", + "linux-raw-sys 0.4.5", + "windows-sys 0.48.0", +] + [[package]] name = "rustls" version = "0.19.1" @@ -11604,6 +11671,18 @@ dependencies = [ "webpki 0.22.0", ] +[[package]] +name = "rustls" +version = "0.21.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" +dependencies = [ + "log", + "ring", + "rustls-webpki 0.101.4", + "sct 0.7.0", +] + [[package]] name = "rustls-native-certs" version = "0.6.3" @@ -11625,11 +11704,31 @@ dependencies = [ "base64 0.21.2", ] +[[package]] +name = "rustls-webpki" +version = "0.100.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab" +dependencies = [ + "ring", + "untrusted", +] + +[[package]] +name = "rustls-webpki" +version = "0.101.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" +dependencies = [ + "ring", + "untrusted", +] + [[package]] name = "rustversion" -version = "1.0.12" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" +checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" [[package]] name = "rusty-fork" @@ -11656,15 +11755,15 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.13" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" +checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" [[package]] name = "safe_arch" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62a7484307bd40f8f7ccbacccac730108f2cae119a3b11c74485b48aa9ea650f" +checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" dependencies = [ "bytemuck", ] @@ -11782,7 +11881,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -12233,7 +12332,7 @@ dependencies = [ "libc", "log", "once_cell", - "rustix 0.36.14", + "rustix 0.36.17", "sc-allocator", "sc-executor-common", "sp-runtime-interface", @@ -12344,7 +12443,7 @@ source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#f dependencies = [ "array-bytes 4.2.0", "async-trait", - "bitflags", + "bitflags 1.3.2", "bytes", "futures", "futures-timer", @@ -12471,7 +12570,7 @@ dependencies = [ "futures", "futures-timer", "hyper", - "hyper-rustls", + "hyper-rustls 0.23.2", "libp2p", "num_cpus", "once_cell", @@ -12792,7 +12891,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -12916,9 +13015,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad560913365790f17cbf12479491169f01b9d46d29cfc7422bf8c64bdc61b731" +checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782" dependencies = [ "bitvec", "cfg-if", @@ -12930,9 +13029,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19df9bd9ace6cc2fe19387c96ce677e823e07d017ceed253e7bb3d1d1bd9c73b" +checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -12942,11 +13041,11 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" +checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" dependencies = [ - "windows-sys 0.42.0", + "windows-sys 0.48.0", ] [[package]] @@ -12980,15 +13079,15 @@ dependencies = [ [[package]] name = "scopeguard" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scratch" -version = "1.0.5" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" +checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" [[package]] name = "sct" @@ -13038,12 +13137,12 @@ dependencies = [ [[package]] name = "sec1" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e" +checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" dependencies = [ "base16ct 0.2.0", - "der 0.7.6", + "der 0.7.8", "generic-array 0.14.7", "pkcs8 0.10.2", "subtle", @@ -13133,11 +13232,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.9.1" +version = "2.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" +checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" dependencies = [ - "bitflags", + "bitflags 1.3.2", "core-foundation", "core-foundation-sys", "libc", @@ -13146,9 +13245,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.9.0" +version = "2.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" +checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" dependencies = [ "core-foundation-sys", "libc", @@ -13165,9 +13264,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" +checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" dependencies = [ "serde", ] @@ -13180,29 +13279,29 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.164" +version = "1.0.186" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d" +checksum = "9f5db24220c009de9bd45e69fb2938f4b6d2df856aa9304ce377b3180f83b7c1" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.164" +version = "1.0.186" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68" +checksum = "5ad697f7e0b65af4983a4ce8f56ed5b357e8d3c36651bf6a7e13639c17b8e670" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] name = "serde_json" -version = "1.0.99" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3" +checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" dependencies = [ "itoa", "ryu", @@ -13347,15 +13446,15 @@ dependencies = [ [[package]] name = "siphasher" -version = "0.3.10" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" +checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "slab" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" +checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" dependencies = [ "autocfg 1.1.0", ] @@ -13389,9 +13488,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" +checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" [[package]] name = "snap" @@ -13401,14 +13500,14 @@ checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" [[package]] name = "snow" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ccba027ba85743e09d15c03296797cad56395089b832b48b5a5217880f57733" +checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155" dependencies = [ "aes-gcm 0.9.4", "blake2", "chacha20poly1305", - "curve25519-dalek 4.0.0-rc.1", + "curve25519-dalek 4.0.0", "rand_core 0.6.4", "ring", "rustc_version", @@ -13484,7 +13583,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -13666,7 +13765,7 @@ version = "7.0.0" source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "array-bytes 4.2.0", - "bitflags", + "bitflags 1.3.2", "blake2", "bounded-collections", "bs58", @@ -13726,7 +13825,7 @@ dependencies = [ "proc-macro2", "quote", "sp-core-hashing", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -13754,7 +13853,7 @@ source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#f dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -13789,8 +13888,8 @@ version = "7.0.0" source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "bytes", - "ed25519", - "ed25519-dalek", + "ed25519 1.5.3", + "ed25519-dalek 1.0.1", "futures", "libsecp256k1 0.7.1", "log", @@ -13840,7 +13939,7 @@ version = "4.1.0-dev" source = "git+https://github.com/paritytech//substrate?branch=polkadot-v0.9.42#ff24c60ac7d9f87727ecdd0ded9a80c56e4f4b65" dependencies = [ "thiserror", - "zstd 0.12.3+zstd.1.5.2", + "zstd 0.12.4", ] [[package]] @@ -13965,7 +14064,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -14133,7 +14232,7 @@ dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -14214,7 +14313,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" dependencies = [ "base64ct", - "der 0.7.6", + "der 0.7.8", ] [[package]] @@ -14340,9 +14439,9 @@ dependencies = [ [[package]] name = "ss58-registry" -version = "1.40.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb47a8ad42e5fc72d5b1eb104a5546937eaf39843499948bb666d6e93c62423b" +checksum = "5e6915280e2d0db8911e5032a5c275571af6bdded2916abd691a659be25d3439" dependencies = [ "Inflector", "num-format", @@ -14407,7 +14506,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" dependencies = [ - "bitflags", + "bitflags 1.3.2", "cfg_aliases", "libc", "parking_lot 0.11.2", @@ -14585,7 +14684,7 @@ dependencies = [ "sp-maybe-compressed-blob", "strum", "tempfile", - "toml 0.7.5", + "toml 0.7.6", "walkdir", "wasm-opt", ] @@ -14639,9 +14738,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.22" +version = "2.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616" +checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" dependencies = [ "proc-macro2", "quote", @@ -14666,7 +14765,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" dependencies = [ - "bitflags", + "bitflags 1.3.2", "core-foundation", "system-configuration-sys", ] @@ -14689,21 +14788,20 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.8" +version = "0.12.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1c7f239eb94671427157bd93b3694320f3668d4e1eff08c7285366fd777fac" +checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" [[package]] name = "tempfile" -version = "3.6.0" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" +checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" dependencies = [ - "autocfg 1.1.0", "cfg-if", - "fastrand", + "fastrand 2.0.0", "redox_syscall 0.3.5", - "rustix 0.37.20", + "rustix 0.38.8", "windows-sys 0.48.0", ] @@ -14724,22 +14822,22 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -14782,9 +14880,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-ctl" -version = "0.5.0" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1" +checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c" dependencies = [ "libc", "paste", @@ -14793,9 +14891,9 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.5.3+5.3.0-patched" +version = "0.5.4+5.3.0-patched" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8" +checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" dependencies = [ "cc", "libc", @@ -14814,10 +14912,11 @@ dependencies = [ [[package]] name = "time" -version = "0.3.22" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd" +checksum = "0bb39ee79a6d8de55f48f2293a830e040392f1c5f16e336bdd1788cd0aadce07" dependencies = [ + "deranged", "itoa", "serde", "time-core", @@ -14832,9 +14931,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" [[package]] name = "time-macros" -version = "0.2.9" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b" +checksum = "733d258752e9303d392b94b75230d07b0b9c489350c69b851fc6c065fde3e8f9" dependencies = [ "time-core", ] @@ -14894,20 +14993,19 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.29.0" +version = "1.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374442f06ee49c3a28a8fc9f01a2596fed7559c6b99b31279c3261778e77d84f" +checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" dependencies = [ - "autocfg 1.1.0", "backtrace", "bytes", "libc", "mio", "num_cpus", "parking_lot 0.12.1", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.12", "signal-hook-registry", - "socket2 0.4.9", + "socket2 0.5.3", "tokio-macros", "windows-sys 0.48.0", ] @@ -14920,7 +15018,7 @@ checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -14934,6 +15032,16 @@ dependencies = [ "webpki 0.22.0", ] +[[package]] +name = "tokio-rustls" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" +dependencies = [ + "rustls 0.21.6", + "tokio", +] + [[package]] name = "tokio-stream" version = "0.1.14" @@ -14941,7 +15049,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" dependencies = [ "futures-core", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.12", "tokio", "tokio-util", ] @@ -14956,7 +15064,7 @@ dependencies = [ "futures-core", "futures-io", "futures-sink", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.12", "tokio", "tracing", ] @@ -14972,9 +15080,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240" +checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542" dependencies = [ "serde", "serde_spanned", @@ -14993,9 +15101,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.19.11" +version = "0.19.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7" +checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" dependencies = [ "indexmap 2.0.0", "serde", @@ -15021,14 +15129,14 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" dependencies = [ - "bitflags", + "bitflags 1.3.2", "bytes", "futures-core", "futures-util", "http", "http-body", "http-range-header", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.12", "tower-layer", "tower-service", ] @@ -15053,7 +15161,7 @@ checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ "cfg-if", "log", - "pin-project-lite 0.2.9", + "pin-project-lite 0.2.12", "tracing-attributes", "tracing-core", ] @@ -15066,7 +15174,7 @@ checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -15109,7 +15217,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -15294,7 +15402,7 @@ dependencies = [ "sp-version", "sp-weights", "substrate-rpc-client", - "zstd 0.12.3+zstd.1.5.2", + "zstd 0.12.4", ] [[package]] @@ -15330,7 +15438,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand 0.6.5", "static_assertions", ] @@ -15360,9 +15468,9 @@ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" [[package]] name = "ucd-trie" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81" +checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" [[package]] name = "uint" @@ -15390,9 +15498,9 @@ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" [[package]] name = "unicode-ident" -version = "1.0.9" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" +checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" [[package]] name = "unicode-normalization" @@ -15484,9 +15592,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" +checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" dependencies = [ "getrandom 0.2.10", ] @@ -15667,7 +15775,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", "wasm-bindgen-shared", ] @@ -15701,7 +15809,7 @@ checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -15831,7 +15939,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7" dependencies = [ "downcast-rs", - "libm 0.2.7", + "libm", "memory_units", "num-rational", "num-traits", @@ -15845,7 +15953,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "624e6333e861ef49095d2d678b76ebf30b06bf37effca845be7e5b87c90071b7" dependencies = [ "downcast-rs", - "libm 0.2.7", + "libm", "num-traits", "paste", ] @@ -15918,7 +16026,7 @@ dependencies = [ "directories-next", "file-per-thread-logger", "log", - "rustix 0.36.14", + "rustix 0.36.17", "serde", "sha2 0.10.7", "toml 0.5.11", @@ -15998,7 +16106,7 @@ checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2" dependencies = [ "object 0.29.0", "once_cell", - "rustix 0.36.14", + "rustix 0.36.17", ] [[package]] @@ -16029,7 +16137,7 @@ dependencies = [ "memoffset 0.6.5", "paste", "rand 0.8.5", - "rustix 0.36.14", + "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", "wasmtime-jit-debug", @@ -16087,6 +16195,21 @@ dependencies = [ "webpki 0.22.0", ] +[[package]] +name = "webpki-roots" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338" +dependencies = [ + "rustls-webpki 0.100.2", +] + +[[package]] +name = "webpki-roots" +version = "0.25.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" + [[package]] name = "webrtc" version = "0.6.0" @@ -16113,7 +16236,7 @@ dependencies = [ "sha2 0.10.7", "stun", "thiserror", - "time 0.3.22", + "time 0.3.27", "tokio", "turn", "url", @@ -16145,9 +16268,9 @@ dependencies = [ [[package]] name = "webrtc-dtls" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "942be5bd85f072c3128396f6e5a9bfb93ca8c1939ded735d177b7bcba9a13d05" +checksum = "c4a00f4242f2db33307347bd5be53263c52a0331c96c14292118c9a6bb48d267" dependencies = [ "aes 0.6.0", "aes-gcm 0.10.2", @@ -16162,12 +16285,11 @@ dependencies = [ "hkdf", "hmac 0.12.1", "log", - "oid-registry 0.6.1", "p256", "p384", "rand 0.8.5", "rand_core 0.6.4", - "rcgen 0.9.3", + "rcgen 0.10.0", "ring", "rustls 0.19.1", "sec1 0.3.0", @@ -16180,7 +16302,7 @@ dependencies = [ "tokio", "webpki 0.21.4", "webrtc-util", - "x25519-dalek 2.0.0-pre.1", + "x25519-dalek 2.0.0", "x509-parser 0.13.2", ] @@ -16282,7 +16404,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87" dependencies = [ "async-trait", - "bitflags", + "bitflags 1.3.2", "bytes", "cc", "ipnet", @@ -16415,9 +16537,9 @@ dependencies = [ [[package]] name = "wide" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40018623e2dba2602a9790faba8d33f2ebdebf4b86561b83928db735f8784728" +checksum = "aa469ffa65ef7e0ba0f164183697b89b854253fd31aeb92358b7b6155177d62f" dependencies = [ "bytemuck", "safe_arch", @@ -16479,7 +16601,7 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" dependencies = [ - "windows-targets 0.48.0", + "windows-targets 0.48.5", ] [[package]] @@ -16512,7 +16634,7 @@ version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" dependencies = [ - "windows-targets 0.48.0", + "windows-targets 0.48.5", ] [[package]] @@ -16532,17 +16654,17 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" +checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" dependencies = [ - "windows_aarch64_gnullvm 0.48.0", - "windows_aarch64_msvc 0.48.0", - "windows_i686_gnu 0.48.0", - "windows_i686_msvc 0.48.0", - "windows_x86_64_gnu 0.48.0", - "windows_x86_64_gnullvm 0.48.0", - "windows_x86_64_msvc 0.48.0", + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", ] [[package]] @@ -16553,9 +16675,9 @@ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_msvc" @@ -16571,9 +16693,9 @@ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" [[package]] name = "windows_aarch64_msvc" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_i686_gnu" @@ -16589,9 +16711,9 @@ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" [[package]] name = "windows_i686_gnu" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_msvc" @@ -16607,9 +16729,9 @@ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" [[package]] name = "windows_i686_msvc" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_x86_64_gnu" @@ -16625,9 +16747,9 @@ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" [[package]] name = "windows_x86_64_gnu" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnullvm" @@ -16637,9 +16759,9 @@ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" [[package]] name = "windows_x86_64_gnullvm" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_msvc" @@ -16655,15 +16777,15 @@ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "windows_x86_64_msvc" -version = "0.48.0" +version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "winnow" -version = "0.4.7" +version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448" +checksum = "d09770118a7eb1ccaf4a594a221334119a44a814fcb0d31c5b85e83e97227a97" dependencies = [ "memchr", ] @@ -16700,12 +16822,13 @@ dependencies = [ [[package]] name = "x25519-dalek" -version = "2.0.0-pre.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df" +checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96" dependencies = [ - "curve25519-dalek 3.2.0", + "curve25519-dalek 4.0.0", "rand_core 0.6.4", + "serde", "zeroize", ] @@ -16725,7 +16848,7 @@ dependencies = [ "ring", "rusticata-macros", "thiserror", - "time 0.3.22", + "time 0.3.27", ] [[package]] @@ -16743,7 +16866,7 @@ dependencies = [ "oid-registry 0.6.1", "rusticata-macros", "thiserror", - "time 0.3.22", + "time 0.3.27", ] [[package]] @@ -16837,7 +16960,7 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -16877,7 +17000,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" dependencies = [ - "time 0.3.22", + "time 0.3.27", ] [[package]] @@ -16897,7 +17020,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.22", + "syn 2.0.29", ] [[package]] @@ -16911,11 +17034,11 @@ dependencies = [ [[package]] name = "zstd" -version = "0.12.3+zstd.1.5.2" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806" +checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" dependencies = [ - "zstd-safe 6.0.5+zstd.1.5.4", + "zstd-safe 6.0.6", ] [[package]] @@ -16930,9 +17053,9 @@ dependencies = [ [[package]] name = "zstd-safe" -version = "6.0.5+zstd.1.5.4" +version = "6.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b" +checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" dependencies = [ "libc", "zstd-sys", diff --git a/parachain/runtime/interlay/src/lib.rs b/parachain/runtime/interlay/src/lib.rs index ab46f88283..e1e649afa8 100644 --- a/parachain/runtime/interlay/src/lib.rs +++ b/parachain/runtime/interlay/src/lib.rs @@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("interlay-parachain"), impl_name: create_runtime_str!("interlay-parachain"), authoring_version: 1, - spec_version: 1025003, + spec_version: 1025004, impl_version: 1, transaction_version: 4, apis: RUNTIME_API_VERSIONS, diff --git a/parachain/runtime/interlay/src/weights/annuity_escrow_annuity.rs b/parachain/runtime/interlay/src/weights/annuity_escrow_annuity.rs index 984ac5a0a5..bed2843c89 100644 --- a/parachain/runtime/interlay/src/weights/annuity_escrow_annuity.rs +++ b/parachain/runtime/interlay/src/weights/annuity_escrow_annuity.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for annuity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -44,8 +44,8 @@ impl annuity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_878_000 picoseconds. - Weight::from_parts(14_369_000, 0) + // Minimum execution time: 16_881_000 picoseconds. + Weight::from_parts(16_885_000, 0) } /// Storage: EscrowRewards Stake (r:1 w:0) /// Proof: EscrowRewards Stake (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) @@ -63,8 +63,8 @@ impl annuity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1014` // Estimated: `6170` - // Minimum execution time: 125_391_000 picoseconds. - Weight::from_parts(130_662_000, 6170) + // Minimum execution time: 119_979_000 picoseconds. + Weight::from_parts(126_021_000, 6170) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -74,15 +74,15 @@ impl annuity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `536` // Estimated: `3580` - // Minimum execution time: 23_708_000 picoseconds. - Weight::from_parts(25_200_000, 3580) + // Minimum execution time: 28_116_000 picoseconds. + Weight::from_parts(28_715_000, 3580) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn set_reward_per_wrapped () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_058_000 picoseconds. - Weight::from_parts(9_459_000, 0) + // Minimum execution time: 16_701_000 picoseconds. + Weight::from_parts(19_535_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/annuity_vault_annuity.rs b/parachain/runtime/interlay/src/weights/annuity_vault_annuity.rs index 42ba284b23..7dd9d632ca 100644 --- a/parachain/runtime/interlay/src/weights/annuity_vault_annuity.rs +++ b/parachain/runtime/interlay/src/weights/annuity_vault_annuity.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for annuity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -44,8 +44,8 @@ impl annuity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_750_000 picoseconds. - Weight::from_parts(15_390_000, 0) + // Minimum execution time: 13_393_000 picoseconds. + Weight::from_parts(13_529_000, 0) } fn withdraw_rewards () -> Weight { // Proof Size summary in bytes: @@ -60,15 +60,15 @@ impl annuity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `536` // Estimated: `3580` - // Minimum execution time: 23_998_000 picoseconds. - Weight::from_parts(25_060_000, 3580) + // Minimum execution time: 22_781_000 picoseconds. + Weight::from_parts(24_470_000, 3580) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn set_reward_per_wrapped () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_028_000 picoseconds. - Weight::from_parts(9_399_000, 0) + // Minimum execution time: 9_691_000 picoseconds. + Weight::from_parts(14_564_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/btc_relay.rs b/parachain/runtime/interlay/src/weights/btc_relay.rs index 0958e8c733..caf2960613 100644 --- a/parachain/runtime/interlay/src/weights/btc_relay.rs +++ b/parachain/runtime/interlay/src/weights/btc_relay.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for btc_relay //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -64,8 +64,8 @@ impl btc_relay::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `403` // Estimated: `3489` - // Minimum execution time: 71_783_000 picoseconds. - Weight::from_parts(74_009_000, 3489) + // Minimum execution time: 76_762_000 picoseconds. + Weight::from_parts(76_762_000, 3489) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -89,8 +89,8 @@ impl btc_relay::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `874` // Estimated: `6340` - // Minimum execution time: 88_808_000 picoseconds. - Weight::from_parts(90_482_000, 6340) + // Minimum execution time: 106_799_000 picoseconds. + Weight::from_parts(106_799_000, 6340) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -111,18 +111,14 @@ impl btc_relay::WeightInfo for WeightInfo { /// Storage: BTCRelay ChainsHashes (r:0 w:1) /// Proof: BTCRelay ChainsHashes (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// The range of component `f` is `[1, 6]`. - fn store_block_header_new_fork_sorted (f: u32, ) -> Weight { + fn store_block_header_new_fork_sorted (_f: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `806 + f * (101 ±0)` - // Estimated: `6340 + f * (2507 ±0)` - // Minimum execution time: 101_073_000 picoseconds. - Weight::from_parts(95_176_412, 6340) - // Standard Error: 452_083 - .saturating_add(Weight::from_parts(11_888_980, 0).saturating_mul(f.into())) - .saturating_add(T::DbWeight::get().reads(7_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(f.into()))) + // Measured: `796 + f * (110 ±0)` + // Estimated: `18483` + // Minimum execution time: 96_279_000 picoseconds. + Weight::from_parts(146_667_000, 18483) + .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) - .saturating_add(Weight::from_parts(0, 2507).saturating_mul(f.into())) } /// Storage: BTCRelay ChainCounter (r:1 w:1) /// Proof: BTCRelay ChainCounter (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -141,19 +137,14 @@ impl btc_relay::WeightInfo for WeightInfo { /// Storage: BTCRelay ChainsHashes (r:0 w:1) /// Proof: BTCRelay ChainsHashes (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// The range of component `f` is `[1, 6]`. - fn store_block_header_new_fork_unsorted (f: u32, ) -> Weight { + fn store_block_header_new_fork_unsorted (_f: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `842 + f * (99 ±0)` - // Estimated: `6340 + f * (2499 ±0)` - // Minimum execution time: 97_675_000 picoseconds. - Weight::from_parts(89_104_041, 6340) - // Standard Error: 196_333 - .saturating_add(Weight::from_parts(14_328_939, 0).saturating_mul(f.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(f.into()))) - .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(f.into()))) - .saturating_add(Weight::from_parts(0, 2499).saturating_mul(f.into())) + // Measured: `832 + f * (108 ±0)` + // Estimated: `18483` + // Minimum execution time: 100_644_000 picoseconds. + Weight::from_parts(156_569_000, 18483) + .saturating_add(T::DbWeight::get().reads(15_u64)) + .saturating_add(T::DbWeight::get().writes(10_u64)) } /// Storage: BTCRelay ChainCounter (r:1 w:0) /// Proof: BTCRelay ChainCounter (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -176,17 +167,13 @@ impl btc_relay::WeightInfo for WeightInfo { /// Storage: BTCRelay BestBlockHeight (r:0 w:1) /// Proof: BTCRelay BestBlockHeight (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// The range of component `f` is `[3, 6]`. - fn store_block_header_reorganize_chains (f: u32, ) -> Weight { + fn store_block_header_reorganize_chains (_f: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4741 + f * (240 ±0)` - // Estimated: `54490 + f * (1340 ±45)` - // Minimum execution time: 506_604_000 picoseconds. - Weight::from_parts(465_095_071, 54490) - // Standard Error: 430_820 - .saturating_add(Weight::from_parts(18_597_675, 0).saturating_mul(f.into())) - .saturating_add(T::DbWeight::get().reads(42_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(f.into()))) + // Measured: `4754 + f * (235 ±0)` + // Estimated: `54490` + // Minimum execution time: 467_243_000 picoseconds. + Weight::from_parts(487_346_000, 54490) + .saturating_add(T::DbWeight::get().reads(46_u64)) .saturating_add(T::DbWeight::get().writes(46_u64)) - .saturating_add(Weight::from_parts(0, 1340).saturating_mul(f.into())) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/clients_info.rs b/parachain/runtime/interlay/src/weights/clients_info.rs index c40bdf0157..3eeadf1b64 100644 --- a/parachain/runtime/interlay/src/weights/clients_info.rs +++ b/parachain/runtime/interlay/src/weights/clients_info.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for clients_info //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -44,28 +44,28 @@ impl clients_info::WeightInfo for WeightInfo { /// Proof: ClientsInfo CurrentClientReleases (max_values: None, max_size: Some(562), added: 3037, mode: MaxEncodedLen) /// The range of component `n` is `[0, 255]`. /// The range of component `u` is `[0, 255]`. - fn set_current_client_release (_n: u32, _u: u32, ) -> Weight { + fn set_current_client_release (_n: u32, u: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 23_357_000 picoseconds. - Weight::from_parts(26_197_179, 0) + // Minimum execution time: 28_504_000 picoseconds. + Weight::from_parts(29_112_000, 0) + // Standard Error: 40 + .saturating_add(Weight::from_parts(1_266, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: ClientsInfo PendingClientReleases (r:0 w:1) /// Proof: ClientsInfo PendingClientReleases (max_values: None, max_size: Some(562), added: 3037, mode: MaxEncodedLen) /// The range of component `n` is `[0, 255]`. /// The range of component `u` is `[0, 255]`. - fn set_pending_client_release (n: u32, u: u32, ) -> Weight { + fn set_pending_client_release (_n: u32, u: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_976_000 picoseconds. - Weight::from_parts(24_221_268, 0) - // Standard Error: 615 - .saturating_add(Weight::from_parts(3_577, 0).saturating_mul(n.into())) - // Standard Error: 615 - .saturating_add(Weight::from_parts(1_267, 0).saturating_mul(u.into())) + // Minimum execution time: 27_988_000 picoseconds. + Weight::from_parts(28_117_000, 0) + // Standard Error: 1_582 + .saturating_add(Weight::from_parts(3_392, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/collator_selection.rs b/parachain/runtime/interlay/src/weights/collator_selection.rs index d9532fcc8f..63ec372606 100644 --- a/parachain/runtime/interlay/src/weights/collator_selection.rs +++ b/parachain/runtime/interlay/src/weights/collator_selection.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for collator_selection //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -45,17 +45,14 @@ impl collator_selection::WeightInfo for WeightInfo { /// 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]`. - fn set_invulnerables (b: u32, ) -> Weight { + fn set_invulnerables (_b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `252 + b * (78 ±0)` - // Estimated: `1241 + b * (2554 ±0)` - // Minimum execution time: 28_387_000 picoseconds. - Weight::from_parts(19_586_047, 1241) - // Standard Error: 104_765 - .saturating_add(Weight::from_parts(5_569_637, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) + // Measured: `236 + b * (78 ±0)` + // Estimated: `256606` + // Minimum execution time: 26_819_000 picoseconds. + Weight::from_parts(441_645_000, 256606) + .saturating_add(T::DbWeight::get().reads(100_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_parts(0, 2554).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) @@ -63,8 +60,8 @@ impl collator_selection::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 17_825_000 picoseconds. - Weight::from_parts(24_970_000, 0) + // Minimum execution time: 20_281_000 picoseconds. + Weight::from_parts(20_281_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection CandidacyBond (r:0 w:1) @@ -73,8 +70,8 @@ impl collator_selection::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 26_052_000 picoseconds. - Weight::from_parts(27_986_000, 0) + // Minimum execution time: 19_922_000 picoseconds. + Weight::from_parts(19_922_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection Candidates (r:1 w:1) @@ -96,17 +93,14 @@ impl collator_selection::WeightInfo for WeightInfo { /// 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, 19]`. - fn register_as_candidate (c: u32, ) -> Weight { + fn register_as_candidate (_c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `902 + c * (96 ±0)` - // Estimated: `49487 + c * (97 ±0)` - // Minimum execution time: 78_588_000 picoseconds. - Weight::from_parts(82_310_845, 49487) - // Standard Error: 88_497 - .saturating_add(Weight::from_parts(487_436, 0).saturating_mul(c.into())) + // Measured: `850 + c * (96 ±0)` + // Estimated: `49487` + // Minimum execution time: 69_816_000 picoseconds. + Weight::from_parts(74_203_000, 49487) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 97).saturating_mul(c.into())) } /// Storage: CollatorSelection Candidates (r:1 w:1) /// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen) @@ -115,14 +109,12 @@ impl collator_selection::WeightInfo for WeightInfo { /// 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, 20]`. - fn leave_intent (c: u32, ) -> Weight { + fn leave_intent (_c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `402 + c * (64 ±0)` + // Measured: `407 + c * (64 ±0)` // Estimated: `49487` - // Minimum execution time: 41_573_000 picoseconds. - Weight::from_parts(42_921_116, 49487) - // Standard Error: 17_308 - .saturating_add(Weight::from_parts(209_885, 0).saturating_mul(c.into())) + // Minimum execution time: 36_250_000 picoseconds. + Weight::from_parts(36_802_000, 49487) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -136,8 +128,8 @@ impl collator_selection::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `650` // Estimated: `6170` - // Minimum execution time: 72_686_000 picoseconds. - Weight::from_parts(73_928_000, 6170) + // Minimum execution time: 57_714_000 picoseconds. + Weight::from_parts(57_714_000, 6170) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -153,22 +145,21 @@ impl collator_selection::WeightInfo for WeightInfo { /// Proof: Escrow UserPointHistory (max_values: None, max_size: Some(88), added: 2563, 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: Escrow Reserved (r:15 w:15) + /// Storage: Escrow Reserved (r:1 w:1) /// Proof: Escrow Reserved (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) /// The range of component `r` is `[1, 20]`. /// The range of component `c` is `[1, 20]`. - fn new_session (r: u32, c: u32, ) -> Weight { + fn new_session (_r: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `793 + c * (194 ±0) + r * (47 ±0)` - // Estimated: `49487 + c * (2563 ±0) + r * (2207 ±23)` - // Minimum execution time: 51_603_000 picoseconds. - Weight::from_parts(53_327_000, 49487) - // Standard Error: 385_035 - .saturating_add(Weight::from_parts(25_609_068, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(6_u64)) + // Measured: `781 + c * (195 ±0)` + // Estimated: `49487 + c * (2563 ±0)` + // Minimum execution time: 48_733_000 picoseconds. + Weight::from_parts(67_461_894, 49487) + // Standard Error: 432_648 + .saturating_add(Weight::from_parts(12_790_052, 0).saturating_mul(c.into())) + .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) + .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 2563).saturating_mul(c.into())) - .saturating_add(Weight::from_parts(0, 2207).saturating_mul(r.into())) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/cumulus_pallet_xcmp_queue.rs b/parachain/runtime/interlay/src/weights/cumulus_pallet_xcmp_queue.rs index 834dd5a395..685f739cf2 100644 --- a/parachain/runtime/interlay/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/parachain/runtime/interlay/src/weights/cumulus_pallet_xcmp_queue.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for cumulus_pallet_xcmp_queue //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,8 +46,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `4` // Estimated: `1489` - // Minimum execution time: 10_290_000 picoseconds. - Weight::from_parts(10_882_000, 1489) + // Minimum execution time: 14_248_000 picoseconds. + Weight::from_parts(14_248_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -57,8 +57,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `4` // Estimated: `1489` - // Minimum execution time: 10_611_000 picoseconds. - Weight::from_parts(11_673_000, 1489) + // Minimum execution time: 14_298_000 picoseconds. + Weight::from_parts(14_298_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/interlay/src/weights/democracy.rs b/parachain/runtime/interlay/src/weights/democracy.rs index 08bad28c7f..84c987f143 100644 --- a/parachain/runtime/interlay/src/weights/democracy.rs +++ b/parachain/runtime/interlay/src/weights/democracy.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -56,8 +56,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6137` // Estimated: `18187` - // Minimum execution time: 93_467_000 picoseconds. - Weight::from_parts(129_309_000, 18187) + // Minimum execution time: 60_144_000 picoseconds. + Weight::from_parts(60_144_000, 18187) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -73,8 +73,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4829` // Estimated: `6695` - // Minimum execution time: 62_655_000 picoseconds. - Weight::from_parts(64_308_000, 6695) + // Minimum execution time: 47_178_000 picoseconds. + Weight::from_parts(47_178_000, 6695) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -92,8 +92,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3187` // Estimated: `5607` - // Minimum execution time: 66_814_000 picoseconds. - Weight::from_parts(70_581_000, 5607) + // Minimum execution time: 50_351_000 picoseconds. + Weight::from_parts(50_351_000, 5607) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -111,8 +111,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3208` // Estimated: `5607` - // Minimum execution time: 75_491_000 picoseconds. - Weight::from_parts(89_820_000, 5607) + // Minimum execution time: 59_880_000 picoseconds. + Weight::from_parts(59_880_000, 5607) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -130,8 +130,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `425` // Estimated: `18187` - // Minimum execution time: 61_484_000 picoseconds. - Weight::from_parts(63_477_000, 18187) + // Minimum execution time: 45_887_000 picoseconds. + Weight::from_parts(45_887_000, 18187) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -141,8 +141,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `248` // Estimated: `3666` - // Minimum execution time: 34_058_000 picoseconds. - Weight::from_parts(35_220_000, 3666) + // Minimum execution time: 27_421_000 picoseconds. + Weight::from_parts(27_421_000, 3666) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -156,8 +156,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6196` // Estimated: `18187` - // Minimum execution time: 105_050_000 picoseconds. - Weight::from_parts(123_808_000, 18187) + // Minimum execution time: 76_757_000 picoseconds. + Weight::from_parts(76_757_000, 18187) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -167,8 +167,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `248` // Estimated: `3666` - // Minimum execution time: 29_239_000 picoseconds. - Weight::from_parts(29_700_000, 3666) + // Minimum execution time: 28_547_000 picoseconds. + Weight::from_parts(28_547_000, 3666) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -193,19 +193,14 @@ impl democracy::WeightInfo for WeightInfo { /// Storage: Escrow PointHistory (r:1 w:0) /// Proof: Escrow PointHistory (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn on_initialize_public (r: u32, ) -> Weight { + fn on_initialize_public (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `453 + r * (86 ±0)` - // Estimated: `18187 + r * (2677 ±0)` - // Minimum execution time: 74_709_000 picoseconds. - Weight::from_parts(144_257_239, 18187) - // Standard Error: 307_991 - .saturating_add(Weight::from_parts(18_937_404, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(6_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 2677).saturating_mul(r.into())) + // Measured: `429 + r * (86 ±0)` + // Estimated: `265914` + // Minimum execution time: 54_164_000 picoseconds. + Weight::from_parts(1_518_906_000, 265914) + .saturating_add(T::DbWeight::get().reads(108_u64)) + .saturating_add(T::DbWeight::get().writes(105_u64)) } /// Storage: Democracy LowestUnbaked (r:1 w:0) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -220,18 +215,14 @@ impl democracy::WeightInfo for WeightInfo { /// Storage: Democracy ReferendumInfoOf (r:99 w:0) /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn on_initialize_base (r: u32, ) -> Weight { + fn on_initialize_base (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `171 + r * (86 ±0)` - // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 19_750_000 picoseconds. - Weight::from_parts(23_636_151, 18187) - // Standard Error: 11_079 - .saturating_add(Weight::from_parts(4_983_882, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) + // Measured: `147 + r * (86 ±0)` + // Estimated: `265914` + // Minimum execution time: 20_526_000 picoseconds. + Weight::from_parts(408_264_000, 265914) + .saturating_add(T::DbWeight::get().reads(104_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy LowestUnbaked (r:1 w:0) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -246,18 +237,14 @@ impl democracy::WeightInfo for WeightInfo { /// Storage: Democracy ReferendumInfoOf (r:99 w:0) /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn on_initialize_base_with_launch_period (r: u32, ) -> Weight { + fn on_initialize_base_with_launch_period (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `171 + r * (86 ±0)` - // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 19_560_000 picoseconds. - Weight::from_parts(19_961_000, 18187) - // Standard Error: 10_127 - .saturating_add(Weight::from_parts(5_053_754, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) + // Measured: `147 + r * (86 ±0)` + // Estimated: `265914` + // Minimum execution time: 21_034_000 picoseconds. + Weight::from_parts(447_708_000, 265914) + .saturating_add(T::DbWeight::get().reads(104_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy PublicProps (r:0 w:1) /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) @@ -265,8 +252,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_784_000 picoseconds. - Weight::from_parts(6_964_000, 0) + // Minimum execution time: 6_684_000 picoseconds. + Weight::from_parts(6_684_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Democracy ReferendumInfoOf (r:1 w:1) @@ -274,14 +261,12 @@ impl democracy::WeightInfo for WeightInfo { /// Storage: Democracy VotingOf (r:1 w:1) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(2142), added: 4617, mode: MaxEncodedLen) /// The range of component `r` is `[1, 100]`. - fn remove_vote (r: u32, ) -> Weight { + fn remove_vote (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `625 + r * (25 ±0)` + // Measured: `307 + r * (27 ±0)` // Estimated: `5607` - // Minimum execution time: 28_156_000 picoseconds. - Weight::from_parts(32_747_776, 5607) - // Standard Error: 5_899 - .saturating_add(Weight::from_parts(121_274, 0).saturating_mul(r.into())) + // Minimum execution time: 23_083_000 picoseconds. + Weight::from_parts(32_419_000, 5607) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -293,8 +278,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `536` // Estimated: `6170` - // Minimum execution time: 66_633_000 picoseconds. - Weight::from_parts(67_405_000, 6170) + // Minimum execution time: 53_040_000 picoseconds. + Weight::from_parts(53_040_000, 6170) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/parachain/runtime/interlay/src/weights/dex_general.rs b/parachain/runtime/interlay/src/weights/dex_general.rs index 031edce72c..0663a48247 100644 --- a/parachain/runtime/interlay/src/weights/dex_general.rs +++ b/parachain/runtime/interlay/src/weights/dex_general.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for dex_general //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,8 +46,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1519` - // Minimum execution time: 13_066_000 picoseconds. - Weight::from_parts(13_848_000, 1519) + // Minimum execution time: 15_961_000 picoseconds. + Weight::from_parts(15_961_000, 1519) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -57,8 +57,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1519` - // Minimum execution time: 21_603_000 picoseconds. - Weight::from_parts(22_054_000, 1519) + // Minimum execution time: 24_737_000 picoseconds. + Weight::from_parts(24_737_000, 1519) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -70,8 +70,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3628` - // Minimum execution time: 31_944_000 picoseconds. - Weight::from_parts(32_956_000, 3628) + // Minimum execution time: 29_072_000 picoseconds. + Weight::from_parts(29_072_000, 3628) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -87,12 +87,12 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3628` - // Minimum execution time: 37_816_000 picoseconds. - Weight::from_parts(29_977_579, 3628) - // Standard Error: 119_682 - .saturating_add(Weight::from_parts(499_256, 0).saturating_mul(r.into())) - // Standard Error: 119_682 - .saturating_add(Weight::from_parts(1_107_001, 0).saturating_mul(l.into())) + // Minimum execution time: 35_648_000 picoseconds. + Weight::from_parts(34_367_388, 3628) + // Standard Error: 14_529 + .saturating_add(Weight::from_parts(216_722, 0).saturating_mul(r.into())) + // Standard Error: 14_529 + .saturating_add(Weight::from_parts(106_388, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -110,8 +110,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `941` // Estimated: `30497` - // Minimum execution time: 153_948_000 picoseconds. - Weight::from_parts(156_744_000, 30497) + // Minimum execution time: 190_329_000 picoseconds. + Weight::from_parts(190_329_000, 30497) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -133,8 +133,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1486` // Estimated: `30497` - // Minimum execution time: 131_704_000 picoseconds. - Weight::from_parts(132_755_000, 30497) + // Minimum execution time: 103_440_000 picoseconds. + Weight::from_parts(103_440_000, 30497) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -154,8 +154,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1200` // Estimated: `13940` - // Minimum execution time: 192_676_000 picoseconds. - Weight::from_parts(193_828_000, 13940) + // Minimum execution time: 160_779_000 picoseconds. + Weight::from_parts(160_779_000, 13940) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -167,16 +167,14 @@ impl dex_general::WeightInfo for WeightInfo { /// Proof: DexGeneral BootstrapLimits (max_values: None, max_size: Some(27032), added: 29507, mode: MaxEncodedLen) /// The range of component `r` is `[1, 10]`. /// The range of component `l` is `[1, 10]`. - fn bootstrap_update (r: u32, l: u32, ) -> Weight { + fn bootstrap_update (r: u32, _l: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `260 + r * (21 ±0)` + // Measured: `256 + r * (21 ±0)` // Estimated: `30497` - // Minimum execution time: 46_433_000 picoseconds. - Weight::from_parts(45_194_974, 30497) - // Standard Error: 144_589 - .saturating_add(Weight::from_parts(153_960, 0).saturating_mul(r.into())) - // Standard Error: 144_589 - .saturating_add(Weight::from_parts(754_676, 0).saturating_mul(l.into())) + // Minimum execution time: 37_574_000 picoseconds. + Weight::from_parts(39_128_611, 30497) + // Standard Error: 134_618 + .saturating_add(Weight::from_parts(143_722, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -192,8 +190,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1301` // Estimated: `11350` - // Minimum execution time: 122_856_000 picoseconds. - Weight::from_parts(127_425_000, 11350) + // Minimum execution time: 187_759_000 picoseconds. + Weight::from_parts(187_759_000, 11350) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -215,8 +213,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `974` // Estimated: `13940` - // Minimum execution time: 213_548_000 picoseconds. - Weight::from_parts(214_830_000, 13940) + // Minimum execution time: 158_454_000 picoseconds. + Weight::from_parts(158_454_000, 13940) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -238,8 +236,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1443` // Estimated: `13940` - // Minimum execution time: 182_185_000 picoseconds. - Weight::from_parts(183_037_000, 13940) + // Minimum execution time: 138_972_000 picoseconds. + Weight::from_parts(138_972_000, 13940) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -250,18 +248,14 @@ impl dex_general::WeightInfo for WeightInfo { /// Storage: System Account (r:9 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[2, 10]`. - fn swap_exact_assets_for_assets (a: u32, ) -> Weight { + fn swap_exact_assets_for_assets (_a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `224 + a * (459 ±0)` - // Estimated: `3628 + a * (5180 ±21)` - // Minimum execution time: 134_600_000 picoseconds. - Weight::from_parts(11_419_585, 3628) - // Standard Error: 109_224 - .saturating_add(Weight::from_parts(63_887_910, 0).saturating_mul(a.into())) - .saturating_add(T::DbWeight::get().reads(6_u64)) - .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(a.into()))) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(a.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(a.into())) + // Measured: `222 + a * (451 ±0)` + // Estimated: `52790` + // Minimum execution time: 105_696_000 picoseconds. + Weight::from_parts(454_046_000, 52790) + .saturating_add(T::DbWeight::get().reads(38_u64)) + .saturating_add(T::DbWeight::get().writes(20_u64)) } /// Storage: Tokens Accounts (r:20 w:20) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) @@ -270,18 +264,14 @@ impl dex_general::WeightInfo for WeightInfo { /// Storage: System Account (r:9 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[2, 10]`. - fn swap_assets_for_exact_assets (a: u32, ) -> Weight { + fn swap_assets_for_exact_assets (_a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `224 + a * (459 ±0)` - // Estimated: `3628 + a * (5180 ±22)` - // Minimum execution time: 134_940_000 picoseconds. - Weight::from_parts(10_824_127, 3628) - // Standard Error: 93_262 - .saturating_add(Weight::from_parts(63_943_649, 0).saturating_mul(a.into())) - .saturating_add(T::DbWeight::get().reads(6_u64)) - .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(a.into()))) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(a.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(a.into())) + // Measured: `222 + a * (451 ±0)` + // Estimated: `52790` + // Minimum execution time: 105_627_000 picoseconds. + Weight::from_parts(454_017_000, 52790) + .saturating_add(T::DbWeight::get().reads(38_u64)) + .saturating_add(T::DbWeight::get().writes(20_u64)) } /// Storage: DexGeneral BootstrapRewards (r:1 w:1) /// Proof: DexGeneral BootstrapRewards (max_values: None, max_size: Some(27032), added: 29507, mode: MaxEncodedLen) @@ -290,19 +280,14 @@ impl dex_general::WeightInfo for WeightInfo { /// 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 `[1, 10]`. - fn bootstrap_charge_reward (r: u32, ) -> Weight { + fn bootstrap_charge_reward (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `646 + r * (88 ±0)` - // Estimated: `30497 + r * (5180 ±0)` - // Minimum execution time: 92_285_000 picoseconds. - Weight::from_parts(51_599_752, 30497) - // Standard Error: 35_906 - .saturating_add(Weight::from_parts(43_455_215, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(r.into())) + // Measured: `638 + r * (89 ±0)` + // Estimated: `52790` + // Minimum execution time: 74_103_000 picoseconds. + Weight::from_parts(336_658_000, 52790) + .saturating_add(T::DbWeight::get().reads(22_u64)) + .saturating_add(T::DbWeight::get().writes(22_u64)) } /// Storage: DexGeneral BootstrapRewards (r:1 w:1) /// Proof: DexGeneral BootstrapRewards (max_values: None, max_size: Some(27032), added: 29507, mode: MaxEncodedLen) @@ -310,8 +295,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `136` // Estimated: `30497` - // Minimum execution time: 29_279_000 picoseconds. - Weight::from_parts(29_900_000, 30497) + // Minimum execution time: 24_599_000 picoseconds. + Weight::from_parts(24_599_000, 30497) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/interlay/src/weights/dex_stable.rs b/parachain/runtime/interlay/src/weights/dex_stable.rs index 633ebcfff8..7ea893e167 100644 --- a/parachain/runtime/interlay/src/weights/dex_stable.rs +++ b/parachain/runtime/interlay/src/weights/dex_stable.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for dex_stable //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -50,16 +50,14 @@ impl dex_stable::WeightInfo for WeightInfo { /// Proof: DexStable Pools (max_values: None, max_size: Some(816), added: 3291, mode: MaxEncodedLen) /// The range of component `b` is `[2, 10]`. /// The range of component `s` is `[0, 50]`. - fn create_base_pool (b: u32, s: u32, ) -> Weight { + fn create_base_pool (b: u32, _s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `227` // Estimated: `4281` - // Minimum execution time: 54_269_000 picoseconds. - Weight::from_parts(54_997_240, 4281) - // Standard Error: 17_665 - .saturating_add(Weight::from_parts(183_582, 0).saturating_mul(b.into())) - // Standard Error: 2_939 - .saturating_add(Weight::from_parts(825, 0).saturating_mul(s.into())) + // Minimum execution time: 51_484_000 picoseconds. + Weight::from_parts(84_726_000, 4281) + // Standard Error: 74_478 + .saturating_add(Weight::from_parts(199_000, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -77,14 +75,12 @@ impl dex_stable::WeightInfo for WeightInfo { /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) /// The range of component `m` is `[2, 10]`. /// The range of component `s` is `[0, 50]`. - fn create_meta_pool (m: u32, _s: u32, ) -> Weight { + fn create_meta_pool (_m: u32, _s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1398` // Estimated: `7572` - // Minimum execution time: 103_989_000 picoseconds. - Weight::from_parts(106_056_384, 7572) - // Standard Error: 27_983 - .saturating_add(Weight::from_parts(148_173, 0).saturating_mul(m.into())) + // Minimum execution time: 85_339_000 picoseconds. + Weight::from_parts(86_395_250, 7572) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -99,19 +95,14 @@ impl dex_stable::WeightInfo for WeightInfo { /// 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 `b` is `[2, 10]`. - fn add_liquidity (b: u32, ) -> Weight { + fn add_liquidity (_b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1272 + b * (121 ±0)` - // Estimated: `4281 + b * (5180 ±0)` - // Minimum execution time: 196_183_000 picoseconds. - Weight::from_parts(93_408_237, 4281) - // Standard Error: 1_465_469 - .saturating_add(Weight::from_parts(53_655_462, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) - .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(b.into())) + // Measured: `1271 + b * (121 ±0)` + // Estimated: `55380` + // Minimum execution time: 147_224_000 picoseconds. + Weight::from_parts(444_396_000, 55380) + .saturating_add(T::DbWeight::get().reads(25_u64)) + .saturating_add(T::DbWeight::get().writes(24_u64)) } /// Storage: DexStable Pools (r:1 w:1) /// Proof: DexStable Pools (max_values: None, max_size: Some(816), added: 3291, mode: MaxEncodedLen) @@ -125,8 +116,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2366` // Estimated: `11350` - // Minimum execution time: 155_952_000 picoseconds. - Weight::from_parts(157_205_000, 11350) + // Minimum execution time: 123_253_000 picoseconds. + Weight::from_parts(123_253_000, 11350) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -139,19 +130,14 @@ impl dex_stable::WeightInfo for WeightInfo { /// 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 `b` is `[2, 10]`. - fn remove_liquidity (b: u32, ) -> Weight { + fn remove_liquidity (_b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1326 + b * (189 ±0)` - // Estimated: `4281 + b * (5180 ±0)` - // Minimum execution time: 152_916_000 picoseconds. - Weight::from_parts(78_803_054, 4281) - // Standard Error: 652_838 - .saturating_add(Weight::from_parts(35_960_644, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(b.into())) + // Measured: `1322 + b * (189 ±0)` + // Estimated: `55380` + // Minimum execution time: 118_079_000 picoseconds. + Weight::from_parts(305_268_000, 55380) + .saturating_add(T::DbWeight::get().reads(24_u64)) + .saturating_add(T::DbWeight::get().writes(23_u64)) } /// Storage: DexStable Pools (r:1 w:1) /// Proof: DexStable Pools (max_values: None, max_size: Some(816), added: 3291, mode: MaxEncodedLen) @@ -167,8 +153,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2437` // Estimated: `8760` - // Minimum execution time: 178_146_000 picoseconds. - Weight::from_parts(179_620_000, 8760) + // Minimum execution time: 142_190_000 picoseconds. + Weight::from_parts(142_190_000, 8760) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -183,19 +169,14 @@ impl dex_stable::WeightInfo for WeightInfo { /// 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 `b` is `[2, 10]`. - fn remove_liquidity_imbalance (b: u32, ) -> Weight { + fn remove_liquidity_imbalance (_b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1368 + b * (189 ±0)` - // Estimated: `4281 + b * (5180 ±0)` - // Minimum execution time: 177_185_000 picoseconds. - Weight::from_parts(108_143_142, 4281) - // Standard Error: 537_782 - .saturating_add(Weight::from_parts(39_454_173, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(b.into())) + // Measured: `1364 + b * (189 ±0)` + // Estimated: `55380` + // Minimum execution time: 140_046_000 picoseconds. + Weight::from_parts(420_851_000, 55380) + .saturating_add(T::DbWeight::get().reads(25_u64)) + .saturating_add(T::DbWeight::get().writes(23_u64)) } /// Storage: DexStable Pools (r:2 w:2) /// Proof: DexStable Pools (max_values: None, max_size: Some(816), added: 3291, mode: MaxEncodedLen) @@ -211,14 +192,14 @@ impl dex_stable::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 10]`. fn add_pool_and_base_pool_liquidity (b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1708 + b * (187 ±0) + m * (117 ±0)` + // Measured: `1656 + b * (187 ±0) + m * (121 ±0)` // Estimated: `7572 + b * (5180 ±0) + m * (5180 ±0)` - // Minimum execution time: 699_882_000 picoseconds. - Weight::from_parts(148_335_738, 7572) - // Standard Error: 161_576 - .saturating_add(Weight::from_parts(45_050_514, 0).saturating_mul(b.into())) - // Standard Error: 161_576 - .saturating_add(Weight::from_parts(55_322_501, 0).saturating_mul(m.into())) + // Minimum execution time: 509_166_000 picoseconds. + Weight::from_parts(298_413_500, 7572) + // Standard Error: 305_382 + .saturating_add(Weight::from_parts(14_340_562, 0).saturating_mul(b.into())) + // Standard Error: 305_382 + .saturating_add(Weight::from_parts(33_673_437, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(m.into()))) @@ -240,14 +221,14 @@ impl dex_stable::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 10]`. fn remove_pool_and_base_pool_liquidity (b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1951 + b * (187 ±0) + m * (184 ±0)` + // Measured: `1902 + b * (187 ±0) + m * (189 ±0)` // Estimated: `7572 + b * (5180 ±0) + m * (5180 ±0)` - // Minimum execution time: 556_133_000 picoseconds. - Weight::from_parts(182_776_140, 7572) - // Standard Error: 257_496 - .saturating_add(Weight::from_parts(32_276_393, 0).saturating_mul(b.into())) - // Standard Error: 257_496 - .saturating_add(Weight::from_parts(31_958_805, 0).saturating_mul(m.into())) + // Minimum execution time: 396_145_000 picoseconds. + Weight::from_parts(151_935_500, 7572) + // Standard Error: 6_422_769 + .saturating_add(Weight::from_parts(19_184_312, 0).saturating_mul(b.into())) + // Standard Error: 6_422_769 + .saturating_add(Weight::from_parts(26_183_187, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(m.into()))) @@ -271,8 +252,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4278` // Estimated: `13940` - // Minimum execution time: 350_151_000 picoseconds. - Weight::from_parts(353_107_000, 13940) + // Minimum execution time: 501_143_000 picoseconds. + Weight::from_parts(501_143_000, 13940) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -290,8 +271,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4508` // Estimated: `39840` - // Minimum execution time: 422_676_000 picoseconds. - Weight::from_parts(427_075_000, 39840) + // Minimum execution time: 336_939_000 picoseconds. + Weight::from_parts(336_939_000, 39840) .saturating_add(T::DbWeight::get().reads(20_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -309,8 +290,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4308` // Estimated: `16530` - // Minimum execution time: 331_324_000 picoseconds. - Weight::from_parts(337_195_000, 16530) + // Minimum execution time: 246_937_000 picoseconds. + Weight::from_parts(246_937_000, 16530) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -326,8 +307,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2680` // Estimated: `11350` - // Minimum execution time: 163_748_000 picoseconds. - Weight::from_parts(164_570_000, 11350) + // Minimum execution time: 125_018_000 picoseconds. + Weight::from_parts(125_018_000, 11350) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -337,8 +318,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `874` // Estimated: `4281` - // Minimum execution time: 32_756_000 picoseconds. - Weight::from_parts(33_778_000, 4281) + // Minimum execution time: 27_334_000 picoseconds. + Weight::from_parts(27_334_000, 4281) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -348,8 +329,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `874` // Estimated: `4281` - // Minimum execution time: 32_465_000 picoseconds. - Weight::from_parts(33_146_000, 4281) + // Minimum execution time: 27_081_000 picoseconds. + Weight::from_parts(27_081_000, 4281) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -359,8 +340,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `874` // Estimated: `4281` - // Minimum execution time: 32_365_000 picoseconds. - Weight::from_parts(33_006_000, 4281) + // Minimum execution time: 27_139_000 picoseconds. + Weight::from_parts(27_139_000, 4281) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -372,8 +353,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `968` // Estimated: `4281` - // Minimum execution time: 40_401_000 picoseconds. - Weight::from_parts(41_092_000, 4281) + // Minimum execution time: 53_680_000 picoseconds. + Weight::from_parts(53_680_000, 4281) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -385,8 +366,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `968` // Estimated: `4281` - // Minimum execution time: 40_571_000 picoseconds. - Weight::from_parts(40_812_000, 4281) + // Minimum execution time: 32_131_000 picoseconds. + Weight::from_parts(32_131_000, 4281) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -398,8 +379,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2064` // Estimated: `26890` - // Minimum execution time: 167_655_000 picoseconds. - Weight::from_parts(168_567_000, 26890) + // Minimum execution time: 121_143_000 picoseconds. + Weight::from_parts(121_143_000, 26890) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/interlay/src/weights/dex_swap_router.rs b/parachain/runtime/interlay/src/weights/dex_swap_router.rs index bd292ea62d..a900439730 100644 --- a/parachain/runtime/interlay/src/weights/dex_swap_router.rs +++ b/parachain/runtime/interlay/src/weights/dex_swap_router.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for dex_swap_router //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -41,13 +41,11 @@ pub struct WeightInfo(PhantomData); impl dex_swap_router::WeightInfo for WeightInfo { /// The range of component `a` is `[2, 10]`. - fn validate_routes (a: u32, ) -> Weight { + fn validate_routes (_a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 631_000 picoseconds. - Weight::from_parts(545_230, 0) - // Standard Error: 725 - .saturating_add(Weight::from_parts(102_563, 0).saturating_mul(a.into())) + // Minimum execution time: 2_839_000 picoseconds. + Weight::from_parts(3_709_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/escrow.rs b/parachain/runtime/interlay/src/weights/escrow.rs index 80ba563917..3c38ec56fd 100644 --- a/parachain/runtime/interlay/src/weights/escrow.rs +++ b/parachain/runtime/interlay/src/weights/escrow.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for escrow //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -76,8 +76,8 @@ impl escrow::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1094` // Estimated: `136584` - // Minimum execution time: 460_452_000 picoseconds. - Weight::from_parts(464_921_000, 136584) + // Minimum execution time: 313_466_000 picoseconds. + Weight::from_parts(313_466_000, 136584) .saturating_add(T::DbWeight::get().reads(68_u64)) .saturating_add(T::DbWeight::get().writes(63_u64)) } @@ -115,8 +115,8 @@ impl escrow::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1683` // Estimated: `4733` - // Minimum execution time: 205_251_000 picoseconds. - Weight::from_parts(206_143_000, 4733) + // Minimum execution time: 157_765_000 picoseconds. + Weight::from_parts(157_765_000, 4733) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(11_u64)) } @@ -154,8 +154,8 @@ impl escrow::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1683` // Estimated: `485613` - // Minimum execution time: 1_203_991_000 picoseconds. - Weight::from_parts(1_215_614_000, 485613) + // Minimum execution time: 812_134_000 picoseconds. + Weight::from_parts(812_134_000, 485613) .saturating_add(T::DbWeight::get().reads(206_u64)) .saturating_add(T::DbWeight::get().writes(202_u64)) } @@ -191,8 +191,8 @@ impl escrow::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1902` // Estimated: `485613` - // Minimum execution time: 1_187_508_000 picoseconds. - Weight::from_parts(1_208_961_000, 485613) + // Minimum execution time: 916_174_000 picoseconds. + Weight::from_parts(916_174_000, 485613) .saturating_add(T::DbWeight::get().reads(206_u64)) .saturating_add(T::DbWeight::get().writes(204_u64)) } @@ -202,8 +202,8 @@ impl escrow::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_060_000 picoseconds. - Weight::from_parts(10_421_000, 0) + // Minimum execution time: 14_120_000 picoseconds. + Weight::from_parts(14_120_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Escrow Blocks (r:0 w:1) @@ -212,8 +212,8 @@ impl escrow::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_020_000 picoseconds. - Weight::from_parts(10_881_000, 0) + // Minimum execution time: 13_608_000 picoseconds. + Weight::from_parts(13_608_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Escrow Locked (r:1 w:1) @@ -246,8 +246,8 @@ impl escrow::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1490` // Estimated: `483102` - // Minimum execution time: 1_173_299_000 picoseconds. - Weight::from_parts(1_186_816_000, 483102) + // Minimum execution time: 837_237_000 picoseconds. + Weight::from_parts(837_237_000, 483102) .saturating_add(T::DbWeight::get().reads(203_u64)) .saturating_add(T::DbWeight::get().writes(200_u64)) } diff --git a/parachain/runtime/interlay/src/weights/farming.rs b/parachain/runtime/interlay/src/weights/farming.rs index 9a4cebd139..e0b60076c4 100644 --- a/parachain/runtime/interlay/src/weights/farming.rs +++ b/parachain/runtime/interlay/src/weights/farming.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for farming //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -45,17 +45,13 @@ impl farming::WeightInfo for WeightInfo { /// Storage: FarmingRewards TotalStake (r:2 w:0) /// Proof: FarmingRewards TotalStake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) /// The range of component `c` is `[1, 4]`. - fn on_initialize (c: u32, ) -> Weight { + fn on_initialize (_c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `208 + c * (41 ±0)` - // Estimated: `3539 + c * (2549 ±45)` - // Minimum execution time: 29_038_000 picoseconds. - Weight::from_parts(25_341_704, 3539) - // Standard Error: 136_097 - .saturating_add(Weight::from_parts(9_901_018, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 2549).saturating_mul(c.into())) + // Measured: `212 + c * (38 ±0)` + // Estimated: `13735` + // Minimum execution time: 29_973_000 picoseconds. + Weight::from_parts(57_759_000, 13735) + .saturating_add(T::DbWeight::get().reads(7_u64)) } /// Storage: Tokens Accounts (r:2 w:2) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) @@ -67,8 +63,8 @@ impl farming::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `847` // Estimated: `6170` - // Minimum execution time: 96_002_000 picoseconds. - Weight::from_parts(98_848_000, 6170) + // Minimum execution time: 82_118_000 picoseconds. + Weight::from_parts(82_118_000, 6170) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -82,8 +78,8 @@ impl farming::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `945` // Estimated: `6170` - // Minimum execution time: 76_924_000 picoseconds. - Weight::from_parts(78_778_000, 6170) + // Minimum execution time: 64_009_000 picoseconds. + Weight::from_parts(64_009_000, 6170) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -100,19 +96,14 @@ impl farming::WeightInfo for WeightInfo { /// Storage: FarmingRewards RewardPerToken (r:4 w:0) /// Proof: FarmingRewards RewardPerToken (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) /// The range of component `c` is `[1, 4]`. - fn deposit (c: u32, ) -> Weight { + fn deposit (_c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `900 + c * (70 ±0)` - // Estimated: `3603 + c * (2577 ±0)` - // Minimum execution time: 92_525_000 picoseconds. - Weight::from_parts(83_566_332, 3603) - // Standard Error: 141_739 - .saturating_add(Weight::from_parts(12_357_123, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 2577).saturating_mul(c.into())) + // Measured: `899 + c * (70 ±0)` + // Estimated: `11298` + // Minimum execution time: 79_379_000 picoseconds. + Weight::from_parts(107_147_000, 11298) + .saturating_add(T::DbWeight::get().reads(12_u64)) + .saturating_add(T::DbWeight::get().writes(7_u64)) } /// Storage: FarmingRewards RewardCurrencies (r:1 w:0) /// Proof: FarmingRewards RewardCurrencies (max_values: None, max_size: Some(138), added: 2613, mode: MaxEncodedLen) @@ -127,19 +118,14 @@ impl farming::WeightInfo for WeightInfo { /// Storage: FarmingRewards RewardPerToken (r:4 w:0) /// Proof: FarmingRewards RewardPerToken (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) /// The range of component `c` is `[1, 4]`. - fn withdraw (c: u32, ) -> Weight { + fn withdraw (_c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `900 + c * (70 ±0)` - // Estimated: `3603 + c * (2577 ±0)` - // Minimum execution time: 85_000_000 picoseconds. - Weight::from_parts(74_727_024, 3603) - // Standard Error: 76_360 - .saturating_add(Weight::from_parts(12_445_425, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 2577).saturating_mul(c.into())) + // Measured: `899 + c * (70 ±0)` + // Estimated: `11298` + // Minimum execution time: 73_163_000 picoseconds. + Weight::from_parts(99_979_000, 11298) + .saturating_add(T::DbWeight::get().reads(12_u64)) + .saturating_add(T::DbWeight::get().writes(7_u64)) } /// Storage: FarmingRewards Stake (r:1 w:0) /// Proof: FarmingRewards Stake (max_values: None, max_size: Some(75), added: 2550, mode: MaxEncodedLen) @@ -157,8 +143,8 @@ impl farming::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1318` // Estimated: `6170` - // Minimum execution time: 126_974_000 picoseconds. - Weight::from_parts(128_337_000, 6170) + // Minimum execution time: 99_441_000 picoseconds. + Weight::from_parts(99_441_000, 6170) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/parachain/runtime/interlay/src/weights/fee.rs b/parachain/runtime/interlay/src/weights/fee.rs index 2ecdd22440..b0d9a78fc9 100644 --- a/parachain/runtime/interlay/src/weights/fee.rs +++ b/parachain/runtime/interlay/src/weights/fee.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for fee //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -88,8 +88,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2962` // Estimated: `11350` - // Minimum execution time: 584_140_000 picoseconds. - Weight::from_parts(593_319_000, 11350) + // Minimum execution time: 425_819_000 picoseconds. + Weight::from_parts(425_819_000, 11350) .saturating_add(T::DbWeight::get().reads(35_u64)) .saturating_add(T::DbWeight::get().writes(25_u64)) } @@ -99,8 +99,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_197_000 picoseconds. - Weight::from_parts(8_557_000, 0) + // Minimum execution time: 12_322_000 picoseconds. + Weight::from_parts(12_322_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Fee IssueGriefingCollateral (r:0 w:1) @@ -109,8 +109,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_416_000 picoseconds. - Weight::from_parts(8_627_000, 0) + // Minimum execution time: 12_270_000 picoseconds. + Weight::from_parts(12_270_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Fee RedeemFee (r:0 w:1) @@ -119,8 +119,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_397_000 picoseconds. - Weight::from_parts(8_597_000, 0) + // Minimum execution time: 12_308_000 picoseconds. + Weight::from_parts(12_308_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Fee PremiumRedeemFee (r:0 w:1) @@ -129,8 +129,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_166_000 picoseconds. - Weight::from_parts(8_507_000, 0) + // Minimum execution time: 11_928_000 picoseconds. + Weight::from_parts(11_928_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Fee PunishmentFee (r:0 w:1) @@ -139,8 +139,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_317_000 picoseconds. - Weight::from_parts(8_537_000, 0) + // Minimum execution time: 12_065_000 picoseconds. + Weight::from_parts(12_065_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Fee ReplaceGriefingCollateral (r:0 w:1) @@ -149,8 +149,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_227_000 picoseconds. - Weight::from_parts(8_527_000, 0) + // Minimum execution time: 32_265_000 picoseconds. + Weight::from_parts(32_265_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Nomination Vaults (r:1 w:0) @@ -161,8 +161,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `167` // Estimated: `3536` - // Minimum execution time: 18_618_000 picoseconds. - Weight::from_parts(18_778_000, 3536) + // Minimum execution time: 21_115_000 picoseconds. + Weight::from_parts(21_115_000, 3536) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/interlay/src/weights/frame_system.rs b/parachain/runtime/interlay/src/weights/frame_system.rs index adcc70b9c8..2d7ba6a764 100644 --- a/parachain/runtime/interlay/src/weights/frame_system.rs +++ b/parachain/runtime/interlay/src/weights/frame_system.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for frame_system //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -41,24 +41,20 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. - fn remark (b: u32, ) -> Weight { + fn remark (_b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_790_000 picoseconds. - Weight::from_parts(4_890_000, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(373, 0).saturating_mul(b.into())) + // Minimum execution time: 8_974_000 picoseconds. + Weight::from_parts(1_911_064_000, 0) } /// The range of component `b` is `[0, 3932160]`. - fn remark_with_event (b: u32, ) -> Weight { + fn remark_with_event (_b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_970_000 picoseconds. - Weight::from_parts(15_040_000, 0) - // Standard Error: 3 - .saturating_add(Weight::from_parts(1_626, 0).saturating_mul(b.into())) + // Minimum execution time: 19_399_000 picoseconds. + Weight::from_parts(5_519_412_000, 0) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -68,50 +64,43 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 8_798_000 picoseconds. - Weight::from_parts(8_948_000, 1485) + // Minimum execution time: 33_497_000 picoseconds. + Weight::from_parts(33_497_000, 1485) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `i` is `[0, 1000]`. - fn set_storage (i: u32, ) -> Weight { + fn set_storage (_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_579_000 picoseconds. - Weight::from_parts(4_600_000, 0) - // Standard Error: 10_040 - .saturating_add(Weight::from_parts(1_289_257, 0).saturating_mul(i.into())) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) + // Minimum execution time: 8_849_000 picoseconds. + Weight::from_parts(1_073_399_000, 0) + .saturating_add(T::DbWeight::get().writes(1000_u64)) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `i` is `[0, 1000]`. - fn kill_storage (i: u32, ) -> Weight { + fn kill_storage (_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_680_000 picoseconds. - Weight::from_parts(4_790_000, 0) - // Standard Error: 1_261 - .saturating_add(Weight::from_parts(863_163, 0).saturating_mul(i.into())) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) + // Minimum execution time: 9_313_000 picoseconds. + Weight::from_parts(640_607_000, 0) + .saturating_add(T::DbWeight::get().writes(1000_u64)) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `p` is `[0, 1000]`. - fn kill_prefix (p: u32, ) -> Weight { + fn kill_prefix (_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `124 + p * (69 ±0)` - // Estimated: `111 + p * (70 ±0)` - // Minimum execution time: 8_637_000 picoseconds. - Weight::from_parts(8_697_000, 111) - // Standard Error: 14_450 - .saturating_add(Weight::from_parts(1_539_477, 0).saturating_mul(p.into())) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) + // Estimated: `69676` + // Minimum execution time: 13_911_000 picoseconds. + Weight::from_parts(1_150_870_000, 69676) + .saturating_add(T::DbWeight::get().reads(1000_u64)) + .saturating_add(T::DbWeight::get().writes(1000_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/issue.rs b/parachain/runtime/interlay/src/weights/issue.rs index fa72cf8d1c..96ea580580 100644 --- a/parachain/runtime/interlay/src/weights/issue.rs +++ b/parachain/runtime/interlay/src/weights/issue.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for issue //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -80,8 +80,8 @@ impl issue::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2681` // Estimated: `6028` - // Minimum execution time: 556_004_000 picoseconds. - Weight::from_parts(558_989_000, 6028) + // Minimum execution time: 45_359_411_000 picoseconds. + Weight::from_parts(45_359_411_000, 6028) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -113,18 +113,18 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[1, 10]`. /// The range of component `b` is `[770, 2048]`. - fn execute_issue_exact (h: u32, i: u32, _o: u32, b: u32, ) -> Weight { + fn execute_issue_exact (h: u32, i: u32, o: u32, _b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2434` + // Measured: `2438` // Estimated: `3737` - // Minimum execution time: 195_191_000 picoseconds. - Weight::from_parts(33_956_966, 3737) - // Standard Error: 810_295 - .saturating_add(Weight::from_parts(10_187_551, 0).saturating_mul(h.into())) - // Standard Error: 730_159 - .saturating_add(Weight::from_parts(7_188_076, 0).saturating_mul(i.into())) - // Standard Error: 5_239 - .saturating_add(Weight::from_parts(34_842, 0).saturating_mul(b.into())) + // Minimum execution time: 159_188_000 picoseconds. + Weight::from_parts(137_343_722, 3737) + // Standard Error: 376_288 + .saturating_add(Weight::from_parts(2_513_375, 0).saturating_mul(h.into())) + // Standard Error: 334_478 + .saturating_add(Weight::from_parts(1_321_222, 0).saturating_mul(i.into())) + // Standard Error: 334_478 + .saturating_add(Weight::from_parts(831_666, 0).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -166,14 +166,16 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[1, 10]`. /// The range of component `b` is `[770, 2048]`. - fn execute_issue_overpayment (h: u32, _i: u32, _o: u32, _b: u32, ) -> Weight { + fn execute_issue_overpayment (_h: u32, i: u32, o: u32, _b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `3248` // Estimated: `3737` - // Minimum execution time: 313_197_000 picoseconds. - Weight::from_parts(676_783_389, 3737) - // Standard Error: 967_719 - .saturating_add(Weight::from_parts(1_294_288, 0).saturating_mul(h.into())) + // Minimum execution time: 250_868_000 picoseconds. + Weight::from_parts(302_832_133, 3737) + // Standard Error: 820_414 + .saturating_add(Weight::from_parts(1_466_666, 0).saturating_mul(i.into())) + // Standard Error: 820_414 + .saturating_add(Weight::from_parts(585_555, 0).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -207,18 +209,16 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[1, 10]`. /// The range of component `b` is `[770, 2048]`. - fn execute_issue_underpayment (h: u32, _i: u32, o: u32, b: u32, ) -> Weight { + fn execute_issue_underpayment (h: u32, i: u32, _o: u32, _b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2739` + // Measured: `2737` // Estimated: `3737` - // Minimum execution time: 231_854_000 picoseconds. - Weight::from_parts(253_010_791, 3737) - // Standard Error: 189_488 - .saturating_add(Weight::from_parts(3_800_800, 0).saturating_mul(h.into())) - // Standard Error: 170_748 - .saturating_add(Weight::from_parts(167_716, 0).saturating_mul(o.into())) - // Standard Error: 1_225 - .saturating_add(Weight::from_parts(6_220, 0).saturating_mul(b.into())) + // Minimum execution time: 196_137_000 picoseconds. + Weight::from_parts(327_114_730, 3737) + // Standard Error: 192_365 + .saturating_add(Weight::from_parts(371_312, 0).saturating_mul(h.into())) + // Standard Error: 170_991 + .saturating_add(Weight::from_parts(939_500, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -250,20 +250,18 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[1, 10]`. /// The range of component `b` is `[770, 2048]`. - fn execute_expired_issue_exact (h: u32, i: u32, o: u32, b: u32, ) -> Weight { + fn execute_expired_issue_exact (h: u32, i: u32, _o: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3363` + // Measured: `3297` // Estimated: `3737` - // Minimum execution time: 201_924_000 picoseconds. - Weight::from_parts(139_929_561, 3737) - // Standard Error: 194_156 - .saturating_add(Weight::from_parts(3_652_125, 0).saturating_mul(h.into())) - // Standard Error: 174_955 - .saturating_add(Weight::from_parts(1_547_829, 0).saturating_mul(i.into())) - // Standard Error: 174_955 - .saturating_add(Weight::from_parts(1_815_584, 0).saturating_mul(o.into())) - // Standard Error: 1_255 - .saturating_add(Weight::from_parts(16_572, 0).saturating_mul(b.into())) + // Minimum execution time: 159_633_000 picoseconds. + Weight::from_parts(148_776_039, 3737) + // Standard Error: 58_997 + .saturating_add(Weight::from_parts(2_444_062, 0).saturating_mul(h.into())) + // Standard Error: 52_442 + .saturating_add(Weight::from_parts(792_611, 0).saturating_mul(i.into())) + // Standard Error: 369 + .saturating_add(Weight::from_parts(1_941, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -305,20 +303,18 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[1, 10]`. /// The range of component `b` is `[770, 2048]`. - fn execute_expired_issue_overpayment (h: u32, i: u32, o: u32, b: u32, ) -> Weight { + fn execute_expired_issue_overpayment (h: u32, i: u32, o: u32, _b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3947 + h * (1 ±0) + i * (1 ±0)` + // Measured: `3988 + h * (9 ±0) + i * (4 ±0)` // Estimated: `3737` - // Minimum execution time: 319_510_000 picoseconds. - Weight::from_parts(297_484_836, 3737) - // Standard Error: 93_915 - .saturating_add(Weight::from_parts(3_775_028, 0).saturating_mul(h.into())) - // Standard Error: 84_627 - .saturating_add(Weight::from_parts(1_330_041, 0).saturating_mul(i.into())) - // Standard Error: 84_627 - .saturating_add(Weight::from_parts(179_165, 0).saturating_mul(o.into())) - // Standard Error: 607 - .saturating_add(Weight::from_parts(2_628, 0).saturating_mul(b.into())) + // Minimum execution time: 250_046_000 picoseconds. + Weight::from_parts(249_193_920, 3737) + // Standard Error: 13_315 + .saturating_add(Weight::from_parts(2_123_687, 0).saturating_mul(h.into())) + // Standard Error: 11_835 + .saturating_add(Weight::from_parts(1_366_722, 0).saturating_mul(i.into())) + // Standard Error: 11_835 + .saturating_add(Weight::from_parts(663_611, 0).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -354,16 +350,16 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `b` is `[770, 2048]`. fn execute_expired_issue_underpayment (h: u32, i: u32, _o: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3653` + // Measured: `4267` // Estimated: `3737` - // Minimum execution time: 241_423_000 picoseconds. - Weight::from_parts(228_353_888, 3737) - // Standard Error: 69_658 - .saturating_add(Weight::from_parts(3_202_457, 0).saturating_mul(h.into())) - // Standard Error: 62_769 - .saturating_add(Weight::from_parts(689_283, 0).saturating_mul(i.into())) - // Standard Error: 450 - .saturating_add(Weight::from_parts(3_239, 0).saturating_mul(b.into())) + // Minimum execution time: 196_588_000 picoseconds. + Weight::from_parts(181_179_964, 3737) + // Standard Error: 127_089 + .saturating_add(Weight::from_parts(2_028_625, 0).saturating_mul(h.into())) + // Standard Error: 112_968 + .saturating_add(Weight::from_parts(1_394_666, 0).saturating_mul(i.into())) + // Standard Error: 795 + .saturating_add(Weight::from_parts(6_731, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -381,8 +377,8 @@ impl issue::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1495` // Estimated: `3737` - // Minimum execution time: 89_729_000 picoseconds. - Weight::from_parts(90_551_000, 3737) + // Minimum execution time: 76_434_000 picoseconds. + Weight::from_parts(76_434_000, 3737) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -392,8 +388,8 @@ impl issue::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 17_425_000 picoseconds. - Weight::from_parts(17_906_000, 0) + // Minimum execution time: 22_248_000 picoseconds. + Weight::from_parts(22_248_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/loans.rs b/parachain/runtime/interlay/src/weights/loans.rs index 3ba00f5f52..138f3790fb 100644 --- a/parachain/runtime/interlay/src/weights/loans.rs +++ b/parachain/runtime/interlay/src/weights/loans.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for loans //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -54,8 +54,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78` // Estimated: `6260` - // Minimum execution time: 54_068_000 picoseconds. - Weight::from_parts(54_850_000, 6260) + // Minimum execution time: 51_816_000 picoseconds. + Weight::from_parts(51_816_000, 6260) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -65,8 +65,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `343` // Estimated: `3625` - // Minimum execution time: 26_934_000 picoseconds. - Weight::from_parts(27_294_000, 3625) + // Minimum execution time: 27_185_000 picoseconds. + Weight::from_parts(27_185_000, 3625) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -76,8 +76,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `343` // Estimated: `3625` - // Minimum execution time: 28_397_000 picoseconds. - Weight::from_parts(28_928_000, 3625) + // Minimum execution time: 28_011_000 picoseconds. + Weight::from_parts(28_011_000, 3625) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -87,8 +87,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `343` // Estimated: `3625` - // Minimum execution time: 32_044_000 picoseconds. - Weight::from_parts(32_375_000, 3625) + // Minimum execution time: 30_558_000 picoseconds. + Weight::from_parts(30_558_000, 3625) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -100,8 +100,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `354` // Estimated: `3625` - // Minimum execution time: 39_699_000 picoseconds. - Weight::from_parts(40_140_000, 3625) + // Minimum execution time: 36_654_000 picoseconds. + Weight::from_parts(36_654_000, 3625) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -113,8 +113,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `821` // Estimated: `6170` - // Minimum execution time: 84_590_000 picoseconds. - Weight::from_parts(85_742_000, 6170) + // Minimum execution time: 68_043_000 picoseconds. + Weight::from_parts(68_043_000, 6170) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -132,8 +132,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `357` // Estimated: `6260` - // Minimum execution time: 63_608_000 picoseconds. - Weight::from_parts(64_559_000, 6260) + // Minimum execution time: 56_200_000 picoseconds. + Weight::from_parts(56_200_000, 6260) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -169,8 +169,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2066` // Estimated: `8760` - // Minimum execution time: 205_252_000 picoseconds. - Weight::from_parts(210_712_000, 8760) + // Minimum execution time: 161_630_000 picoseconds. + Weight::from_parts(161_630_000, 8760) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -206,8 +206,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2066` // Estimated: `8760` - // Minimum execution time: 195_301_000 picoseconds. - Weight::from_parts(198_498_000, 8760) + // Minimum execution time: 152_089_000 picoseconds. + Weight::from_parts(152_089_000, 8760) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -245,8 +245,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1481` // Estimated: `8760` - // Minimum execution time: 281_373_000 picoseconds. - Weight::from_parts(283_498_000, 8760) + // Minimum execution time: 216_603_000 picoseconds. + Weight::from_parts(216_603_000, 8760) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -292,8 +292,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2171` // Estimated: `6260` - // Minimum execution time: 276_714_000 picoseconds. - Weight::from_parts(278_708_000, 6260) + // Minimum execution time: 215_286_000 picoseconds. + Weight::from_parts(215_286_000, 6260) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -333,8 +333,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2016` // Estimated: `8760` - // Minimum execution time: 343_288_000 picoseconds. - Weight::from_parts(346_344_000, 8760) + // Minimum execution time: 253_117_000 picoseconds. + Weight::from_parts(253_117_000, 8760) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -374,8 +374,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2016` // Estimated: `8760` - // Minimum execution time: 344_951_000 picoseconds. - Weight::from_parts(348_397_000, 8760) + // Minimum execution time: 258_503_000 picoseconds. + Weight::from_parts(258_503_000, 8760) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -405,8 +405,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1875` // Estimated: `6260` - // Minimum execution time: 172_034_000 picoseconds. - Weight::from_parts(173_187_000, 6260) + // Minimum execution time: 135_549_000 picoseconds. + Weight::from_parts(135_549_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -436,8 +436,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1875` // Estimated: `6260` - // Minimum execution time: 192_575_000 picoseconds. - Weight::from_parts(194_841_000, 6260) + // Minimum execution time: 149_501_000 picoseconds. + Weight::from_parts(149_501_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -453,8 +453,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1184` // Estimated: `6260` - // Minimum execution time: 96_493_000 picoseconds. - Weight::from_parts(96_834_000, 6260) + // Minimum execution time: 78_597_000 picoseconds. + Weight::from_parts(78_597_000, 6260) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -490,8 +490,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2101` // Estimated: `6260` - // Minimum execution time: 238_287_000 picoseconds. - Weight::from_parts(239_900_000, 6260) + // Minimum execution time: 188_435_000 picoseconds. + Weight::from_parts(188_435_000, 6260) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -543,8 +543,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3615` // Estimated: `16530` - // Minimum execution time: 821_475_000 picoseconds. - Weight::from_parts(827_197_000, 16530) + // Minimum execution time: 745_635_000 picoseconds. + Weight::from_parts(745_635_000, 16530) .saturating_add(T::DbWeight::get().reads(44_u64)) .saturating_add(T::DbWeight::get().writes(21_u64)) } @@ -584,8 +584,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2949` // Estimated: `11350` - // Minimum execution time: 439_370_000 picoseconds. - Weight::from_parts(443_348_000, 11350) + // Minimum execution time: 516_606_000 picoseconds. + Weight::from_parts(516_606_000, 11350) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -605,8 +605,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1305` // Estimated: `6260` - // Minimum execution time: 123_618_000 picoseconds. - Weight::from_parts(124_138_000, 6260) + // Minimum execution time: 129_629_000 picoseconds. + Weight::from_parts(129_629_000, 6260) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -626,8 +626,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1536` // Estimated: `6260` - // Minimum execution time: 107_896_000 picoseconds. - Weight::from_parts(109_179_000, 6260) + // Minimum execution time: 139_341_000 picoseconds. + Weight::from_parts(139_341_000, 6260) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/parachain/runtime/interlay/src/weights/nomination.rs b/parachain/runtime/interlay/src/weights/nomination.rs index 243cd4d2d4..6165e42146 100644 --- a/parachain/runtime/interlay/src/weights/nomination.rs +++ b/parachain/runtime/interlay/src/weights/nomination.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for nomination //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,8 +46,8 @@ impl nomination::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_456_000 picoseconds. - Weight::from_parts(8_577_000, 0) + // Minimum execution time: 13_099_000 picoseconds. + Weight::from_parts(13_099_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Nomination NominationLimit (r:0 w:1) @@ -56,8 +56,8 @@ impl nomination::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_274_000 picoseconds. - Weight::from_parts(12_395_000, 0) + // Minimum execution time: 23_809_000 picoseconds. + Weight::from_parts(23_809_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Nomination NominationEnabled (r:1 w:0) @@ -70,8 +70,8 @@ impl nomination::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `642` // Estimated: `3725` - // Minimum execution time: 43_357_000 picoseconds. - Weight::from_parts(44_048_000, 3725) + // Minimum execution time: 73_518_000 picoseconds. + Weight::from_parts(73_518_000, 3725) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -149,8 +149,8 @@ impl nomination::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4500` // Estimated: `11486` - // Minimum execution time: 707_246_000 picoseconds. - Weight::from_parts(712_346_000, 11486) + // Minimum execution time: 1_003_883_000 picoseconds. + Weight::from_parts(1_003_883_000, 11486) .saturating_add(T::DbWeight::get().reads(53_u64)) .saturating_add(T::DbWeight::get().writes(26_u64)) } @@ -250,8 +250,8 @@ impl nomination::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `5681` // Estimated: `8760` - // Minimum execution time: 846_906_000 picoseconds. - Weight::from_parts(868_049_000, 8760) + // Minimum execution time: 929_215_000 picoseconds. + Weight::from_parts(929_215_000, 8760) .saturating_add(T::DbWeight::get().reads(63_u64)) .saturating_add(T::DbWeight::get().writes(34_u64)) } @@ -349,8 +349,8 @@ impl nomination::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6006` // Estimated: `8760` - // Minimum execution time: 892_548_000 picoseconds. - Weight::from_parts(901_395_000, 8760) + // Minimum execution time: 758_172_000 picoseconds. + Weight::from_parts(758_172_000, 8760) .saturating_add(T::DbWeight::get().reads(60_u64)) .saturating_add(T::DbWeight::get().writes(34_u64)) } diff --git a/parachain/runtime/interlay/src/weights/oracle.rs b/parachain/runtime/interlay/src/weights/oracle.rs index ad7c77eaaf..bb80b427ce 100644 --- a/parachain/runtime/interlay/src/weights/oracle.rs +++ b/parachain/runtime/interlay/src/weights/oracle.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for oracle //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -40,57 +40,51 @@ pub struct WeightInfo(PhantomData); impl oracle::WeightInfo for WeightInfo { - /// Storage: Oracle RawValuesUpdated (r:1000 w:999) + /// Storage: Oracle RawValuesUpdated (r:1001 w:1000) /// Proof: Oracle RawValuesUpdated (max_values: None, max_size: Some(29), added: 2504, 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: Oracle RawValues (r:1998 w:0) + /// Storage: Oracle RawValues (r:2000 w:0) /// Proof: Oracle RawValues (max_values: None, max_size: Some(100), added: 2575, mode: MaxEncodedLen) /// Storage: Oracle MaxDelay (r:1 w:0) /// Proof: Oracle MaxDelay (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) - /// Storage: VaultRewards TotalStake (r:999 w:0) + /// Storage: VaultRewards TotalStake (r:1000 w:0) /// Proof: VaultRewards TotalStake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) - /// Storage: VaultCapacity Stake (r:999 w:0) + /// Storage: VaultCapacity Stake (r:1000 w:0) /// Proof: VaultCapacity Stake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) - /// Storage: Loans Markets (r:999 w:0) + /// Storage: Loans Markets (r:1000 w:0) /// Proof: Loans Markets (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) - /// Storage: Oracle Aggregate (r:0 w:999) + /// Storage: Oracle Aggregate (r:0 w:1000) /// Proof: Oracle Aggregate (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) - /// Storage: Oracle ValidUntil (r:0 w:999) + /// Storage: Oracle ValidUntil (r:0 w:1000) /// Proof: Oracle ValidUntil (max_values: None, max_size: Some(36), added: 2511, mode: MaxEncodedLen) /// The range of component `u` is `[1, 1000]`. - fn on_initialize (u: u32, ) -> Weight { + fn on_initialize (_u: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `678 + u * (127 ±0)` - // Estimated: `3494 + u * (5150 ±0)` - // Minimum execution time: 82_555_000 picoseconds. - Weight::from_parts(82_936_000, 3494) - // Standard Error: 44_981 - .saturating_add(Weight::from_parts(45_674_981, 0).saturating_mul(u.into())) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(u.into()))) - .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(u.into()))) - .saturating_add(Weight::from_parts(0, 5150).saturating_mul(u.into())) + // Measured: `590 + u * (127 ±0)` + // Estimated: `5150990` + // Minimum execution time: 70_817_000 picoseconds. + Weight::from_parts(35_252_159_000, 5150990) + .saturating_add(T::DbWeight::get().reads(6003_u64)) + .saturating_add(T::DbWeight::get().writes(3000_u64)) } /// Storage: Oracle AuthorizedOracles (r:1 w:0) /// Proof: Oracle AuthorizedOracles (max_values: None, max_size: Some(305), added: 2780, 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: Oracle RawValuesUpdated (r:0 w:999) + /// Storage: Oracle RawValuesUpdated (r:0 w:1000) /// Proof: Oracle RawValuesUpdated (max_values: None, max_size: Some(29), added: 2504, mode: MaxEncodedLen) - /// Storage: Oracle RawValues (r:0 w:999) + /// Storage: Oracle RawValues (r:0 w:1000) /// Proof: Oracle RawValues (max_values: None, max_size: Some(100), added: 2575, mode: MaxEncodedLen) /// The range of component `u` is `[1, 1000]`. - fn feed_values (u: u32, ) -> Weight { + fn feed_values (_u: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `295` // Estimated: `3770` - // Minimum execution time: 37_184_000 picoseconds. - Weight::from_parts(37_425_000, 3770) - // Standard Error: 35_377 - .saturating_add(Weight::from_parts(8_220_553, 0).saturating_mul(u.into())) + // Minimum execution time: 38_279_000 picoseconds. + Weight::from_parts(5_872_018_000, 3770) .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(u.into()))) + .saturating_add(T::DbWeight::get().writes(2000_u64)) } /// Storage: Oracle AuthorizedOracles (r:0 w:1) /// Proof: Oracle AuthorizedOracles (max_values: None, max_size: Some(305), added: 2780, mode: MaxEncodedLen) @@ -98,8 +92,8 @@ impl oracle::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_265_000 picoseconds. - Weight::from_parts(22_555_000, 0) + // Minimum execution time: 24_365_000 picoseconds. + Weight::from_parts(24_365_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Oracle AuthorizedOracles (r:0 w:1) @@ -108,8 +102,8 @@ impl oracle::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 20_180_000 picoseconds. - Weight::from_parts(20_461_000, 0) + // Minimum execution time: 22_822_000 picoseconds. + Weight::from_parts(22_822_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/orml_asset_registry.rs b/parachain/runtime/interlay/src/weights/orml_asset_registry.rs index a6e1b47a4a..0372d8dba0 100644 --- a/parachain/runtime/interlay/src/weights/orml_asset_registry.rs +++ b/parachain/runtime/interlay/src/weights/orml_asset_registry.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for orml_asset_registry //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -50,8 +50,8 @@ impl orml_asset_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `107` // Estimated: `3572` - // Minimum execution time: 41_974_000 picoseconds. - Weight::from_parts(43_196_000, 3572) + // Minimum execution time: 42_033_000 picoseconds. + Weight::from_parts(42_033_000, 3572) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -63,8 +63,8 @@ impl orml_asset_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `774` // Estimated: `4239` - // Minimum execution time: 51_463_000 picoseconds. - Weight::from_parts(52_084_000, 4239) + // Minimum execution time: 42_748_000 picoseconds. + Weight::from_parts(42_748_000, 4239) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -72,7 +72,7 @@ impl orml_asset_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 421_000 picoseconds. - Weight::from_parts(471_000, 0) + // Minimum execution time: 2_761_000 picoseconds. + Weight::from_parts(2_761_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/orml_tokens.rs b/parachain/runtime/interlay/src/weights/orml_tokens.rs index ec757ac9ac..035e3a7e26 100644 --- a/parachain/runtime/interlay/src/weights/orml_tokens.rs +++ b/parachain/runtime/interlay/src/weights/orml_tokens.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for orml_tokens //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -62,8 +62,8 @@ impl orml_tokens::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1743` // Estimated: `6260` - // Minimum execution time: 209_179_000 picoseconds. - Weight::from_parts(211_704_000, 6260) + // Minimum execution time: 166_180_000 picoseconds. + Weight::from_parts(166_180_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -89,8 +89,8 @@ impl orml_tokens::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1743` // Estimated: `6260` - // Minimum execution time: 215_902_000 picoseconds. - Weight::from_parts(219_470_000, 6260) + // Minimum execution time: 168_792_000 picoseconds. + Weight::from_parts(168_792_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -116,8 +116,8 @@ impl orml_tokens::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1743` // Estimated: `6260` - // Minimum execution time: 205_602_000 picoseconds. - Weight::from_parts(207_255_000, 6260) + // Minimum execution time: 160_771_000 picoseconds. + Weight::from_parts(160_771_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -143,8 +143,8 @@ impl orml_tokens::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `1743` // Estimated: `6260` - // Minimum execution time: 209_379_000 picoseconds. - Weight::from_parts(211_293_000, 6260) + // Minimum execution time: 165_485_000 picoseconds. + Weight::from_parts(165_485_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -156,8 +156,8 @@ impl orml_tokens::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `435` // Estimated: `3580` - // Minimum execution time: 52_415_000 picoseconds. - Weight::from_parts(53_918_000, 3580) + // Minimum execution time: 48_335_000 picoseconds. + Weight::from_parts(48_335_000, 3580) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/parachain/runtime/interlay/src/weights/orml_vesting.rs b/parachain/runtime/interlay/src/weights/orml_vesting.rs index 1b87121998..5a8f98e805 100644 --- a/parachain/runtime/interlay/src/weights/orml_vesting.rs +++ b/parachain/runtime/interlay/src/weights/orml_vesting.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for orml_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -53,8 +53,8 @@ impl orml_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `771 + n * (109 ±0)` // Estimated: `4733` - // Minimum execution time: 68_828_000 picoseconds. - Weight::from_parts(86_162_085, 4733) + // Minimum execution time: 56_262_000 picoseconds. + Weight::from_parts(72_654_000, 4733) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -70,8 +70,8 @@ impl orml_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `851` // Estimated: `6170` - // Minimum execution time: 132_135_000 picoseconds. - Weight::from_parts(134_780_000, 6170) + // Minimum execution time: 104_630_000 picoseconds. + Weight::from_parts(104_630_000, 6170) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -88,8 +88,8 @@ impl orml_vesting::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `894` // Estimated: `4733` - // Minimum execution time: 71_683_000 picoseconds. - Weight::from_parts(76_991_012, 4733) + // Minimum execution time: 57_966_000 picoseconds. + Weight::from_parts(60_989_000, 4733) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/parachain/runtime/interlay/src/weights/pallet_collective.rs b/parachain/runtime/interlay/src/weights/pallet_collective.rs index 160694ec8b..d456eeb3b0 100644 --- a/parachain/runtime/interlay/src/weights/pallet_collective.rs +++ b/parachain/runtime/interlay/src/weights/pallet_collective.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -53,33 +53,37 @@ 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 * (3232 ±0) + p * (3190 ±0)` - // Estimated: `15762 + m * (1966 ±32) + p * (4332 ±32)` - // Minimum execution time: 27_395_000 picoseconds. - Weight::from_parts(27_776_000, 15762) - // Standard Error: 105_500 - .saturating_add(Weight::from_parts(6_123_319, 0).saturating_mul(m.into())) - // Standard Error: 105_500 - .saturating_add(Weight::from_parts(11_424_791, 0).saturating_mul(p.into())) + // Measured: `0 + m * (3224 ±0) + p * (3191 ±0)` + // Estimated: `1585 + m * (2855 ±736) + p * (2855 ±736)` + // Minimum execution time: 29_866_000 picoseconds. + Weight::from_parts(29_866_000, 1585) + // Standard Error: 3_282_007 + .saturating_add(Weight::from_parts(7_905_851, 0).saturating_mul(m.into())) + // Standard Error: 3_282_007 + .saturating_add(Weight::from_parts(7_822_751, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_parts(0, 1966).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 4332).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 2855).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 2855).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[1, 100]`. - fn execute (_b: u32, m: u32, ) -> Weight { + fn execute (b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `103 + m * (32 ±0)` - // Estimated: `1589 + m * (32 ±0)` - // Minimum execution time: 29_499_000 picoseconds. - Weight::from_parts(31_124_039, 1589) - // Standard Error: 7_234 - .saturating_add(Weight::from_parts(32_755, 0).saturating_mul(m.into())) + // Measured: `102 + m * (32 ±0)` + // Estimated: `1588 + m * (32 ±0)` + // Minimum execution time: 31_866_000 picoseconds. + Weight::from_parts(29_685_174, 1588) + // Standard Error: 77 + .saturating_add(Weight::from_parts(2_104, 0).saturating_mul(b.into())) + // Standard Error: 804 + .saturating_add(Weight::from_parts(25_616, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -91,14 +95,14 @@ 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: `103 + m * (32 ±0)` - // Estimated: `3569 + m * (32 ±0)` - // Minimum execution time: 34_780_000 picoseconds. - Weight::from_parts(35_374_452, 3569) - // Standard Error: 371 - .saturating_add(Weight::from_parts(1_346, 0).saturating_mul(b.into())) - // Standard Error: 3_829 - .saturating_add(Weight::from_parts(16_196, 0).saturating_mul(m.into())) + // Measured: `102 + m * (32 ±0)` + // Estimated: `3568 + m * (32 ±0)` + // Minimum execution time: 37_892_000 picoseconds. + Weight::from_parts(36_560_312, 3568) + // Standard Error: 1_089 + .saturating_add(Weight::from_parts(1_268, 0).saturating_mul(b.into())) + // Standard Error: 11_249 + .saturating_add(Weight::from_parts(33_151, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -117,37 +121,34 @@ 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: `393 + m * (32 ±0) + p * (36 ±0)` - // Estimated: `3783 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 46_323_000 picoseconds. - Weight::from_parts(46_756_551, 3783) - // Standard Error: 751 - .saturating_add(Weight::from_parts(4_944, 0).saturating_mul(b.into())) - // Standard Error: 7_841 - .saturating_add(Weight::from_parts(33_290, 0).saturating_mul(m.into())) - // Standard Error: 7_741 - .saturating_add(Weight::from_parts(272_416, 0).saturating_mul(p.into())) + // Measured: `38 + m * (32 ±0) + p * (39 ±0)` + // Estimated: `3503 + m * (32 ±0) + p * (39 ±0)` + // Minimum execution time: 46_007_000 picoseconds. + Weight::from_parts(46_007_000, 3503) + // Standard Error: 65_168 + .saturating_add(Weight::from_parts(6_385, 0).saturating_mul(b.into())) + // Standard Error: 672_751 + .saturating_add(Weight::from_parts(167_469, 0).saturating_mul(m.into())) + // Standard Error: 669_767 + .saturating_add(Weight::from_parts(327_433, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 39).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) /// The range of component `m` is `[5, 100]`. - fn vote (m: u32, ) -> Weight { + fn vote (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `842 + m * (64 ±0)` - // Estimated: `4306 + m * (64 ±0)` - // Minimum execution time: 38_868_000 picoseconds. - Weight::from_parts(40_129_312, 4306) - // Standard Error: 6_629 - .saturating_add(Weight::from_parts(57_672, 0).saturating_mul(m.into())) + // Measured: `841 + m * (64 ±0)` + // Estimated: `10709` + // Minimum execution time: 35_388_000 picoseconds. + Weight::from_parts(48_431_000, 10709) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -161,18 +162,18 @@ 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: `431 + m * (64 ±0) + p * (36 ±0)` - // Estimated: `3875 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 48_788_000 picoseconds. - Weight::from_parts(54_221_664, 3875) - // Standard Error: 10_679 - .saturating_add(Weight::from_parts(1_275, 0).saturating_mul(m.into())) - // Standard Error: 10_413 - .saturating_add(Weight::from_parts(293_929, 0).saturating_mul(p.into())) + // Measured: `215 + m * (64 ±0) + p * (38 ±0)` + // Estimated: `3680 + m * (64 ±0) + p * (39 ±0)` + // Minimum execution time: 44_392_000 picoseconds. + Weight::from_parts(3_304_895, 3680) + // Standard Error: 707_551 + .saturating_add(Weight::from_parts(404_692, 0).saturating_mul(m.into())) + // Standard Error: 686_110 + .saturating_add(Weight::from_parts(617_833, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 39).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -187,21 +188,21 @@ 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: `733 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` - // Estimated: `4047 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 75_401_000 picoseconds. - Weight::from_parts(81_011_199, 4047) - // Standard Error: 923 - .saturating_add(Weight::from_parts(1_644, 0).saturating_mul(b.into())) - // Standard Error: 9_759 - .saturating_add(Weight::from_parts(14_124, 0).saturating_mul(m.into())) - // Standard Error: 9_513 - .saturating_add(Weight::from_parts(254_678, 0).saturating_mul(p.into())) + // Measured: `430 + m * (64 ±0) + p * (44 ±0)` + // Estimated: `3895 + b * (1 ±0) + m * (64 ±0) + p * (45 ±0)` + // Minimum execution time: 66_588_000 picoseconds. + Weight::from_parts(54_830_351, 3895) + // Standard Error: 15_007 + .saturating_add(Weight::from_parts(3_574, 0).saturating_mul(b.into())) + // Standard Error: 159_763 + .saturating_add(Weight::from_parts(77_958, 0).saturating_mul(m.into())) + // Standard Error: 154_922 + .saturating_add(Weight::from_parts(301_666, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .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())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -217,18 +218,18 @@ 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: `451 + m * (64 ±0) + p * (36 ±0)` - // Estimated: `3895 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 53_828_000 picoseconds. - Weight::from_parts(56_074_022, 3895) - // Standard Error: 9_851 - .saturating_add(Weight::from_parts(55_652, 0).saturating_mul(m.into())) - // Standard Error: 9_606 - .saturating_add(Weight::from_parts(276_244, 0).saturating_mul(p.into())) + // Measured: `235 + m * (64 ±0) + p * (38 ±0)` + // Estimated: `3700 + m * (64 ±0) + p * (39 ±0)` + // Minimum execution time: 48_700_000 picoseconds. + Weight::from_parts(42_895_585, 3700) + // Standard Error: 118_753 + .saturating_add(Weight::from_parts(55_250, 0).saturating_mul(m.into())) + // Standard Error: 115_155 + .saturating_add(Weight::from_parts(279_414, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 39).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -245,19 +246,19 @@ 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: `753 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` - // Estimated: `4067 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 78_407_000 picoseconds. - Weight::from_parts(83_047_577, 4067) - // Standard Error: 976 - .saturating_add(Weight::from_parts(3_047, 0).saturating_mul(b.into())) - // Standard Error: 10_058 - .saturating_add(Weight::from_parts(299_268, 0).saturating_mul(p.into())) + // Measured: `450 + m * (64 ±0) + p * (44 ±0)` + // Estimated: `3915 + b * (1 ±0) + m * (64 ±0) + p * (45 ±0)` + // Minimum execution time: 72_403_000 picoseconds. + Weight::from_parts(88_251_749, 3915) + // Standard Error: 5_645 + .saturating_add(Weight::from_parts(15_274, 0).saturating_mul(m.into())) + // Standard Error: 5_474 + .saturating_add(Weight::from_parts(223_861, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .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())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Proposals (r:1 w:1) /// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -266,16 +267,13 @@ impl pallet_collective::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee ProposalOf (r:0 w:1) /// Proof Skipped: TechnicalCommittee ProposalOf (max_values: None, max_size: None, mode: Measured) /// The range of component `p` is `[1, 100]`. - fn disapprove_proposal (p: u32, ) -> Weight { + fn disapprove_proposal (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `260 + p * (32 ±0)` - // Estimated: `1745 + p * (32 ±0)` - // Minimum execution time: 28_797_000 picoseconds. - Weight::from_parts(34_789_821, 1745) - // Standard Error: 8_315 - .saturating_add(Weight::from_parts(211_487, 0).saturating_mul(p.into())) + // Measured: `258 + p * (32 ±0)` + // Estimated: `4946` + // Minimum execution time: 29_577_000 picoseconds. + Weight::from_parts(48_437_000, 4946) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/pallet_identity.rs b/parachain/runtime/interlay/src/weights/pallet_identity.rs index c7c5c51713..dfda8e204f 100644 --- a/parachain/runtime/interlay/src/weights/pallet_identity.rs +++ b/parachain/runtime/interlay/src/weights/pallet_identity.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_identity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -43,14 +43,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn add_registrar (r: u32, ) -> Weight { + fn add_registrar (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `32 + r * (57 ±0)` + // Measured: `30 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 22_445_000 picoseconds. - Weight::from_parts(23_756_709, 2626) - // Standard Error: 5_721 - .saturating_add(Weight::from_parts(167_489, 0).saturating_mul(r.into())) + // Minimum execution time: 22_870_000 picoseconds. + Weight::from_parts(24_580_000, 2626) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -62,14 +60,14 @@ 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: `1017 + r * (12 ±0)` + // Measured: `1008 + r * (12 ±0)` // Estimated: `11003` - // Minimum execution time: 63_999_000 picoseconds. - Weight::from_parts(65_678_164, 11003) - // Standard Error: 61_681 - .saturating_add(Weight::from_parts(349_590, 0).saturating_mul(r.into())) - // Standard Error: 11_731 - .saturating_add(Weight::from_parts(1_083_072, 0).saturating_mul(x.into())) + // Minimum execution time: 58_831_000 picoseconds. + Weight::from_parts(43_668_894, 11003) + // Standard Error: 1_061_655 + .saturating_add(Weight::from_parts(758_105, 0).saturating_mul(r.into())) + // Standard Error: 201_714 + .saturating_add(Weight::from_parts(870_500, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -82,19 +80,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn set_subs_new (s: u32, ) -> Weight { + fn set_subs_new (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `637` - // Estimated: `11003 + s * (2589 ±0)` - // Minimum execution time: 17_796_000 picoseconds. - Weight::from_parts(47_903_223, 11003) - // Standard Error: 120_498 - .saturating_add(Weight::from_parts(6_559_882, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) - .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into())) + // Measured: `101 + s * (5 ±0)` + // Estimated: `259890` + // Minimum execution time: 19_832_000 picoseconds. + Weight::from_parts(462_754_000, 259890) + .saturating_add(T::DbWeight::get().reads(103_u64)) + .saturating_add(T::DbWeight::get().writes(102_u64)) } /// Storage: Identity IdentityOf (r:1 w:0) /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) @@ -105,17 +98,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity SuperOf (r:0 w:100) /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen) /// The range of component `p` is `[0, 100]`. - fn set_subs_old (p: u32, ) -> Weight { + fn set_subs_old (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `730 + p * (32 ±0)` + // Measured: `101 + p * (38 ±0)` // Estimated: `11003` - // Minimum execution time: 17_565_000 picoseconds. - Weight::from_parts(50_889_102, 11003) - // Standard Error: 41_676 - .saturating_add(Weight::from_parts(2_418_743, 0).saturating_mul(p.into())) + // Minimum execution time: 19_977_000 picoseconds. + Weight::from_parts(210_448_000, 11003) .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) + .saturating_add(T::DbWeight::get().writes(102_u64)) } /// Storage: Identity SubsOf (r:1 w:1) /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen) @@ -130,18 +120,18 @@ impl pallet_identity::WeightInfo for WeightInfo { /// The range of component `x` is `[0, 100]`. fn clear_identity (r: u32, s: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1049 + r * (12 ±0) + s * (32 ±0) + x * (66 ±0)` + // Measured: `942 + r * (12 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 109_400_000 picoseconds. - Weight::from_parts(86_902_105, 11003) - // Standard Error: 176_683 - .saturating_add(Weight::from_parts(42_180, 0).saturating_mul(r.into())) - // Standard Error: 33_386 - .saturating_add(Weight::from_parts(2_389_801, 0).saturating_mul(s.into())) - // Standard Error: 33_386 - .saturating_add(Weight::from_parts(281_531, 0).saturating_mul(x.into())) + // Minimum execution time: 110_107_000 picoseconds. + Weight::from_parts(19_533_631, 11003) + // Standard Error: 1_905_412 + .saturating_add(Weight::from_parts(1_602_701, 0).saturating_mul(r.into())) + // Standard Error: 362_028 + .saturating_add(Weight::from_parts(1_637_313, 0).saturating_mul(s.into())) + // Standard Error: 362_028 + .saturating_add(Weight::from_parts(585_193, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) } /// Storage: Identity Registrars (r:1 w:0) @@ -152,16 +142,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. - fn request_judgement (r: u32, x: u32, ) -> Weight { + fn request_judgement (_r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `942 + r * (64 ±0) + x * (66 ±0)` + // Measured: `930 + r * (64 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 72_045_000 picoseconds. - Weight::from_parts(61_074_609, 11003) - // Standard Error: 116_663 - .saturating_add(Weight::from_parts(571_285, 0).saturating_mul(r.into())) - // Standard Error: 22_189 - .saturating_add(Weight::from_parts(1_140_967, 0).saturating_mul(x.into())) + // Minimum execution time: 62_235_000 picoseconds. + Weight::from_parts(115_512_368, 11003) + // Standard Error: 2_572 + .saturating_add(Weight::from_parts(721_015, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -173,56 +161,50 @@ 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: `973 + r * (7 ±0) + x * (66 ±0)` + // Measured: `962 + r * (7 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 62_395_000 picoseconds. - Weight::from_parts(61_639_151, 11003) - // Standard Error: 88_015 - .saturating_add(Weight::from_parts(245_592, 0).saturating_mul(r.into())) - // Standard Error: 16_740 - .saturating_add(Weight::from_parts(1_037_672, 0).saturating_mul(x.into())) + // Minimum execution time: 53_397_000 picoseconds. + Weight::from_parts(52_530_684, 11003) + // Standard Error: 13_309 + .saturating_add(Weight::from_parts(43_315, 0).saturating_mul(r.into())) + // Standard Error: 2_528 + .saturating_add(Weight::from_parts(707_030, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn set_fee (r: u32, ) -> Weight { + fn set_fee (_r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 14_269_000 picoseconds. - Weight::from_parts(14_871_637, 2626) - // Standard Error: 2_602 - .saturating_add(Weight::from_parts(150_392, 0).saturating_mul(r.into())) + // Minimum execution time: 16_113_000 picoseconds. + Weight::from_parts(16_566_000, 2626) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn set_account_id (r: u32, ) -> Weight { + fn set_account_id (_r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 14_018_000 picoseconds. - Weight::from_parts(14_900_258, 2626) - // Standard Error: 4_272 - .saturating_add(Weight::from_parts(148_637, 0).saturating_mul(r.into())) + // Minimum execution time: 16_374_000 picoseconds. + Weight::from_parts(16_840_000, 2626) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn set_fields (r: u32, ) -> Weight { + fn set_fields (_r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 14_008_000 picoseconds. - Weight::from_parts(15_066_270, 2626) - // Standard Error: 5_721 - .saturating_add(Weight::from_parts(137_567, 0).saturating_mul(r.into())) + // Minimum execution time: 15_970_000 picoseconds. + Weight::from_parts(16_232_000, 2626) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -234,14 +216,14 @@ 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: `445 + r * (57 ±0) + x * (66 ±0)` + // Measured: `443 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 42_455_000 picoseconds. - Weight::from_parts(43_058_178, 11003) - // Standard Error: 17_677 - .saturating_add(Weight::from_parts(86_899, 0).saturating_mul(r.into())) - // Standard Error: 3_192 - .saturating_add(Weight::from_parts(1_696_419, 0).saturating_mul(x.into())) + // Minimum execution time: 40_116_000 picoseconds. + Weight::from_parts(2_708_166, 11003) + // Standard Error: 3_292_821 + .saturating_add(Weight::from_parts(1_968_833, 0).saturating_mul(r.into())) + // Standard Error: 592_707 + .saturating_add(Weight::from_parts(1_425_140, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -258,20 +240,18 @@ 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 kill_identity (r: u32, s: u32, x: u32, ) -> Weight { + fn kill_identity (r: u32, s: u32, _x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1133 + r * (8 ±0) + s * (32 ±0) + x * (66 ±0)` + // Measured: `989 + r * (10 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 137_084_000 picoseconds. - Weight::from_parts(81_494_923, 11003) - // Standard Error: 130_256 - .saturating_add(Weight::from_parts(202_721, 0).saturating_mul(r.into())) - // Standard Error: 24_613 - .saturating_add(Weight::from_parts(2_433_856, 0).saturating_mul(s.into())) - // Standard Error: 24_613 - .saturating_add(Weight::from_parts(573_483, 0).saturating_mul(x.into())) + // Minimum execution time: 226_293_000 picoseconds. + Weight::from_parts(226_293_000, 11003) + // Standard Error: 10_586_519 + .saturating_add(Weight::from_parts(5_595_578, 0).saturating_mul(r.into())) + // Standard Error: 2_070_921 + .saturating_add(Weight::from_parts(1_699_652, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) } /// Storage: Identity IdentityOf (r:1 w:0) @@ -283,14 +263,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[0, 99]`. - fn add_sub (s: u32, ) -> Weight { + fn add_sub (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1011 + s * (36 ±0)` + // Measured: `637 + s * (39 ±0)` // Estimated: `11003` - // Minimum execution time: 65_772_000 picoseconds. - Weight::from_parts(73_485_025, 11003) - // Standard Error: 3_768 - .saturating_add(Weight::from_parts(84_025, 0).saturating_mul(s.into())) + // Minimum execution time: 78_592_000 picoseconds. + Weight::from_parts(99_893_000, 11003) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -299,14 +277,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity SuperOf (r:1 w:1) /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen) /// The range of component `s` is `[1, 100]`. - fn rename_sub (s: u32, ) -> Weight { + fn rename_sub (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `591 + s * (3 ±0)` + // Measured: `269 + s * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 23_597_000 picoseconds. - Weight::from_parts(26_704_574, 11003) - // Standard Error: 1_776 - .saturating_add(Weight::from_parts(19_797, 0).saturating_mul(s.into())) + // Minimum execution time: 24_449_000 picoseconds. + Weight::from_parts(32_033_000, 11003) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -319,14 +295,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[1, 100]`. - fn remove_sub (s: u32, ) -> Weight { + fn remove_sub (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1174 + s * (35 ±0)` + // Measured: `852 + s * (37 ±0)` // Estimated: `11003` - // Minimum execution time: 63_447_000 picoseconds. - Weight::from_parts(69_904_554, 11003) - // Standard Error: 4_285 - .saturating_add(Weight::from_parts(54_384, 0).saturating_mul(s.into())) + // Minimum execution time: 60_104_000 picoseconds. + Weight::from_parts(63_642_000, 11003) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -337,14 +311,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:2 w:2) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[0, 99]`. - fn quit_sub (s: u32, ) -> Weight { + fn quit_sub (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1100 + s * (37 ±0)` + // Measured: `830 + s * (38 ±0)` // Estimated: `6723` - // Minimum execution time: 103_998_000 picoseconds. - Weight::from_parts(108_496_768, 6723) - // Standard Error: 4_429 - .saturating_add(Weight::from_parts(86_220, 0).saturating_mul(s.into())) + // Minimum execution time: 82_500_000 picoseconds. + Weight::from_parts(88_167_000, 6723) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/parachain/runtime/interlay/src/weights/pallet_membership.rs b/parachain/runtime/interlay/src/weights/pallet_membership.rs index fcdb95b9d9..f5998b8dad 100644 --- a/parachain/runtime/interlay/src/weights/pallet_membership.rs +++ b/parachain/runtime/interlay/src/weights/pallet_membership.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -49,17 +49,14 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 99]`. - fn add_member (m: u32, ) -> Weight { + fn add_member (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `135 + m * (64 ±0)` - // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 29_359_000 picoseconds. - Weight::from_parts(30_811_808, 4687) - // Standard Error: 1_728 - .saturating_add(Weight::from_parts(49_864, 0).saturating_mul(m.into())) + // Measured: `132 + m * (64 ±0)` + // Estimated: `7958` + // Minimum execution time: 28_095_000 picoseconds. + Weight::from_parts(32_784_000, 7958) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -72,17 +69,14 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[2, 100]`. - fn remove_member (m: u32, ) -> Weight { + fn remove_member (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `239 + m * (64 ±0)` - // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 33_688_000 picoseconds. - Weight::from_parts(35_819_967, 4687) - // Standard Error: 1_925 - .saturating_add(Weight::from_parts(40_006, 0).saturating_mul(m.into())) + // Measured: `238 + m * (64 ±0)` + // Estimated: `8126` + // Minimum execution time: 31_636_000 picoseconds. + Weight::from_parts(35_440_000, 8126) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -95,17 +89,14 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[2, 100]`. - fn swap_member (m: u32, ) -> Weight { + fn swap_member (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `239 + m * (64 ±0)` - // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 33_707_000 picoseconds. - Weight::from_parts(35_899_102, 4687) - // Standard Error: 2_114 - .saturating_add(Weight::from_parts(58_918, 0).saturating_mul(m.into())) + // Measured: `238 + m * (64 ±0)` + // Estimated: `8126` + // Minimum execution time: 32_008_000 picoseconds. + Weight::from_parts(38_003_000, 8126) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -118,17 +109,14 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn reset_member (m: u32, ) -> Weight { + fn reset_member (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `239 + m * (64 ±0)` - // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 33_427_000 picoseconds. - Weight::from_parts(36_483_001, 4687) - // Standard Error: 3_091 - .saturating_add(Weight::from_parts(209_236, 0).saturating_mul(m.into())) + // Measured: `236 + m * (64 ±0)` + // Estimated: `8126` + // Minimum execution time: 31_902_000 picoseconds. + Weight::from_parts(50_518_000, 8126) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -141,17 +129,14 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn change_key (m: u32, ) -> Weight { + fn change_key (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `239 + m * (64 ±0)` - // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 34_429_000 picoseconds. - Weight::from_parts(36_744_041, 4687) - // Standard Error: 2_154 - .saturating_add(Weight::from_parts(60_320, 0).saturating_mul(m.into())) + // Measured: `236 + m * (64 ±0)` + // Estimated: `8126` + // Minimum execution time: 37_368_000 picoseconds. + Weight::from_parts(65_229_000, 8126) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:0) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -160,17 +145,14 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn set_prime (m: u32, ) -> Weight { + fn set_prime (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `31 + m * (32 ±0)` - // Estimated: `4687 + m * (32 ±0)` - // Minimum execution time: 13_366_000 picoseconds. - Weight::from_parts(14_277_554, 4687) - // Standard Error: 635 - .saturating_add(Weight::from_parts(9_514, 0).saturating_mul(m.into())) + // Measured: `29 + m * (32 ±0)` + // Estimated: `4687` + // Minimum execution time: 15_077_000 picoseconds. + Weight::from_parts(16_138_000, 4687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalMembership Prime (r:0 w:1) /// Proof: TechnicalMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) @@ -181,8 +163,8 @@ impl pallet_membership::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_574_000 picoseconds. - Weight::from_parts(7_091_990, 0) + // Minimum execution time: 9_371_000 picoseconds. + Weight::from_parts(9_677_000, 0) .saturating_add(T::DbWeight::get().writes(2_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/pallet_multisig.rs b/parachain/runtime/interlay/src/weights/pallet_multisig.rs index 7fa7ac2cb6..09ed78d18b 100644 --- a/parachain/runtime/interlay/src/weights/pallet_multisig.rs +++ b/parachain/runtime/interlay/src/weights/pallet_multisig.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -41,14 +41,12 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. - fn as_multi_threshold_1 (z: u32, ) -> Weight { + fn as_multi_threshold_1 (_z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 20_220_000 picoseconds. - Weight::from_parts(21_500_794, 0) - // Standard Error: 51 - .saturating_add(Weight::from_parts(527, 0).saturating_mul(z.into())) + // Minimum execution time: 25_638_000 picoseconds. + Weight::from_parts(32_839_000, 0) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -58,14 +56,14 @@ 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: `785 + s * (2 ±0)` + // Measured: `602 + s * (4 ±0)` // Estimated: `6811` - // Minimum execution time: 76_122_000 picoseconds. - Weight::from_parts(68_806_273, 6811) - // Standard Error: 4_377 - .saturating_add(Weight::from_parts(109_000, 0).saturating_mul(s.into())) - // Standard Error: 42 - .saturating_add(Weight::from_parts(1_352, 0).saturating_mul(z.into())) + // Minimum execution time: 71_415_000 picoseconds. + Weight::from_parts(57_634_897, 6811) + // Standard Error: 18_195 + .saturating_add(Weight::from_parts(137_801, 0).saturating_mul(s.into())) + // Standard Error: 178 + .saturating_add(Weight::from_parts(1_580, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -77,12 +75,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `210` // Estimated: `6811` - // Minimum execution time: 43_367_000 picoseconds. - Weight::from_parts(38_850_566, 6811) - // Standard Error: 5_924 - .saturating_add(Weight::from_parts(84_915, 0).saturating_mul(s.into())) - // Standard Error: 58 - .saturating_add(Weight::from_parts(1_226, 0).saturating_mul(z.into())) + // Minimum execution time: 43_349_000 picoseconds. + Weight::from_parts(30_541_268, 6811) + // Standard Error: 93_236 + .saturating_add(Weight::from_parts(128_077, 0).saturating_mul(s.into())) + // Standard Error: 904 + .saturating_add(Weight::from_parts(1_618, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -92,16 +90,14 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. - fn as_multi_complete (s: u32, z: u32, ) -> Weight { + fn as_multi_complete (s: u32, _z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `927 + s * (34 ±0)` + // Measured: `744 + s * (36 ±0)` // Estimated: `6811` - // Minimum execution time: 74_970_000 picoseconds. - Weight::from_parts(64_293_492, 6811) - // Standard Error: 8_085 - .saturating_add(Weight::from_parts(138_889, 0).saturating_mul(s.into())) - // Standard Error: 79 - .saturating_add(Weight::from_parts(1_554, 0).saturating_mul(z.into())) + // Minimum execution time: 72_539_000 picoseconds. + Weight::from_parts(87_743_061, 6811) + // Standard Error: 47_101 + .saturating_add(Weight::from_parts(122_969, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -110,28 +106,24 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. - fn approve_as_multi_create (s: u32, ) -> Weight { + fn approve_as_multi_create (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `785 + s * (2 ±0)` + // Measured: `602 + s * (4 ±0)` // Estimated: `6811` - // Minimum execution time: 61_033_000 picoseconds. - Weight::from_parts(63_605_389, 6811) - // Standard Error: 3_464 - .saturating_add(Weight::from_parts(117_310, 0).saturating_mul(s.into())) + // Minimum execution time: 55_108_000 picoseconds. + Weight::from_parts(66_239_000, 6811) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. - fn approve_as_multi_approve (s: u32, ) -> Weight { + fn approve_as_multi_approve (_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `210` // Estimated: `6811` - // Minimum execution time: 32_866_000 picoseconds. - Weight::from_parts(34_746_154, 6811) - // Standard Error: 2_804 - .saturating_add(Weight::from_parts(78_497, 0).saturating_mul(s.into())) + // Minimum execution time: 31_388_000 picoseconds. + Weight::from_parts(53_744_000, 6811) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -140,14 +132,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. - fn cancel_as_multi (s: u32, ) -> Weight { + fn cancel_as_multi (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `991 + s * (2 ±0)` + // Measured: `808 + s * (4 ±0)` // Estimated: `6811` - // Minimum execution time: 56_042_000 picoseconds. - Weight::from_parts(57_944_956, 6811) - // Standard Error: 3_359 - .saturating_add(Weight::from_parts(93_599, 0).saturating_mul(s.into())) + // Minimum execution time: 50_887_000 picoseconds. + Weight::from_parts(130_036_000, 6811) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/parachain/runtime/interlay/src/weights/pallet_preimage.rs b/parachain/runtime/interlay/src/weights/pallet_preimage.rs index 21a67dbd0b..56b48bd311 100644 --- a/parachain/runtime/interlay/src/weights/pallet_preimage.rs +++ b/parachain/runtime/interlay/src/weights/pallet_preimage.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -47,14 +47,12 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// Storage: Preimage PreimageFor (r:0 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. - fn note_preimage (s: u32, ) -> Weight { + fn note_preimage (_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `578` // Estimated: `3580` - // Minimum execution time: 56_674_000 picoseconds. - Weight::from_parts(56_744_000, 3580) - // Standard Error: 9 - .saturating_add(Weight::from_parts(2_253, 0).saturating_mul(s.into())) + // Minimum execution time: 53_233_000 picoseconds. + Weight::from_parts(10_178_382_000, 3580) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -63,14 +61,12 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// Storage: Preimage PreimageFor (r:0 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. - fn note_requested_preimage (s: u32, ) -> Weight { + fn note_requested_preimage (_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 30_431_000 picoseconds. - Weight::from_parts(30_621_000, 3556) - // Standard Error: 7 - .saturating_add(Weight::from_parts(2_235, 0).saturating_mul(s.into())) + // Minimum execution time: 27_912_000 picoseconds. + Weight::from_parts(9_785_859_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -79,14 +75,12 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// Storage: Preimage PreimageFor (r:0 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. - fn note_no_deposit_preimage (s: u32, ) -> Weight { + fn note_no_deposit_preimage (_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 28_828_000 picoseconds. - Weight::from_parts(28_978_000, 3556) - // Standard Error: 6 - .saturating_add(Weight::from_parts(2_180, 0).saturating_mul(s.into())) + // Minimum execution time: 30_418_000 picoseconds. + Weight::from_parts(9_488_410_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -100,8 +94,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `724` // Estimated: `3580` - // Minimum execution time: 77_946_000 picoseconds. - Weight::from_parts(82_034_000, 3580) + // Minimum execution time: 62_027_000 picoseconds. + Weight::from_parts(62_027_000, 3580) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -113,8 +107,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 48_898_000 picoseconds. - Weight::from_parts(51_533_000, 3556) + // Minimum execution time: 41_500_000 picoseconds. + Weight::from_parts(41_500_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -124,8 +118,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `188` // Estimated: `3556` - // Minimum execution time: 44_018_000 picoseconds. - Weight::from_parts(46_012_000, 3556) + // Minimum execution time: 42_072_000 picoseconds. + Weight::from_parts(42_072_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -135,8 +129,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 27_455_000 picoseconds. - Weight::from_parts(28_757_000, 3556) + // Minimum execution time: 25_737_000 picoseconds. + Weight::from_parts(25_737_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -146,8 +140,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3556` - // Minimum execution time: 24_489_000 picoseconds. - Weight::from_parts(25_091_000, 3556) + // Minimum execution time: 41_835_000 picoseconds. + Weight::from_parts(41_835_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -157,8 +151,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 15_050_000 picoseconds. - Weight::from_parts(15_451_000, 3556) + // Minimum execution time: 20_209_000 picoseconds. + Weight::from_parts(20_209_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -170,8 +164,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 46_563_000 picoseconds. - Weight::from_parts(48_607_000, 3556) + // Minimum execution time: 48_131_000 picoseconds. + Weight::from_parts(48_131_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -181,8 +175,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 14_940_000 picoseconds. - Weight::from_parts(15_401_000, 3556) + // Minimum execution time: 15_931_000 picoseconds. + Weight::from_parts(15_931_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -192,8 +186,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 14_850_000 picoseconds. - Weight::from_parts(15_461_000, 3556) + // Minimum execution time: 14_190_000 picoseconds. + Weight::from_parts(14_190_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/interlay/src/weights/pallet_proxy.rs b/parachain/runtime/interlay/src/weights/pallet_proxy.rs index 3750697150..8618dd0582 100644 --- a/parachain/runtime/interlay/src/weights/pallet_proxy.rs +++ b/parachain/runtime/interlay/src/weights/pallet_proxy.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -43,14 +43,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Storage: Proxy Proxies (r:1 w:0) /// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn proxy (p: u32, ) -> Weight { + fn proxy (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `251 + p * (37 ±0)` + // Measured: `249 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 30_912_000 picoseconds. - Weight::from_parts(30_623_419, 4706) - // Standard Error: 28_458 - .saturating_add(Weight::from_parts(166_114, 0).saturating_mul(p.into())) + // Minimum execution time: 31_317_000 picoseconds. + Weight::from_parts(34_152_000, 4706) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -61,16 +59,14 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn proxy_announced (a: u32, p: u32, ) -> Weight { + fn proxy_announced (a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1011 + a * (68 ±0) + p * (37 ±0)` + // Measured: `1045 + a * (68 ±0) + p * (35 ±0)` // Estimated: `5698` - // Minimum execution time: 67_565_000 picoseconds. - Weight::from_parts(69_851_107, 5698) - // Standard Error: 9_707 - .saturating_add(Weight::from_parts(307_439, 0).saturating_mul(a.into())) - // Standard Error: 10_043 - .saturating_add(Weight::from_parts(66_763, 0).saturating_mul(p.into())) + // Minimum execution time: 67_651_000 picoseconds. + Weight::from_parts(127_006_183, 5698) + // Standard Error: 302_242 + .saturating_add(Weight::from_parts(385_145, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -82,14 +78,14 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn remove_announcement (a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `926 + a * (68 ±0)` + // Measured: `961 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 44_419_000 picoseconds. - Weight::from_parts(46_056_280, 5698) - // Standard Error: 7_299 - .saturating_add(Weight::from_parts(336_362, 0).saturating_mul(a.into())) - // Standard Error: 7_552 - .saturating_add(Weight::from_parts(36_898, 0).saturating_mul(p.into())) + // Minimum execution time: 45_050_000 picoseconds. + Weight::from_parts(44_990_583, 5698) + // Standard Error: 27 + .saturating_add(Weight::from_parts(169_048, 0).saturating_mul(a.into())) + // Standard Error: 28 + .saturating_add(Weight::from_parts(1_916, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -101,12 +97,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn reject_announcement (a: u32, _p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `926 + a * (68 ±0)` + // Measured: `961 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 44_600_000 picoseconds. - Weight::from_parts(49_852_297, 5698) - // Standard Error: 29_970 - .saturating_add(Weight::from_parts(329_933, 0).saturating_mul(a.into())) + // Minimum execution time: 42_248_000 picoseconds. + Weight::from_parts(73_681_483, 5698) + // Standard Error: 1_927 + .saturating_add(Weight::from_parts(186_016, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -120,14 +116,14 @@ 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: `943 + a * (68 ±0) + p * (37 ±0)` + // Measured: `896 + a * (70 ±0) + p * (35 ±0)` // Estimated: `5698` - // Minimum execution time: 67_575_000 picoseconds. - Weight::from_parts(75_659_905, 5698) - // Standard Error: 26_467 - .saturating_add(Weight::from_parts(129_800, 0).saturating_mul(a.into())) - // Standard Error: 27_383 - .saturating_add(Weight::from_parts(1_946, 0).saturating_mul(p.into())) + // Minimum execution time: 60_844_000 picoseconds. + Weight::from_parts(59_121_433, 5698) + // Standard Error: 38_105 + .saturating_add(Weight::from_parts(203_935, 0).saturating_mul(a.into())) + // Standard Error: 39_375 + .saturating_add(Weight::from_parts(55_566, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -136,14 +132,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn add_proxy (p: u32, ) -> Weight { + fn add_proxy (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `787 + p * (37 ±0)` + // Measured: `785 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 59_289_000 picoseconds. - Weight::from_parts(62_123_571, 4706) - // Standard Error: 9_974 - .saturating_add(Weight::from_parts(99_746, 0).saturating_mul(p.into())) + // Minimum execution time: 52_615_000 picoseconds. + Weight::from_parts(54_300_000, 4706) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -152,14 +146,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn remove_proxy (p: u32, ) -> Weight { + fn remove_proxy (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `787 + p * (37 ±0)` + // Measured: `785 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 51_914_000 picoseconds. - Weight::from_parts(54_858_482, 4706) - // Standard Error: 9_144 - .saturating_add(Weight::from_parts(71_177, 0).saturating_mul(p.into())) + // Minimum execution time: 46_002_000 picoseconds. + Weight::from_parts(49_311_000, 4706) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -168,14 +160,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn remove_proxies (p: u32, ) -> Weight { + fn remove_proxies (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `787 + p * (37 ±0)` + // Measured: `785 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 42_415_000 picoseconds. - Weight::from_parts(44_192_608, 4706) - // Standard Error: 9_610 - .saturating_add(Weight::from_parts(20_010, 0).saturating_mul(p.into())) + // Minimum execution time: 39_640_000 picoseconds. + Weight::from_parts(40_903_000, 4706) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -188,8 +178,8 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `799` // Estimated: `4706` - // Minimum execution time: 63_518_000 picoseconds. - Weight::from_parts(66_660_686, 4706) + // Minimum execution time: 55_655_000 picoseconds. + Weight::from_parts(55_786_000, 4706) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -198,14 +188,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `p` is `[0, 30]`. - fn kill_pure (p: u32, ) -> Weight { + fn kill_pure (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `857 + p * (37 ±0)` + // Measured: `856 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 44_059_000 picoseconds. - Weight::from_parts(45_682_855, 4706) - // Standard Error: 5_345 - .saturating_add(Weight::from_parts(2_697, 0).saturating_mul(p.into())) + // Minimum execution time: 42_303_000 picoseconds. + Weight::from_parts(43_281_000, 4706) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/parachain/runtime/interlay/src/weights/pallet_scheduler.rs b/parachain/runtime/interlay/src/weights/pallet_scheduler.rs index 71344e6c22..b30a3a64a7 100644 --- a/parachain/runtime/interlay/src/weights/pallet_scheduler.rs +++ b/parachain/runtime/interlay/src/weights/pallet_scheduler.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,22 +46,20 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 6_743_000 picoseconds. - Weight::from_parts(6_873_000, 1489) + // Minimum execution time: 9_040_000 picoseconds. + Weight::from_parts(9_040_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(23383), added: 25858, mode: MaxEncodedLen) /// The range of component `s` is `[0, 30]`. - fn service_agenda_base (s: u32, ) -> Weight { + fn service_agenda_base (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `78 + s * (177 ±0)` + // Measured: `4 + s * (179 ±0)` // Estimated: `26848` - // Minimum execution time: 6_623_000 picoseconds. - Weight::from_parts(11_341_429, 26848) - // Standard Error: 7_932 - .saturating_add(Weight::from_parts(1_230_127, 0).saturating_mul(s.into())) + // Minimum execution time: 9_188_000 picoseconds. + Weight::from_parts(40_593_000, 26848) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -69,25 +67,22 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_902_000 picoseconds. - Weight::from_parts(11_182_000, 0) + // Minimum execution time: 14_970_000 picoseconds. + Weight::from_parts(14_970_000, 0) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) /// Storage: Preimage StatusFor (r:1 w:1) /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// The range of component `s` is `[128, 4194304]`. - fn service_task_fetched (s: u32, ) -> Weight { + fn service_task_fetched (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `179 + s * (1 ±0)` - // Estimated: `3644 + s * (1 ±0)` - // Minimum execution time: 36_583_000 picoseconds. - Weight::from_parts(36_934_000, 3644) - // Standard Error: 22 - .saturating_add(Weight::from_parts(1_791, 0).saturating_mul(s.into())) + // Measured: `172 + s * (1 ±0)` + // Estimated: `4197945` + // Minimum execution time: 61_250_000 picoseconds. + Weight::from_parts(5_416_363_000, 4197945) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) @@ -95,42 +90,40 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_349_000 picoseconds. - Weight::from_parts(14_479_000, 0) + // Minimum execution time: 17_381_000 picoseconds. + Weight::from_parts(17_381_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn service_task_periodic () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_942_000 picoseconds. - Weight::from_parts(11_083_000, 0) + // Minimum execution time: 14_188_000 picoseconds. + Weight::from_parts(14_188_000, 0) } fn execute_dispatch_signed () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_872_000 picoseconds. - Weight::from_parts(5_992_000, 0) + // Minimum execution time: 11_872_000 picoseconds. + Weight::from_parts(11_872_000, 0) } fn execute_dispatch_unsigned () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_761_000 picoseconds. - Weight::from_parts(5_992_000, 0) + // Minimum execution time: 12_059_000 picoseconds. + Weight::from_parts(12_059_000, 0) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(23383), added: 25858, mode: MaxEncodedLen) /// The range of component `s` is `[0, 29]`. - fn schedule (s: u32, ) -> Weight { + fn schedule (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `78 + s * (177 ±0)` + // Measured: `4 + s * (179 ±0)` // Estimated: `26848` - // Minimum execution time: 25_642_000 picoseconds. - Weight::from_parts(29_967_259, 26848) - // Standard Error: 7_822 - .saturating_add(Weight::from_parts(1_177_376, 0).saturating_mul(s.into())) + // Minimum execution time: 30_580_000 picoseconds. + Weight::from_parts(59_662_000, 26848) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -139,14 +132,12 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// The range of component `s` is `[1, 30]`. - fn cancel (s: u32, ) -> Weight { + fn cancel (_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `26848` - // Minimum execution time: 31_663_000 picoseconds. - Weight::from_parts(31_062_029, 26848) - // Standard Error: 12_580 - .saturating_add(Weight::from_parts(2_090_123, 0).saturating_mul(s.into())) + // Minimum execution time: 32_415_000 picoseconds. + Weight::from_parts(81_935_000, 26848) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -155,14 +146,12 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(23383), added: 25858, mode: MaxEncodedLen) /// The range of component `s` is `[0, 29]`. - fn schedule_named (s: u32, ) -> Weight { + fn schedule_named (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `186 + s * (189 ±0)` + // Measured: `4 + s * (194 ±0)` // Estimated: `26848` - // Minimum execution time: 31_794_000 picoseconds. - Weight::from_parts(37_514_363, 26848) - // Standard Error: 10_143 - .saturating_add(Weight::from_parts(1_211_221, 0).saturating_mul(s.into())) + // Minimum execution time: 35_913_000 picoseconds. + Weight::from_parts(66_224_000, 26848) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -171,14 +160,12 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(23383), added: 25858, mode: MaxEncodedLen) /// The range of component `s` is `[1, 30]`. - fn cancel_named (s: u32, ) -> Weight { + fn cancel_named (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `217 + s * (188 ±0)` + // Measured: `98 + s * (192 ±0)` // Estimated: `26848` - // Minimum execution time: 33_988_000 picoseconds. - Weight::from_parts(34_054_260, 26848) - // Standard Error: 10_277 - .saturating_add(Weight::from_parts(2_146_097, 0).saturating_mul(s.into())) + // Minimum execution time: 35_099_000 picoseconds. + Weight::from_parts(85_827_000, 26848) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/parachain/runtime/interlay/src/weights/pallet_timestamp.rs b/parachain/runtime/interlay/src/weights/pallet_timestamp.rs index fd784224a3..08669fb51f 100644 --- a/parachain/runtime/interlay/src/weights/pallet_timestamp.rs +++ b/parachain/runtime/interlay/src/weights/pallet_timestamp.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -48,8 +48,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `166` // Estimated: `3631` - // Minimum execution time: 15_692_000 picoseconds. - Weight::from_parts(16_192_000, 3631) + // Minimum execution time: 20_142_000 picoseconds. + Weight::from_parts(20_142_000, 3631) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -57,7 +57,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `94` // Estimated: `0` - // Minimum execution time: 7_054_000 picoseconds. - Weight::from_parts(7_305_000, 0) + // Minimum execution time: 8_844_000 picoseconds. + Weight::from_parts(8_844_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/pallet_utility.rs b/parachain/runtime/interlay/src/weights/pallet_utility.rs index 0b65fb1f06..d0a8255ae4 100644 --- a/parachain/runtime/interlay/src/weights/pallet_utility.rs +++ b/parachain/runtime/interlay/src/weights/pallet_utility.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -41,47 +41,41 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. - fn batch (c: u32, ) -> Weight { + fn batch (_c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_637_000 picoseconds. - Weight::from_parts(14_143_347, 0) - // Standard Error: 7_460 - .saturating_add(Weight::from_parts(10_531_820, 0).saturating_mul(c.into())) + // Minimum execution time: 18_562_000 picoseconds. + Weight::from_parts(7_999_105_000, 0) } fn as_derivative () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_812_000 picoseconds. - Weight::from_parts(11_162_000, 0) + // Minimum execution time: 15_483_000 picoseconds. + Weight::from_parts(15_483_000, 0) } /// The range of component `c` is `[0, 1000]`. - fn batch_all (c: u32, ) -> Weight { + fn batch_all (_c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_567_000 picoseconds. - Weight::from_parts(92_452_234, 0) - // Standard Error: 81_966 - .saturating_add(Weight::from_parts(11_112_221, 0).saturating_mul(c.into())) + // Minimum execution time: 18_729_000 picoseconds. + Weight::from_parts(8_016_218_000, 0) } fn dispatch_as () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_156_000 picoseconds. - Weight::from_parts(18_417_000, 0) + // Minimum execution time: 20_887_000 picoseconds. + Weight::from_parts(20_887_000, 0) } /// The range of component `c` is `[0, 1000]`. - fn force_batch (c: u32, ) -> Weight { + fn force_batch (_c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_497_000 picoseconds. - Weight::from_parts(13_667_000, 0) - // Standard Error: 70_076 - .saturating_add(Weight::from_parts(10_839_741, 0).saturating_mul(c.into())) + // Minimum execution time: 18_265_000 picoseconds. + Weight::from_parts(8_295_456_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/pallet_xcm.rs b/parachain/runtime/interlay/src/weights/pallet_xcm.rs index 8a22d00eb7..074ac1b937 100644 --- a/parachain/runtime/interlay/src/weights/pallet_xcm.rs +++ b/parachain/runtime/interlay/src/weights/pallet_xcm.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_xcm //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -54,8 +54,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `107` // Estimated: `3572` - // Minimum execution time: 48_888_000 picoseconds. - Weight::from_parts(49_649_000, 3572) + // Minimum execution time: 90_064_000 picoseconds. + Weight::from_parts(90_064_000, 3572) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -67,8 +67,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `282` // Estimated: `3747` - // Minimum execution time: 53_066_000 picoseconds. - Weight::from_parts(54_038_000, 3747) + // Minimum execution time: 68_587_000 picoseconds. + Weight::from_parts(68_587_000, 3747) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: ParachainInfo ParachainId (r:1 w:0) @@ -77,8 +77,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `69` // Estimated: `1489` - // Minimum execution time: 39_580_000 picoseconds. - Weight::from_parts(40_240_000, 1489) + // Minimum execution time: 55_181_000 picoseconds. + Weight::from_parts(55_181_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Benchmark Override (r:0 w:0) @@ -96,8 +96,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_748_000 picoseconds. - Weight::from_parts(18_968_000, 0) + // Minimum execution time: 25_515_000 picoseconds. + Weight::from_parts(25_515_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1) @@ -106,8 +106,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_363_000 picoseconds. - Weight::from_parts(6_453_000, 0) + // Minimum execution time: 18_100_000 picoseconds. + Weight::from_parts(18_100_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm VersionNotifiers (r:1 w:1) @@ -130,8 +130,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `107` // Estimated: `3572` - // Minimum execution time: 58_518_000 picoseconds. - Weight::from_parts(59_028_000, 3572) + // Minimum execution time: 61_871_000 picoseconds. + Weight::from_parts(61_871_000, 3572) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -153,8 +153,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `290` // Estimated: `3755` - // Minimum execution time: 58_778_000 picoseconds. - Weight::from_parts(59_099_000, 3755) + // Minimum execution time: 55_815_000 picoseconds. + Weight::from_parts(55_815_000, 3755) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -164,8 +164,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_182_000 picoseconds. - Weight::from_parts(6_603_000, 0) + // Minimum execution time: 12_466_000 picoseconds. + Weight::from_parts(12_466_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SupportedVersion (r:4 w:2) @@ -174,8 +174,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `162` // Estimated: `11052` - // Minimum execution time: 31_032_000 picoseconds. - Weight::from_parts(31_633_000, 11052) + // Minimum execution time: 35_752_000 picoseconds. + Weight::from_parts(35_752_000, 11052) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -185,8 +185,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `166` // Estimated: `11056` - // Minimum execution time: 31_082_000 picoseconds. - Weight::from_parts(31_813_000, 11056) + // Minimum execution time: 34_817_000 picoseconds. + Weight::from_parts(34_817_000, 11056) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -196,8 +196,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `173` // Estimated: `13538` - // Minimum execution time: 32_806_000 picoseconds. - Weight::from_parts(33_317_000, 13538) + // Minimum execution time: 35_181_000 picoseconds. + Weight::from_parts(35_181_000, 13538) .saturating_add(T::DbWeight::get().reads(5_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1) @@ -216,8 +216,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `174` // Estimated: `6114` - // Minimum execution time: 54_690_000 picoseconds. - Weight::from_parts(55_060_000, 6114) + // Minimum execution time: 56_671_000 picoseconds. + Weight::from_parts(56_671_000, 6114) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -227,8 +227,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `206` // Estimated: `8621` - // Minimum execution time: 18_016_000 picoseconds. - Weight::from_parts(18_387_000, 8621) + // Minimum execution time: 29_909_000 picoseconds. + Weight::from_parts(29_909_000, 8621) .saturating_add(T::DbWeight::get().reads(3_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2) @@ -237,8 +237,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `173` // Estimated: `11063` - // Minimum execution time: 31_664_000 picoseconds. - Weight::from_parts(33_247_000, 11063) + // Minimum execution time: 34_849_000 picoseconds. + Weight::from_parts(34_849_000, 11063) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -258,8 +258,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `177` // Estimated: `11067` - // Minimum execution time: 66_794_000 picoseconds. - Weight::from_parts(67_596_000, 11067) + // Minimum execution time: 68_786_000 picoseconds. + Weight::from_parts(68_786_000, 11067) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/parachain/runtime/interlay/src/weights/pallet_xcm_benchmarks_fungible.rs b/parachain/runtime/interlay/src/weights/pallet_xcm_benchmarks_fungible.rs index 441c30d05c..35920fce98 100644 --- a/parachain/runtime/interlay/src/weights/pallet_xcm_benchmarks_fungible.rs +++ b/parachain/runtime/interlay/src/weights/pallet_xcm_benchmarks_fungible.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_xcm_benchmarks::fungible //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -50,8 +50,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `761` // Estimated: `4226` - // Minimum execution time: 55_160_000 picoseconds. - Weight::from_parts(81_553_000, 4226) + // Minimum execution time: 52_569_000 picoseconds. + Weight::from_parts(52_569_000, 4226) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -63,8 +63,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `715` // Estimated: `6196` - // Minimum execution time: 71_543_000 picoseconds. - Weight::from_parts(72_395_000, 6196) + // Minimum execution time: 67_011_000 picoseconds. + Weight::from_parts(67_011_000, 6196) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -88,8 +88,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `891` // Estimated: `6196` - // Minimum execution time: 111_123_000 picoseconds. - Weight::from_parts(112_295_000, 6196) + // Minimum execution time: 98_833_000 picoseconds. + Weight::from_parts(98_833_000, 6196) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -103,8 +103,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `513` // Estimated: `3593` - // Minimum execution time: 57_986_000 picoseconds. - Weight::from_parts(58_517_000, 3593) + // Minimum execution time: 53_595_000 picoseconds. + Weight::from_parts(53_595_000, 3593) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -130,8 +130,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `689` // Estimated: `4154` - // Minimum execution time: 103_648_000 picoseconds. - Weight::from_parts(105_992_000, 4154) + // Minimum execution time: 96_935_000 picoseconds. + Weight::from_parts(96_935_000, 4154) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -151,8 +151,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 49_880_000 picoseconds. - Weight::from_parts(50_912_000, 3641) + // Minimum execution time: 79_154_000 picoseconds. + Weight::from_parts(79_154_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/parachain/runtime/interlay/src/weights/pallet_xcm_benchmarks_generic.rs b/parachain/runtime/interlay/src/weights/pallet_xcm_benchmarks_generic.rs index 534dc34255..8d5525d62f 100644 --- a/parachain/runtime/interlay/src/weights/pallet_xcm_benchmarks_generic.rs +++ b/parachain/runtime/interlay/src/weights/pallet_xcm_benchmarks_generic.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_xcm_benchmarks::generic //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -56,8 +56,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 108_617_000 picoseconds. - Weight::from_parts(109_519_000, 3641) + // Minimum execution time: 121_609_000 picoseconds. + Weight::from_parts(121_609_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -65,8 +65,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_006_000 picoseconds. - Weight::from_parts(3_066_000, 0) + // Minimum execution time: 7_778_000 picoseconds. + Weight::from_parts(7_778_000, 0) } /// Storage: PolkadotXcm Queries (r:1 w:0) /// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) @@ -74,16 +74,16 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3568` - // Minimum execution time: 18_467_000 picoseconds. - Weight::from_parts(18_678_000, 3568) + // Minimum execution time: 26_767_000 picoseconds. + Weight::from_parts(26_767_000, 3568) .saturating_add(T::DbWeight::get().reads(1_u64)) } pub fn transact () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_612_000 picoseconds. - Weight::from_parts(11_012_000, 0) + // Minimum execution time: 19_935_000 picoseconds. + Weight::from_parts(19_935_000, 0) } /// Storage: ParachainInfo ParachainId (r:1 w:0) /// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -91,44 +91,44 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `69` // Estimated: `1489` - // Minimum execution time: 11_703_000 picoseconds. - Weight::from_parts(11_994_000, 1489) + // Minimum execution time: 16_892_000 picoseconds. + Weight::from_parts(16_892_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) } pub fn set_error_handler () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_695_000 picoseconds. - Weight::from_parts(2_806_000, 0) + // Minimum execution time: 7_649_000 picoseconds. + Weight::from_parts(7_649_000, 0) } pub fn set_appendix () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_736_000 picoseconds. - Weight::from_parts(2_815_000, 0) + // Minimum execution time: 7_713_000 picoseconds. + Weight::from_parts(7_713_000, 0) } pub fn clear_error () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_605_000 picoseconds. - Weight::from_parts(2_695_000, 0) + // Minimum execution time: 7_087_000 picoseconds. + Weight::from_parts(7_087_000, 0) } pub fn descend_origin () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_407_000 picoseconds. - Weight::from_parts(3_507_000, 0) + // Minimum execution time: 9_670_000 picoseconds. + Weight::from_parts(9_670_000, 0) } pub fn clear_origin () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_575_000 picoseconds. - Weight::from_parts(2_725_000, 0) + // Minimum execution time: 7_064_000 picoseconds. + Weight::from_parts(7_064_000, 0) } /// Storage: ParachainInfo ParachainId (r:1 w:0) /// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -146,8 +146,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 43_447_000 picoseconds. - Weight::from_parts(43_928_000, 3641) + // Minimum execution time: 50_474_000 picoseconds. + Weight::from_parts(50_474_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -157,8 +157,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `160` // Estimated: `3625` - // Minimum execution time: 25_631_000 picoseconds. - Weight::from_parts(26_152_000, 3625) + // Minimum execution time: 30_889_000 picoseconds. + Weight::from_parts(30_889_000, 3625) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -166,8 +166,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_615_000 picoseconds. - Weight::from_parts(2_715_000, 0) + // Minimum execution time: 6_962_000 picoseconds. + Weight::from_parts(6_962_000, 0) } /// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1) /// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured) @@ -185,8 +185,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `107` // Estimated: `3572` - // Minimum execution time: 49_099_000 picoseconds. - Weight::from_parts(49_399_000, 3572) + // Minimum execution time: 50_379_000 picoseconds. + Weight::from_parts(50_379_000, 3572) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -196,8 +196,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_774_000 picoseconds. - Weight::from_parts(6_934_000, 0) + // Minimum execution time: 11_583_000 picoseconds. + Weight::from_parts(11_583_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: ParachainInfo ParachainId (r:1 w:0) @@ -216,8 +216,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 102_094_000 picoseconds. - Weight::from_parts(103_127_000, 3641) + // Minimum execution time: 103_599_000 picoseconds. + Weight::from_parts(103_599_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -225,36 +225,36 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 17_415_000 picoseconds. - Weight::from_parts(17_505_000, 0) + // Minimum execution time: 21_736_000 picoseconds. + Weight::from_parts(21_736_000, 0) } pub fn expect_asset () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_868_000 picoseconds. - Weight::from_parts(3_998_000, 0) + // Minimum execution time: 7_242_000 picoseconds. + Weight::from_parts(7_242_000, 0) } pub fn expect_origin () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_746_000 picoseconds. - Weight::from_parts(2_856_000, 0) + // Minimum execution time: 6_878_000 picoseconds. + Weight::from_parts(6_878_000, 0) } pub fn expect_error () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_615_000 picoseconds. - Weight::from_parts(2_755_000, 0) + // Minimum execution time: 6_591_000 picoseconds. + Weight::from_parts(6_591_000, 0) } pub fn expect_transact_status () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_996_000 picoseconds. - Weight::from_parts(3_046_000, 0) + // Minimum execution time: 6_995_000 picoseconds. + Weight::from_parts(6_995_000, 0) } /// Storage: ParachainInfo ParachainId (r:1 w:0) /// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -272,8 +272,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 67_074_000 picoseconds. - Weight::from_parts(67_846_000, 3641) + // Minimum execution time: 86_265_000 picoseconds. + Weight::from_parts(86_265_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -281,8 +281,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 22_164_000 picoseconds. - Weight::from_parts(22_566_000, 0) + // Minimum execution time: 24_525_000 picoseconds. + Weight::from_parts(24_525_000, 0) } /// Storage: ParachainInfo ParachainId (r:1 w:0) /// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -300,8 +300,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 43_667_000 picoseconds. - Weight::from_parts(44_108_000, 3641) + // Minimum execution time: 49_699_000 picoseconds. + Weight::from_parts(49_699_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -309,35 +309,35 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_786_000 picoseconds. - Weight::from_parts(2_875_000, 0) + // Minimum execution time: 6_675_000 picoseconds. + Weight::from_parts(6_675_000, 0) } pub fn set_topic () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_705_000 picoseconds. - Weight::from_parts(2_795_000, 0) + // Minimum execution time: 6_610_000 picoseconds. + Weight::from_parts(6_610_000, 0) } pub fn clear_topic () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_585_000 picoseconds. - Weight::from_parts(2_635_000, 0) + // Minimum execution time: 6_771_000 picoseconds. + Weight::from_parts(6_771_000, 0) } pub fn set_fees_mode () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_605_000 picoseconds. - Weight::from_parts(2_725_000, 0) + // Minimum execution time: 7_168_000 picoseconds. + Weight::from_parts(7_168_000, 0) } pub fn unpaid_execution () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_835_000 picoseconds. - Weight::from_parts(2_915_000, 0) + // Minimum execution time: 7_354_000 picoseconds. + Weight::from_parts(7_354_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/redeem.rs b/parachain/runtime/interlay/src/weights/redeem.rs index 2b2ced5c79..17867448ab 100644 --- a/parachain/runtime/interlay/src/weights/redeem.rs +++ b/parachain/runtime/interlay/src/weights/redeem.rs @@ -2,30 +2,31 @@ //! Autogenerated weights for redeem //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `Nakuls-MacBook-Pro.local`, CPU: `` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: // ./target/release/interbtc-parachain // benchmark // pallet // --pallet -// redeem +// * // --extrinsic // * +// --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 +// 1 // --template // .deploy/runtime-weight-template.hbs // --chain // interlay-dev // --output -// interlay_weights.rs +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -39,124 +40,122 @@ pub struct WeightInfo(PhantomData); impl redeem::WeightInfo for WeightInfo { - /// Storage: `Tokens::Accounts` (r:2 w:1) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `Fee::RedeemFee` (r:1 w:0) - /// Proof: `Fee::RedeemFee` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemTransactionSize` (r:1 w:0) - /// Proof: `Redeem::RedeemTransactionSize` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Oracle::Aggregate` (r:2 w:0) - /// Proof: `Oracle::Aggregate` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::Vaults` (r:1 w:1) - /// Proof: `VaultRegistry::Vaults` (`max_values`: None, `max_size`: Some(260), added: 2735, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemBtcDustValue` (r:1 w:0) - /// Proof: `Redeem::RedeemBtcDustValue` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::PremiumRedeemThreshold` (r:1 w:0) - /// Proof: `VaultRegistry::PremiumRedeemThreshold` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::Nonce` (r:1 w:0) - /// Proof: `VaultStaking::Nonce` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::TotalCurrentStake` (r:1 w:0) - /// Proof: `VaultStaking::TotalCurrentStake` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `Loans::UnderlyingAssetId` (r:1 w:0) - /// Proof: `Loans::UnderlyingAssetId` (`max_values`: None, `max_size`: Some(38), added: 2513, mode: `MaxEncodedLen`) - /// Storage: `Loans::Markets` (r:2 w:0) - /// Proof: `Loans::Markets` (`max_values`: None, `max_size`: Some(160), added: 2635, 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::LastAccruedInterestTime` (r:1 w:1) - /// Proof: `Loans::LastAccruedInterestTime` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:1 w:0) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalBorrows` (r:1 w:0) - /// Proof: `Loans::TotalBorrows` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalReserves` (r:1 w:0) - /// Proof: `Loans::TotalReserves` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::MinExchangeRate` (r:1 w:0) - /// Proof: `Loans::MinExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Loans::MaxExchangeRate` (r:1 w:0) - /// Proof: `Loans::MaxExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::SecureCollateralThreshold` (r:1 w:0) - /// Proof: `VaultRegistry::SecureCollateralThreshold` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `Fee::PremiumRedeemFee` (r:1 w:0) - /// Proof: `Fee::PremiumRedeemFee` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Security::Nonce` (r:1 w:1) - /// Proof: `Security::Nonce` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `System::ParentHash` (r:1 w:0) - /// Proof: `System::ParentHash` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Security::ActiveBlockCount` (r:1 w:0) - /// Proof: `Security::ActiveBlockCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemPeriod` (r:1 w:0) - /// Proof: `Redeem::RedeemPeriod` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::BestBlockHeight` (r:1 w:0) - /// Proof: `BTCRelay::BestBlockHeight` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemRequests` (r:0 w:1) - /// Proof: `Redeem::RedeemRequests` (`max_values`: None, `max_size`: Some(245), added: 2720, mode: `MaxEncodedLen`) + /// Storage: Tokens Accounts (r:2 w:1) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: Fee RedeemFee (r:1 w:0) + /// Proof: Fee RedeemFee (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Redeem RedeemTransactionSize (r:1 w:0) + /// Proof: Redeem RedeemTransactionSize (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Oracle Aggregate (r:2 w:0) + /// Proof: Oracle Aggregate (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) + /// Storage: VaultRegistry Vaults (r:1 w:1) + /// Proof: VaultRegistry Vaults (max_values: None, max_size: Some(260), added: 2735, mode: MaxEncodedLen) + /// Storage: Redeem RedeemBtcDustValue (r:1 w:0) + /// Proof: Redeem RedeemBtcDustValue (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Loans UnderlyingAssetId (r:1 w:0) + /// Proof: Loans UnderlyingAssetId (max_values: None, max_size: Some(38), added: 2513, mode: MaxEncodedLen) + /// Storage: Loans Markets (r:2 w:0) + /// Proof: Loans Markets (max_values: None, max_size: Some(160), added: 2635, 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 LastAccruedInterestTime (r:1 w:1) + /// Proof: Loans LastAccruedInterestTime (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:1 w:0) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Loans TotalBorrows (r:1 w:0) + /// Proof: Loans TotalBorrows (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans TotalReserves (r:1 w:0) + /// Proof: Loans TotalReserves (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans MinExchangeRate (r:1 w:0) + /// Proof: Loans MinExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Loans MaxExchangeRate (r:1 w:0) + /// Proof: Loans MaxExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Fee PremiumRedeemFee (r:1 w:0) + /// Proof: Fee PremiumRedeemFee (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: VaultRegistry SecureCollateralThreshold (r:1 w:0) + /// Proof: VaultRegistry SecureCollateralThreshold (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: VaultStaking Nonce (r:1 w:0) + /// Proof: VaultStaking Nonce (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: VaultStaking TotalCurrentStake (r:1 w:0) + /// Proof: VaultStaking TotalCurrentStake (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: Security Nonce (r:1 w:1) + /// Proof: Security Nonce (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: System ParentHash (r:1 w:0) + /// Proof: System ParentHash (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Security ActiveBlockCount (r:1 w:0) + /// Proof: Security ActiveBlockCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Redeem RedeemPeriod (r:1 w:0) + /// Proof: Redeem RedeemPeriod (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: BTCRelay BestBlockHeight (r:1 w:0) + /// Proof: BTCRelay BestBlockHeight (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Redeem RedeemRequests (r:0 w:1) + /// Proof: Redeem RedeemRequests (max_values: None, max_size: Some(245), added: 2720, mode: MaxEncodedLen) fn request_redeem () -> Weight { // Proof Size summary in bytes: - // Measured: `3219` + // Measured: `3155` // Estimated: `6260` - // Minimum execution time: 226_000_000 picoseconds. - Weight::from_parts(230_000_000, 6260) - .saturating_add(T::DbWeight::get().reads(29_u64)) + // Minimum execution time: 245_577_000 picoseconds. + Weight::from_parts(245_577_000, 6260) + .saturating_add(T::DbWeight::get().reads(28_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: `Tokens::Accounts` (r:3 w:3) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:1 w:1) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::LiquidationVault` (r:1 w:1) - /// Proof: `VaultRegistry::LiquidationVault` (`max_values`: None, `max_size`: Some(124), added: 2599, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::TotalUserVaultCollateral` (r:1 w:1) - /// Proof: `VaultRegistry::TotalUserVaultCollateral` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `Loans::UnderlyingAssetId` (r:1 w:0) - /// Proof: `Loans::UnderlyingAssetId` (`max_values`: None, `max_size`: Some(38), added: 2513, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplyState` (r:1 w:1) - /// Proof: `Loans::RewardSupplyState` (`max_values`: None, `max_size`: Some(47), added: 2522, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplySpeed` (r:1 w:0) - /// Proof: `Loans::RewardSupplySpeed` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplierIndex` (r:2 w:2) - /// Proof: `Loans::RewardSupplierIndex` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Loans::Markets` (r:1 w:0) - /// Proof: `Loans::Markets` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardAccrued` (r:2 w:2) - /// Proof: `Loans::RewardAccrued` (`max_values`: None, `max_size`: Some(64), added: 2539, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Loans::AccountDeposits` (r:1 w:0) - /// Proof: `Loans::AccountDeposits` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Tokens Accounts (r:3 w:3) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:1 w:1) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: VaultRegistry LiquidationVault (r:1 w:1) + /// Proof: VaultRegistry LiquidationVault (max_values: None, max_size: Some(124), added: 2599, mode: MaxEncodedLen) + /// Storage: VaultRegistry TotalUserVaultCollateral (r:1 w:1) + /// Proof: VaultRegistry TotalUserVaultCollateral (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: Loans UnderlyingAssetId (r:1 w:0) + /// Proof: Loans UnderlyingAssetId (max_values: None, max_size: Some(38), added: 2513, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplyState (r:1 w:1) + /// Proof: Loans RewardSupplyState (max_values: None, max_size: Some(47), added: 2522, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplySpeed (r:1 w:0) + /// Proof: Loans RewardSupplySpeed (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplierIndex (r:2 w:2) + /// Proof: Loans RewardSupplierIndex (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Loans Markets (r:1 w:0) + /// Proof: Loans Markets (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) + /// Storage: Loans RewardAccrued (r:2 w:2) + /// Proof: Loans RewardAccrued (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Loans AccountDeposits (r:1 w:0) + /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn liquidation_redeem () -> Weight { // Proof Size summary in bytes: // Measured: `2173` // Estimated: `8760` - // Minimum execution time: 139_000_000 picoseconds. - Weight::from_parts(141_000_000, 8760) + // Minimum execution time: 211_320_000 picoseconds. + Weight::from_parts(211_320_000, 8760) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(11_u64)) } - /// Storage: `Redeem::RedeemRequests` (r:1 w:1) - /// Proof: `Redeem::RedeemRequests` (`max_values`: None, `max_size`: Some(245), added: 2720, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::DisableInclusionCheck` (r:1 w:0) - /// Proof: `BTCRelay::DisableInclusionCheck` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::BestBlockHeight` (r:1 w:0) - /// Proof: `BTCRelay::BestBlockHeight` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::Chains` (r:1 w:0) - /// Proof: `BTCRelay::Chains` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::BlockHeaders` (r:1 w:0) - /// Proof: `BTCRelay::BlockHeaders` (`max_values`: None, `max_size`: Some(200), added: 2675, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::StableBitcoinConfirmations` (r:1 w:0) - /// Proof: `BTCRelay::StableBitcoinConfirmations` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Security::ActiveBlockCount` (r:1 w:0) - /// Proof: `Security::ActiveBlockCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::StableParachainConfirmations` (r:1 w:0) - /// Proof: `BTCRelay::StableParachainConfirmations` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Tokens::Accounts` (r:1 w:1) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:1 w:1) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::Vaults` (r:1 w:1) - /// Proof: `VaultRegistry::Vaults` (`max_values`: None, `max_size`: Some(260), added: 2735, mode: `MaxEncodedLen`) + /// Storage: Redeem RedeemRequests (r:1 w:1) + /// Proof: Redeem RedeemRequests (max_values: None, max_size: Some(245), added: 2720, mode: MaxEncodedLen) + /// Storage: BTCRelay DisableInclusionCheck (r:1 w:0) + /// Proof: BTCRelay DisableInclusionCheck (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen) + /// Storage: BTCRelay BestBlockHeight (r:1 w:0) + /// Proof: BTCRelay BestBlockHeight (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: BTCRelay Chains (r:1 w:0) + /// Proof: BTCRelay Chains (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen) + /// Storage: BTCRelay BlockHeaders (r:1 w:0) + /// Proof: BTCRelay BlockHeaders (max_values: None, max_size: Some(200), added: 2675, mode: MaxEncodedLen) + /// Storage: BTCRelay StableBitcoinConfirmations (r:1 w:0) + /// Proof: BTCRelay StableBitcoinConfirmations (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Security ActiveBlockCount (r:1 w:0) + /// Proof: Security ActiveBlockCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: BTCRelay StableParachainConfirmations (r:1 w:0) + /// Proof: BTCRelay StableParachainConfirmations (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Tokens Accounts (r:1 w:1) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:1 w:1) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: VaultRegistry Vaults (r:1 w:1) + /// Proof: VaultRegistry Vaults (max_values: None, max_size: Some(260), added: 2735, mode: MaxEncodedLen) /// The range of component `h` is `[2, 10]`. /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[2, 3]`. @@ -165,235 +164,235 @@ impl redeem::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2295 + o * (1 ±0)` // Estimated: `3725` - // Minimum execution time: 89_000_000 picoseconds. - Weight::from_parts(55_152_275, 3725) - // Standard Error: 149_738 - .saturating_add(Weight::from_parts(2_508_576, 0).saturating_mul(h.into())) - // Standard Error: 134_990 - .saturating_add(Weight::from_parts(994_344, 0).saturating_mul(i.into())) - // Standard Error: 818_328 - .saturating_add(Weight::from_parts(3_299_475, 0).saturating_mul(o.into())) - // Standard Error: 824 - .saturating_add(Weight::from_parts(5_210, 0).saturating_mul(b.into())) + // Minimum execution time: 153_218_000 picoseconds. + Weight::from_parts(121_929_749, 3725) + // Standard Error: 167_792 + .saturating_add(Weight::from_parts(2_104_750, 0).saturating_mul(h.into())) + // Standard Error: 149_148 + .saturating_add(Weight::from_parts(1_168_444, 0).saturating_mul(i.into())) + // Standard Error: 1_342_339 + .saturating_add(Weight::from_parts(1_083_000, 0).saturating_mul(o.into())) + // Standard Error: 890 + .saturating_add(Weight::from_parts(5_930, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: `Redeem::RedeemRequests` (r:1 w:1) - /// Proof: `Redeem::RedeemRequests` (`max_values`: None, `max_size`: Some(245), added: 2720, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemPeriod` (r:1 w:0) - /// Proof: `Redeem::RedeemPeriod` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Security::ActiveBlockCount` (r:1 w:0) - /// Proof: `Security::ActiveBlockCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::BestBlockHeight` (r:1 w:0) - /// Proof: `BTCRelay::BestBlockHeight` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::Vaults` (r:1 w:1) - /// Proof: `VaultRegistry::Vaults` (`max_values`: None, `max_size`: Some(260), added: 2735, mode: `MaxEncodedLen`) - /// Storage: `Loans::UnderlyingAssetId` (r:1 w:0) - /// Proof: `Loans::UnderlyingAssetId` (`max_values`: None, `max_size`: Some(38), added: 2513, mode: `MaxEncodedLen`) - /// Storage: `Oracle::Aggregate` (r:1 w:0) - /// Proof: `Oracle::Aggregate` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) - /// Storage: `Loans::Markets` (r:2 w:0) - /// Proof: `Loans::Markets` (`max_values`: None, `max_size`: Some(160), added: 2635, 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::LastAccruedInterestTime` (r:1 w:1) - /// Proof: `Loans::LastAccruedInterestTime` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:2 w:1) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `Tokens::Accounts` (r:4 w:3) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:2 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalBorrows` (r:1 w:0) - /// Proof: `Loans::TotalBorrows` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalReserves` (r:1 w:0) - /// Proof: `Loans::TotalReserves` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::MinExchangeRate` (r:1 w:0) - /// Proof: `Loans::MinExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Loans::MaxExchangeRate` (r:1 w:0) - /// Proof: `Loans::MaxExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Fee::PunishmentFee` (r:1 w:0) - /// Proof: `Fee::PunishmentFee` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::Nonce` (r:1 w:0) - /// Proof: `VaultStaking::Nonce` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::TotalCurrentStake` (r:1 w:1) - /// Proof: `VaultStaking::TotalCurrentStake` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::TotalUserVaultCollateral` (r:1 w:1) - /// Proof: `VaultRegistry::TotalUserVaultCollateral` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::Stake` (r:1 w:1) - /// Proof: `VaultCapacity::Stake` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardPerToken` (r:2 w:0) - /// Proof: `VaultCapacity::RewardPerToken` (`max_values`: None, `max_size`: Some(59), added: 2534, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardTally` (r:2 w:2) - /// Proof: `VaultCapacity::RewardTally` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::TotalRewards` (r:2 w:2) - /// Proof: `VaultCapacity::TotalRewards` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::Stake` (r:1 w:1) - /// Proof: `VaultRewards::Stake` (`max_values`: None, `max_size`: Some(97), added: 2572, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardPerToken` (r:2 w:0) - /// Proof: `VaultRewards::RewardPerToken` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardTally` (r:2 w:2) - /// Proof: `VaultRewards::RewardTally` (`max_values`: None, `max_size`: Some(124), added: 2599, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::TotalRewards` (r:2 w:2) - /// Proof: `VaultRewards::TotalRewards` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Fee::Commission` (r:1 w:0) - /// Proof: `Fee::Commission` (`max_values`: None, `max_size`: Some(86), added: 2561, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::RewardPerToken` (r:2 w:2) - /// Proof: `VaultStaking::RewardPerToken` (`max_values`: None, `max_size`: Some(117), added: 2592, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::TotalStake` (r:1 w:0) - /// Proof: `VaultStaking::TotalStake` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::SlashPerToken` (r:1 w:1) - /// Proof: `VaultStaking::SlashPerToken` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::SecureCollateralThreshold` (r:1 w:0) - /// Proof: `VaultRegistry::SecureCollateralThreshold` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::TotalStake` (r:1 w:1) - /// Proof: `VaultRewards::TotalStake` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardCurrencies` (r:1 w:0) - /// Proof: `VaultRewards::RewardCurrencies` (`max_values`: None, `max_size`: Some(50), added: 2525, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::TotalStake` (r:1 w:1) - /// Proof: `VaultCapacity::TotalStake` (`max_values`: None, `max_size`: Some(32), added: 2507, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardCurrencies` (r:1 w:0) - /// Proof: `VaultCapacity::RewardCurrencies` (`max_values`: None, `max_size`: Some(39), added: 2514, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplyState` (r:1 w:1) - /// Proof: `Loans::RewardSupplyState` (`max_values`: None, `max_size`: Some(47), added: 2522, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplySpeed` (r:1 w:0) - /// Proof: `Loans::RewardSupplySpeed` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplierIndex` (r:2 w:2) - /// Proof: `Loans::RewardSupplierIndex` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardAccrued` (r:2 w:2) - /// Proof: `Loans::RewardAccrued` (`max_values`: None, `max_size`: Some(64), added: 2539, mode: `MaxEncodedLen`) - /// Storage: `Loans::AccountDeposits` (r:1 w:0) - /// Proof: `Loans::AccountDeposits` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::PunishmentDelay` (r:1 w:0) - /// Proof: `VaultRegistry::PunishmentDelay` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + /// Storage: Redeem RedeemRequests (r:1 w:1) + /// Proof: Redeem RedeemRequests (max_values: None, max_size: Some(245), added: 2720, mode: MaxEncodedLen) + /// Storage: Redeem RedeemPeriod (r:1 w:0) + /// Proof: Redeem RedeemPeriod (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Security ActiveBlockCount (r:1 w:0) + /// Proof: Security ActiveBlockCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: BTCRelay BestBlockHeight (r:1 w:0) + /// Proof: BTCRelay BestBlockHeight (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: VaultRegistry Vaults (r:1 w:1) + /// Proof: VaultRegistry Vaults (max_values: None, max_size: Some(260), added: 2735, mode: MaxEncodedLen) + /// Storage: Loans UnderlyingAssetId (r:1 w:0) + /// Proof: Loans UnderlyingAssetId (max_values: None, max_size: Some(38), added: 2513, mode: MaxEncodedLen) + /// Storage: Oracle Aggregate (r:1 w:0) + /// Proof: Oracle Aggregate (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) + /// Storage: Loans Markets (r:2 w:0) + /// Proof: Loans Markets (max_values: None, max_size: Some(160), added: 2635, 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 LastAccruedInterestTime (r:1 w:1) + /// Proof: Loans LastAccruedInterestTime (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:2 w:1) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: Tokens Accounts (r:4 w:3) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: System Account (r:2 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Loans TotalBorrows (r:1 w:0) + /// Proof: Loans TotalBorrows (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans TotalReserves (r:1 w:0) + /// Proof: Loans TotalReserves (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans MinExchangeRate (r:1 w:0) + /// Proof: Loans MinExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Loans MaxExchangeRate (r:1 w:0) + /// Proof: Loans MaxExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Fee PunishmentFee (r:1 w:0) + /// Proof: Fee PunishmentFee (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: VaultStaking Nonce (r:1 w:0) + /// Proof: VaultStaking Nonce (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: VaultStaking TotalCurrentStake (r:1 w:1) + /// Proof: VaultStaking TotalCurrentStake (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultRegistry TotalUserVaultCollateral (r:1 w:1) + /// Proof: VaultRegistry TotalUserVaultCollateral (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: VaultCapacity Stake (r:1 w:1) + /// Proof: VaultCapacity Stake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardPerToken (r:2 w:0) + /// Proof: VaultCapacity RewardPerToken (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardTally (r:2 w:2) + /// Proof: VaultCapacity RewardTally (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) + /// Storage: VaultCapacity TotalRewards (r:2 w:2) + /// Proof: VaultCapacity TotalRewards (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultRewards Stake (r:1 w:1) + /// Proof: VaultRewards Stake (max_values: None, max_size: Some(97), added: 2572, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardPerToken (r:2 w:0) + /// Proof: VaultRewards RewardPerToken (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardTally (r:2 w:2) + /// Proof: VaultRewards RewardTally (max_values: None, max_size: Some(124), added: 2599, mode: MaxEncodedLen) + /// Storage: VaultRewards TotalRewards (r:2 w:2) + /// Proof: VaultRewards TotalRewards (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Fee Commission (r:1 w:0) + /// Proof: Fee Commission (max_values: None, max_size: Some(86), added: 2561, mode: MaxEncodedLen) + /// Storage: VaultStaking RewardPerToken (r:2 w:2) + /// Proof: VaultStaking RewardPerToken (max_values: None, max_size: Some(117), added: 2592, mode: MaxEncodedLen) + /// Storage: VaultStaking TotalStake (r:1 w:0) + /// Proof: VaultStaking TotalStake (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultStaking SlashPerToken (r:1 w:1) + /// Proof: VaultStaking SlashPerToken (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultRegistry SecureCollateralThreshold (r:1 w:0) + /// Proof: VaultRegistry SecureCollateralThreshold (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: VaultRewards TotalStake (r:1 w:1) + /// Proof: VaultRewards TotalStake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardCurrencies (r:1 w:0) + /// Proof: VaultRewards RewardCurrencies (max_values: None, max_size: Some(50), added: 2525, mode: MaxEncodedLen) + /// Storage: VaultCapacity TotalStake (r:1 w:1) + /// Proof: VaultCapacity TotalStake (max_values: None, max_size: Some(32), added: 2507, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardCurrencies (r:1 w:0) + /// Proof: VaultCapacity RewardCurrencies (max_values: None, max_size: Some(39), added: 2514, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplyState (r:1 w:1) + /// Proof: Loans RewardSupplyState (max_values: None, max_size: Some(47), added: 2522, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplySpeed (r:1 w:0) + /// Proof: Loans RewardSupplySpeed (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplierIndex (r:2 w:2) + /// Proof: Loans RewardSupplierIndex (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Loans RewardAccrued (r:2 w:2) + /// Proof: Loans RewardAccrued (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) + /// Storage: Loans AccountDeposits (r:1 w:0) + /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: VaultRegistry PunishmentDelay (r:1 w:0) + /// Proof: VaultRegistry PunishmentDelay (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn cancel_redeem_reimburse () -> Weight { // Proof Size summary in bytes: // Measured: `5396` // Estimated: `11350` - // Minimum execution time: 495_000_000 picoseconds. - Weight::from_parts(510_000_000, 11350) + // Minimum execution time: 746_956_000 picoseconds. + Weight::from_parts(746_956_000, 11350) .saturating_add(T::DbWeight::get().reads(59_u64)) .saturating_add(T::DbWeight::get().writes(29_u64)) } - /// Storage: `Redeem::RedeemRequests` (r:1 w:1) - /// Proof: `Redeem::RedeemRequests` (`max_values`: None, `max_size`: Some(245), added: 2720, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemPeriod` (r:1 w:0) - /// Proof: `Redeem::RedeemPeriod` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Security::ActiveBlockCount` (r:1 w:0) - /// Proof: `Security::ActiveBlockCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::BestBlockHeight` (r:1 w:0) - /// Proof: `BTCRelay::BestBlockHeight` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::Vaults` (r:1 w:1) - /// Proof: `VaultRegistry::Vaults` (`max_values`: None, `max_size`: Some(260), added: 2735, mode: `MaxEncodedLen`) - /// Storage: `Loans::UnderlyingAssetId` (r:1 w:0) - /// Proof: `Loans::UnderlyingAssetId` (`max_values`: None, `max_size`: Some(38), added: 2513, mode: `MaxEncodedLen`) - /// Storage: `Oracle::Aggregate` (r:1 w:0) - /// Proof: `Oracle::Aggregate` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) - /// Storage: `Loans::Markets` (r:2 w:0) - /// Proof: `Loans::Markets` (`max_values`: None, `max_size`: Some(160), added: 2635, 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::LastAccruedInterestTime` (r:1 w:1) - /// Proof: `Loans::LastAccruedInterestTime` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:1 w:0) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `Tokens::Accounts` (r:4 w:3) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:2 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalBorrows` (r:1 w:0) - /// Proof: `Loans::TotalBorrows` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalReserves` (r:1 w:0) - /// Proof: `Loans::TotalReserves` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::MinExchangeRate` (r:1 w:0) - /// Proof: `Loans::MinExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Loans::MaxExchangeRate` (r:1 w:0) - /// Proof: `Loans::MaxExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Fee::PunishmentFee` (r:1 w:0) - /// Proof: `Fee::PunishmentFee` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::Nonce` (r:1 w:0) - /// Proof: `VaultStaking::Nonce` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::TotalCurrentStake` (r:1 w:1) - /// Proof: `VaultStaking::TotalCurrentStake` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::TotalUserVaultCollateral` (r:1 w:1) - /// Proof: `VaultRegistry::TotalUserVaultCollateral` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::Stake` (r:1 w:1) - /// Proof: `VaultCapacity::Stake` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardPerToken` (r:2 w:0) - /// Proof: `VaultCapacity::RewardPerToken` (`max_values`: None, `max_size`: Some(59), added: 2534, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardTally` (r:2 w:2) - /// Proof: `VaultCapacity::RewardTally` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::TotalRewards` (r:2 w:2) - /// Proof: `VaultCapacity::TotalRewards` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::Stake` (r:1 w:1) - /// Proof: `VaultRewards::Stake` (`max_values`: None, `max_size`: Some(97), added: 2572, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardPerToken` (r:2 w:0) - /// Proof: `VaultRewards::RewardPerToken` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardTally` (r:2 w:2) - /// Proof: `VaultRewards::RewardTally` (`max_values`: None, `max_size`: Some(124), added: 2599, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::TotalRewards` (r:2 w:2) - /// Proof: `VaultRewards::TotalRewards` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Fee::Commission` (r:1 w:0) - /// Proof: `Fee::Commission` (`max_values`: None, `max_size`: Some(86), added: 2561, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::RewardPerToken` (r:2 w:2) - /// Proof: `VaultStaking::RewardPerToken` (`max_values`: None, `max_size`: Some(117), added: 2592, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::TotalStake` (r:1 w:0) - /// Proof: `VaultStaking::TotalStake` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::SlashPerToken` (r:1 w:1) - /// Proof: `VaultStaking::SlashPerToken` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::SecureCollateralThreshold` (r:1 w:0) - /// Proof: `VaultRegistry::SecureCollateralThreshold` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::TotalStake` (r:1 w:1) - /// Proof: `VaultRewards::TotalStake` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardCurrencies` (r:1 w:0) - /// Proof: `VaultRewards::RewardCurrencies` (`max_values`: None, `max_size`: Some(50), added: 2525, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::TotalStake` (r:1 w:1) - /// Proof: `VaultCapacity::TotalStake` (`max_values`: None, `max_size`: Some(32), added: 2507, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardCurrencies` (r:1 w:0) - /// Proof: `VaultCapacity::RewardCurrencies` (`max_values`: None, `max_size`: Some(39), added: 2514, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplyState` (r:1 w:1) - /// Proof: `Loans::RewardSupplyState` (`max_values`: None, `max_size`: Some(47), added: 2522, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplySpeed` (r:1 w:0) - /// Proof: `Loans::RewardSupplySpeed` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplierIndex` (r:2 w:2) - /// Proof: `Loans::RewardSupplierIndex` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardAccrued` (r:2 w:2) - /// Proof: `Loans::RewardAccrued` (`max_values`: None, `max_size`: Some(64), added: 2539, mode: `MaxEncodedLen`) - /// Storage: `Loans::AccountDeposits` (r:1 w:0) - /// Proof: `Loans::AccountDeposits` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::PunishmentDelay` (r:1 w:0) - /// Proof: `VaultRegistry::PunishmentDelay` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + /// Storage: Redeem RedeemRequests (r:1 w:1) + /// Proof: Redeem RedeemRequests (max_values: None, max_size: Some(245), added: 2720, mode: MaxEncodedLen) + /// Storage: Redeem RedeemPeriod (r:1 w:0) + /// Proof: Redeem RedeemPeriod (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Security ActiveBlockCount (r:1 w:0) + /// Proof: Security ActiveBlockCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: BTCRelay BestBlockHeight (r:1 w:0) + /// Proof: BTCRelay BestBlockHeight (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: VaultRegistry Vaults (r:1 w:1) + /// Proof: VaultRegistry Vaults (max_values: None, max_size: Some(260), added: 2735, mode: MaxEncodedLen) + /// Storage: Loans UnderlyingAssetId (r:1 w:0) + /// Proof: Loans UnderlyingAssetId (max_values: None, max_size: Some(38), added: 2513, mode: MaxEncodedLen) + /// Storage: Oracle Aggregate (r:1 w:0) + /// Proof: Oracle Aggregate (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) + /// Storage: Loans Markets (r:2 w:0) + /// Proof: Loans Markets (max_values: None, max_size: Some(160), added: 2635, 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 LastAccruedInterestTime (r:1 w:1) + /// Proof: Loans LastAccruedInterestTime (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:1 w:0) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: Tokens Accounts (r:4 w:3) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: System Account (r:2 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Loans TotalBorrows (r:1 w:0) + /// Proof: Loans TotalBorrows (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans TotalReserves (r:1 w:0) + /// Proof: Loans TotalReserves (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans MinExchangeRate (r:1 w:0) + /// Proof: Loans MinExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Loans MaxExchangeRate (r:1 w:0) + /// Proof: Loans MaxExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Fee PunishmentFee (r:1 w:0) + /// Proof: Fee PunishmentFee (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: VaultStaking Nonce (r:1 w:0) + /// Proof: VaultStaking Nonce (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: VaultStaking TotalCurrentStake (r:1 w:1) + /// Proof: VaultStaking TotalCurrentStake (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultRegistry TotalUserVaultCollateral (r:1 w:1) + /// Proof: VaultRegistry TotalUserVaultCollateral (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: VaultCapacity Stake (r:1 w:1) + /// Proof: VaultCapacity Stake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardPerToken (r:2 w:0) + /// Proof: VaultCapacity RewardPerToken (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardTally (r:2 w:2) + /// Proof: VaultCapacity RewardTally (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) + /// Storage: VaultCapacity TotalRewards (r:2 w:2) + /// Proof: VaultCapacity TotalRewards (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultRewards Stake (r:1 w:1) + /// Proof: VaultRewards Stake (max_values: None, max_size: Some(97), added: 2572, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardPerToken (r:2 w:0) + /// Proof: VaultRewards RewardPerToken (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardTally (r:2 w:2) + /// Proof: VaultRewards RewardTally (max_values: None, max_size: Some(124), added: 2599, mode: MaxEncodedLen) + /// Storage: VaultRewards TotalRewards (r:2 w:2) + /// Proof: VaultRewards TotalRewards (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Fee Commission (r:1 w:0) + /// Proof: Fee Commission (max_values: None, max_size: Some(86), added: 2561, mode: MaxEncodedLen) + /// Storage: VaultStaking RewardPerToken (r:2 w:2) + /// Proof: VaultStaking RewardPerToken (max_values: None, max_size: Some(117), added: 2592, mode: MaxEncodedLen) + /// Storage: VaultStaking TotalStake (r:1 w:0) + /// Proof: VaultStaking TotalStake (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultStaking SlashPerToken (r:1 w:1) + /// Proof: VaultStaking SlashPerToken (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultRegistry SecureCollateralThreshold (r:1 w:0) + /// Proof: VaultRegistry SecureCollateralThreshold (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: VaultRewards TotalStake (r:1 w:1) + /// Proof: VaultRewards TotalStake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardCurrencies (r:1 w:0) + /// Proof: VaultRewards RewardCurrencies (max_values: None, max_size: Some(50), added: 2525, mode: MaxEncodedLen) + /// Storage: VaultCapacity TotalStake (r:1 w:1) + /// Proof: VaultCapacity TotalStake (max_values: None, max_size: Some(32), added: 2507, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardCurrencies (r:1 w:0) + /// Proof: VaultCapacity RewardCurrencies (max_values: None, max_size: Some(39), added: 2514, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplyState (r:1 w:1) + /// Proof: Loans RewardSupplyState (max_values: None, max_size: Some(47), added: 2522, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplySpeed (r:1 w:0) + /// Proof: Loans RewardSupplySpeed (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplierIndex (r:2 w:2) + /// Proof: Loans RewardSupplierIndex (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Loans RewardAccrued (r:2 w:2) + /// Proof: Loans RewardAccrued (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) + /// Storage: Loans AccountDeposits (r:1 w:0) + /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: VaultRegistry PunishmentDelay (r:1 w:0) + /// Proof: VaultRegistry PunishmentDelay (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn cancel_redeem_retry () -> Weight { // Proof Size summary in bytes: // Measured: `5396` // Estimated: `11350` - // Minimum execution time: 406_000_000 picoseconds. - Weight::from_parts(412_000_000, 11350) + // Minimum execution time: 577_873_000 picoseconds. + Weight::from_parts(577_873_000, 11350) .saturating_add(T::DbWeight::get().reads(58_u64)) .saturating_add(T::DbWeight::get().writes(28_u64)) } - /// Storage: `Redeem::RedeemPeriod` (r:0 w:1) - /// Proof: `Redeem::RedeemPeriod` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + /// Storage: Redeem RedeemPeriod (r:0 w:1) + /// Proof: Redeem RedeemPeriod (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn set_redeem_period () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 22_539_000 picoseconds. + Weight::from_parts(22_539_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `VaultRegistry::Vaults` (r:1 w:1) - /// Proof: `VaultRegistry::Vaults` (`max_values`: None, `max_size`: Some(260), added: 2735, mode: `MaxEncodedLen`) - /// Storage: `Tokens::Accounts` (r:1 w:1) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:1 w:1) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) + /// Storage: VaultRegistry Vaults (r:1 w:1) + /// Proof: VaultRegistry Vaults (max_values: None, max_size: Some(260), added: 2735, mode: MaxEncodedLen) + /// Storage: Tokens Accounts (r:1 w:1) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:1 w:1) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) fn self_redeem () -> Weight { // Proof Size summary in bytes: // Measured: `1427` // Estimated: `3725` - // Minimum execution time: 71_000_000 picoseconds. - Weight::from_parts(72_000_000, 3725) + // Minimum execution time: 107_901_000 picoseconds. + Weight::from_parts(107_901_000, 3725) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/parachain/runtime/interlay/src/weights/replace.rs b/parachain/runtime/interlay/src/weights/replace.rs index 4e9c7c0970..c31edd18d6 100644 --- a/parachain/runtime/interlay/src/weights/replace.rs +++ b/parachain/runtime/interlay/src/weights/replace.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for replace //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -56,8 +56,8 @@ impl replace::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2035` // Estimated: `3725` - // Minimum execution time: 131_042_000 picoseconds. - Weight::from_parts(135_822_000, 3725) + // Minimum execution time: 100_452_000 picoseconds. + Weight::from_parts(100_452_000, 3725) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -67,8 +67,8 @@ impl replace::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `701` // Estimated: `3725` - // Minimum execution time: 55_932_000 picoseconds. - Weight::from_parts(58_086_000, 3725) + // Minimum execution time: 43_959_000 picoseconds. + Weight::from_parts(43_959_000, 3725) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -144,8 +144,8 @@ impl replace::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4306` // Estimated: `6460` - // Minimum execution time: 623_749_000 picoseconds. - Weight::from_parts(628_388_000, 6460) + // Minimum execution time: 464_653_000 picoseconds. + Weight::from_parts(464_653_000, 6460) .saturating_add(T::DbWeight::get().reads(42_u64)) .saturating_add(T::DbWeight::get().writes(26_u64)) } @@ -173,20 +173,18 @@ impl replace::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[2, 3]`. /// The range of component `b` is `[541, 2048]`. - fn execute_pending_replace (h: u32, i: u32, o: u32, b: u32, ) -> Weight { + fn execute_pending_replace (h: u32, i: u32, _o: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3962` + // Measured: `4332` // Estimated: `6460` - // Minimum execution time: 201_203_000 picoseconds. - Weight::from_parts(166_625_346, 6460) - // Standard Error: 77_399 - .saturating_add(Weight::from_parts(3_797_260, 0).saturating_mul(h.into())) - // Standard Error: 69_776 - .saturating_add(Weight::from_parts(1_249_996, 0).saturating_mul(i.into())) - // Standard Error: 422_991 - .saturating_add(Weight::from_parts(3_113_568, 0).saturating_mul(o.into())) - // Standard Error: 426 - .saturating_add(Weight::from_parts(3_662, 0).saturating_mul(b.into())) + // Minimum execution time: 169_281_000 picoseconds. + Weight::from_parts(153_280_258, 6460) + // Standard Error: 236_100 + .saturating_add(Weight::from_parts(981_187, 0).saturating_mul(h.into())) + // Standard Error: 209_866 + .saturating_add(Weight::from_parts(1_220_388, 0).saturating_mul(i.into())) + // Standard Error: 1_253 + .saturating_add(Weight::from_parts(5_620, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -220,20 +218,16 @@ impl replace::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[2, 3]`. /// The range of component `b` is `[541, 2048]`. - fn execute_cancelled_replace (h: u32, i: u32, o: u32, b: u32, ) -> Weight { + fn execute_cancelled_replace (_h: u32, i: u32, _o: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4084` + // Measured: `4454` // Estimated: `6460` - // Minimum execution time: 244_751_000 picoseconds. - Weight::from_parts(221_003_188, 6460) - // Standard Error: 69_845 - .saturating_add(Weight::from_parts(3_504_737, 0).saturating_mul(h.into())) - // Standard Error: 62_966 - .saturating_add(Weight::from_parts(526_198, 0).saturating_mul(i.into())) - // Standard Error: 381_710 - .saturating_add(Weight::from_parts(2_470_971, 0).saturating_mul(o.into())) - // Standard Error: 384 - .saturating_add(Weight::from_parts(4_539, 0).saturating_mul(b.into())) + // Minimum execution time: 202_432_000 picoseconds. + Weight::from_parts(209_673_434, 6460) + // Standard Error: 87_949 + .saturating_add(Weight::from_parts(77_333, 0).saturating_mul(i.into())) + // Standard Error: 525 + .saturating_add(Weight::from_parts(3_301, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -297,8 +291,8 @@ impl replace::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4744` // Estimated: `6460` - // Minimum execution time: 499_671_000 picoseconds. - Weight::from_parts(507_496_000, 6460) + // Minimum execution time: 373_738_000 picoseconds. + Weight::from_parts(373_738_000, 6460) .saturating_add(T::DbWeight::get().reads(37_u64)) .saturating_add(T::DbWeight::get().writes(19_u64)) } @@ -308,8 +302,8 @@ impl replace::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 17_806_000 picoseconds. - Weight::from_parts(18_467_000, 0) + // Minimum execution time: 22_579_000 picoseconds. + Weight::from_parts(22_579_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/security.rs b/parachain/runtime/interlay/src/weights/security.rs index a34d043d73..c94ed1e10e 100644 --- a/parachain/runtime/interlay/src/weights/security.rs +++ b/parachain/runtime/interlay/src/weights/security.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for security //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -48,8 +48,8 @@ impl security::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `99` // Estimated: `1489` - // Minimum execution time: 17_345_000 picoseconds. - Weight::from_parts(18_226_000, 1489) + // Minimum execution time: 19_674_000 picoseconds. + Weight::from_parts(19_674_000, 1489) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -59,8 +59,8 @@ impl security::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_158_000 picoseconds. - Weight::from_parts(15_060_000, 0) + // Minimum execution time: 22_362_000 picoseconds. + Weight::from_parts(22_362_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/supply.rs b/parachain/runtime/interlay/src/weights/supply.rs index 6e3f345469..838ab1a3f5 100644 --- a/parachain/runtime/interlay/src/weights/supply.rs +++ b/parachain/runtime/interlay/src/weights/supply.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for supply //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -54,8 +54,8 @@ impl supply::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `606` // Estimated: `11350` - // Minimum execution time: 197_536_000 picoseconds. - Weight::from_parts(199_199_000, 11350) + // Minimum execution time: 141_555_000 picoseconds. + Weight::from_parts(141_555_000, 11350) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -65,8 +65,8 @@ impl supply::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_499_000 picoseconds. - Weight::from_parts(9_769_000, 0) + // Minimum execution time: 12_531_000 picoseconds. + Weight::from_parts(12_531_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/interlay/src/weights/tx_pause.rs b/parachain/runtime/interlay/src/weights/tx_pause.rs index d22e2ed604..6318ce2e8d 100644 --- a/parachain/runtime/interlay/src/weights/tx_pause.rs +++ b/parachain/runtime/interlay/src/weights/tx_pause.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for tx_pause //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,8 +46,8 @@ impl tx_pause::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3` // Estimated: `6494` - // Minimum execution time: 32_074_000 picoseconds. - Weight::from_parts(32_575_000, 6494) + // Minimum execution time: 48_481_000 picoseconds. + Weight::from_parts(48_481_000, 6494) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -57,8 +57,8 @@ impl tx_pause::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `308` // Estimated: `6494` - // Minimum execution time: 36_412_000 picoseconds. - Weight::from_parts(37_174_000, 6494) + // Minimum execution time: 33_240_000 picoseconds. + Weight::from_parts(33_240_000, 6494) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/interlay/src/weights/vault_registry.rs b/parachain/runtime/interlay/src/weights/vault_registry.rs index 5cb215bb7e..0006f345e2 100644 --- a/parachain/runtime/interlay/src/weights/vault_registry.rs +++ b/parachain/runtime/interlay/src/weights/vault_registry.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for vault_registry //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-jrrg4`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("interlay-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// interlay-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/interlay/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// interlay-dev +// --output +// parachain/runtime/interlay/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -120,8 +120,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `2723` // Estimated: `6260` - // Minimum execution time: 470_102_000 picoseconds. - Weight::from_parts(474_480_000, 6260) + // Minimum execution time: 413_864_000 picoseconds. + Weight::from_parts(413_864_000, 6260) .saturating_add(T::DbWeight::get().reads(47_u64)) .saturating_add(T::DbWeight::get().writes(17_u64)) } @@ -131,8 +131,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `365` // Estimated: `3546` - // Minimum execution time: 30_792_000 picoseconds. - Weight::from_parts(31_042_000, 3546) + // Minimum execution time: 26_284_000 picoseconds. + Weight::from_parts(26_284_000, 3546) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -194,8 +194,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3665` // Estimated: `6260` - // Minimum execution time: 372_286_000 picoseconds. - Weight::from_parts(375_271_000, 6260) + // Minimum execution time: 278_933_000 picoseconds. + Weight::from_parts(278_933_000, 6260) .saturating_add(T::DbWeight::get().reads(35_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -257,8 +257,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3665` // Estimated: `6260` - // Minimum execution time: 370_863_000 picoseconds. - Weight::from_parts(377_126_000, 6260) + // Minimum execution time: 284_269_000 picoseconds. + Weight::from_parts(284_269_000, 6260) .saturating_add(T::DbWeight::get().reads(35_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -268,8 +268,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_281_000 picoseconds. - Weight::from_parts(10_431_000, 0) + // Minimum execution time: 13_971_000 picoseconds. + Weight::from_parts(13_971_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: VaultRegistry SystemCollateralCeiling (r:0 w:1) @@ -278,8 +278,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_441_000 picoseconds. - Weight::from_parts(10_581_000, 0) + // Minimum execution time: 14_180_000 picoseconds. + Weight::from_parts(14_180_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: VaultRegistry SecureCollateralThreshold (r:0 w:1) @@ -288,8 +288,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 20_171_000 picoseconds. - Weight::from_parts(20_662_000, 0) + // Minimum execution time: 22_585_000 picoseconds. + Weight::from_parts(22_585_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: VaultRegistry PremiumRedeemThreshold (r:0 w:1) @@ -298,8 +298,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 20_311_000 picoseconds. - Weight::from_parts(20_812_000, 0) + // Minimum execution time: 23_042_000 picoseconds. + Weight::from_parts(23_042_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: VaultRegistry LiquidationCollateralThreshold (r:0 w:1) @@ -308,8 +308,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 20_170_000 picoseconds. - Weight::from_parts(20_982_000, 0) + // Minimum execution time: 23_949_000 picoseconds. + Weight::from_parts(23_949_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: VaultRegistry Vaults (r:1 w:1) @@ -400,8 +400,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4926` // Estimated: `8799` - // Minimum execution time: 1_391_186_000 picoseconds. - Weight::from_parts(1_425_946_000, 8799) + // Minimum execution time: 973_462_000 picoseconds. + Weight::from_parts(973_462_000, 8799) .saturating_add(T::DbWeight::get().reads(57_u64)) .saturating_add(T::DbWeight::get().writes(30_u64)) } @@ -411,8 +411,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `669` // Estimated: `3725` - // Minimum execution time: 30_451_000 picoseconds. - Weight::from_parts(31_273_000, 3725) + // Minimum execution time: 23_836_000 picoseconds. + Weight::from_parts(23_836_000, 3725) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/kintsugi/src/lib.rs b/parachain/runtime/kintsugi/src/lib.rs index 232ed0b576..8893053c4e 100644 --- a/parachain/runtime/kintsugi/src/lib.rs +++ b/parachain/runtime/kintsugi/src/lib.rs @@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kintsugi-parachain"), impl_name: create_runtime_str!("kintsugi-parachain"), authoring_version: 1, - spec_version: 1025003, + spec_version: 1025004, impl_version: 1, transaction_version: 4, apis: RUNTIME_API_VERSIONS, diff --git a/parachain/runtime/kintsugi/src/weights/annuity_escrow_annuity.rs b/parachain/runtime/kintsugi/src/weights/annuity_escrow_annuity.rs index e2eff42995..630ab5eb75 100644 --- a/parachain/runtime/kintsugi/src/weights/annuity_escrow_annuity.rs +++ b/parachain/runtime/kintsugi/src/weights/annuity_escrow_annuity.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for annuity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -44,8 +44,8 @@ impl annuity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 13_728_000 picoseconds. - Weight::from_parts(14_158_000, 0) + // Minimum execution time: 35_030_000 picoseconds. + Weight::from_parts(42_985_000, 0) } /// Storage: EscrowRewards Stake (r:1 w:0) /// Proof: EscrowRewards Stake (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) @@ -61,10 +61,10 @@ impl annuity::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn withdraw_rewards () -> Weight { // Proof Size summary in bytes: - // Measured: `1014` + // Measured: `1034` // Estimated: `6170` - // Minimum execution time: 121_143_000 picoseconds. - Weight::from_parts(123_798_000, 6170) + // Minimum execution time: 256_191_000 picoseconds. + Weight::from_parts(277_691_000, 6170) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -72,17 +72,17 @@ impl annuity::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) fn update_rewards () -> Weight { // Proof Size summary in bytes: - // Measured: `536` + // Measured: `556` // Estimated: `3580` - // Minimum execution time: 22_445_000 picoseconds. - Weight::from_parts(23_297_000, 3580) + // Minimum execution time: 58_366_000 picoseconds. + Weight::from_parts(60_310_000, 3580) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn set_reward_per_wrapped () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_597_000 picoseconds. - Weight::from_parts(9_098_000, 0) + // Minimum execution time: 30_060_000 picoseconds. + Weight::from_parts(35_523_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/annuity_vault_annuity.rs b/parachain/runtime/kintsugi/src/weights/annuity_vault_annuity.rs index 5b5d2c3996..ab4bd657bf 100644 --- a/parachain/runtime/kintsugi/src/weights/annuity_vault_annuity.rs +++ b/parachain/runtime/kintsugi/src/weights/annuity_vault_annuity.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for annuity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -44,8 +44,8 @@ impl annuity::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_188_000 picoseconds. - Weight::from_parts(14_780_000, 0) + // Minimum execution time: 26_987_000 picoseconds. + Weight::from_parts(29_775_000, 0) } fn withdraw_rewards () -> Weight { // Proof Size summary in bytes: @@ -58,17 +58,17 @@ impl annuity::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) fn update_rewards () -> Weight { // Proof Size summary in bytes: - // Measured: `536` + // Measured: `556` // Estimated: `3580` - // Minimum execution time: 22_295_000 picoseconds. - Weight::from_parts(23_336_000, 3580) + // Minimum execution time: 46_220_000 picoseconds. + Weight::from_parts(46_531_000, 3580) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn set_reward_per_wrapped () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_397_000 picoseconds. - Weight::from_parts(8_838_000, 0) + // Minimum execution time: 17_062_000 picoseconds. + Weight::from_parts(20_828_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/btc_relay.rs b/parachain/runtime/kintsugi/src/weights/btc_relay.rs index 4a89ccbe56..6cb371417b 100644 --- a/parachain/runtime/kintsugi/src/weights/btc_relay.rs +++ b/parachain/runtime/kintsugi/src/weights/btc_relay.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for btc_relay //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -62,10 +62,10 @@ impl btc_relay::WeightInfo for WeightInfo { /// Proof: BTCRelay BlockHeaders (max_values: None, max_size: Some(200), added: 2675, mode: MaxEncodedLen) fn initialize () -> Weight { // Proof Size summary in bytes: - // Measured: `403` + // Measured: `423` // Estimated: `3489` - // Minimum execution time: 66_834_000 picoseconds. - Weight::from_parts(67_535_000, 3489) + // Minimum execution time: 157_383_000 picoseconds. + Weight::from_parts(157_383_000, 3489) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -87,10 +87,10 @@ impl btc_relay::WeightInfo for WeightInfo { /// Proof: BTCRelay BestBlockHeight (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn store_block_header () -> Weight { // Proof Size summary in bytes: - // Measured: `874` + // Measured: `894` // Estimated: `6340` - // Minimum execution time: 82_235_000 picoseconds. - Weight::from_parts(83_036_000, 6340) + // Minimum execution time: 198_180_000 picoseconds. + Weight::from_parts(198_180_000, 6340) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -111,18 +111,14 @@ impl btc_relay::WeightInfo for WeightInfo { /// Storage: BTCRelay ChainsHashes (r:0 w:1) /// Proof: BTCRelay ChainsHashes (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// The range of component `f` is `[1, 6]`. - fn store_block_header_new_fork_sorted (f: u32, ) -> Weight { + fn store_block_header_new_fork_sorted (_f: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `806 + f * (101 ±0)` - // Estimated: `6340 + f * (2507 ±0)` - // Minimum execution time: 93_938_000 picoseconds. - Weight::from_parts(85_636_123, 6340) - // Standard Error: 86_395 - .saturating_add(Weight::from_parts(10_763_758, 0).saturating_mul(f.into())) - .saturating_add(T::DbWeight::get().reads(7_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(f.into()))) + // Measured: `816 + f * (110 ±0)` + // Estimated: `18483` + // Minimum execution time: 233_877_000 picoseconds. + Weight::from_parts(298_111_000, 18483) + .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) - .saturating_add(Weight::from_parts(0, 2507).saturating_mul(f.into())) } /// Storage: BTCRelay ChainCounter (r:1 w:1) /// Proof: BTCRelay ChainCounter (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -141,19 +137,14 @@ impl btc_relay::WeightInfo for WeightInfo { /// Storage: BTCRelay ChainsHashes (r:0 w:1) /// Proof: BTCRelay ChainsHashes (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// The range of component `f` is `[1, 6]`. - fn store_block_header_new_fork_unsorted (f: u32, ) -> Weight { + fn store_block_header_new_fork_unsorted (_f: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `842 + f * (99 ±0)` - // Estimated: `6340 + f * (2499 ±31)` - // Minimum execution time: 95_491_000 picoseconds. - Weight::from_parts(87_545_230, 6340) - // Standard Error: 88_777 - .saturating_add(Weight::from_parts(13_033_203, 0).saturating_mul(f.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(f.into()))) - .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(f.into()))) - .saturating_add(Weight::from_parts(0, 2499).saturating_mul(f.into())) + // Measured: `852 + f * (108 ±0)` + // Estimated: `18483` + // Minimum execution time: 215_501_000 picoseconds. + Weight::from_parts(324_957_000, 18483) + .saturating_add(T::DbWeight::get().reads(15_u64)) + .saturating_add(T::DbWeight::get().writes(10_u64)) } /// Storage: BTCRelay ChainCounter (r:1 w:0) /// Proof: BTCRelay ChainCounter (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -176,17 +167,13 @@ impl btc_relay::WeightInfo for WeightInfo { /// Storage: BTCRelay BestBlockHeight (r:0 w:1) /// Proof: BTCRelay BestBlockHeight (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// The range of component `f` is `[3, 6]`. - fn store_block_header_reorganize_chains (f: u32, ) -> Weight { + fn store_block_header_reorganize_chains (_f: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4741 + f * (240 ±0)` - // Estimated: `54490 + f * (1340 ±45)` - // Minimum execution time: 513_248_000 picoseconds. - Weight::from_parts(504_054_659, 54490) - // Standard Error: 322_620 - .saturating_add(Weight::from_parts(7_203_738, 0).saturating_mul(f.into())) - .saturating_add(T::DbWeight::get().reads(42_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(f.into()))) + // Measured: `4774 + f * (235 ±0)` + // Estimated: `54490` + // Minimum execution time: 978_660_000 picoseconds. + Weight::from_parts(1_299_261_000, 54490) + .saturating_add(T::DbWeight::get().reads(46_u64)) .saturating_add(T::DbWeight::get().writes(46_u64)) - .saturating_add(Weight::from_parts(0, 1340).saturating_mul(f.into())) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/clients_info.rs b/parachain/runtime/kintsugi/src/weights/clients_info.rs index 8002badb38..70b61c5843 100644 --- a/parachain/runtime/kintsugi/src/weights/clients_info.rs +++ b/parachain/runtime/kintsugi/src/weights/clients_info.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for clients_info //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -44,30 +44,30 @@ impl clients_info::WeightInfo for WeightInfo { /// Proof: ClientsInfo CurrentClientReleases (max_values: None, max_size: Some(562), added: 3037, mode: MaxEncodedLen) /// The range of component `n` is `[0, 255]`. /// The range of component `u` is `[0, 255]`. - fn set_current_client_release (n: u32, u: u32, ) -> Weight { + fn set_current_client_release (_n: u32, u: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 23_156_000 picoseconds. - Weight::from_parts(15_199_745, 0) - // Standard Error: 2_357 - .saturating_add(Weight::from_parts(33_907, 0).saturating_mul(n.into())) - // Standard Error: 2_357 - .saturating_add(Weight::from_parts(25_678, 0).saturating_mul(u.into())) + // Minimum execution time: 57_217_000 picoseconds. + Weight::from_parts(58_474_500, 0) + // Standard Error: 20_930 + .saturating_add(Weight::from_parts(25_566, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: ClientsInfo PendingClientReleases (r:0 w:1) /// Proof: ClientsInfo PendingClientReleases (max_values: None, max_size: Some(562), added: 3037, mode: MaxEncodedLen) /// The range of component `n` is `[0, 255]`. /// The range of component `u` is `[0, 255]`. - fn set_pending_client_release (_n: u32, u: u32, ) -> Weight { + fn set_pending_client_release (n: u32, u: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 23_888_000 picoseconds. - Weight::from_parts(25_894_200, 0) - // Standard Error: 752 - .saturating_add(Weight::from_parts(712, 0).saturating_mul(u.into())) + // Minimum execution time: 53_916_000 picoseconds. + Weight::from_parts(51_240_000, 0) + // Standard Error: 45_821 + .saturating_add(Weight::from_parts(10_494, 0).saturating_mul(n.into())) + // Standard Error: 45_821 + .saturating_add(Weight::from_parts(28_556, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/collator_selection.rs b/parachain/runtime/kintsugi/src/weights/collator_selection.rs index 6c9695a663..cfccb169d2 100644 --- a/parachain/runtime/kintsugi/src/weights/collator_selection.rs +++ b/parachain/runtime/kintsugi/src/weights/collator_selection.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for collator_selection //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -45,17 +45,14 @@ impl collator_selection::WeightInfo for WeightInfo { /// 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]`. - fn set_invulnerables (b: u32, ) -> Weight { + fn set_invulnerables (_b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `252 + b * (78 ±0)` - // Estimated: `1241 + b * (2554 ±0)` - // Minimum execution time: 28_928_000 picoseconds. - Weight::from_parts(30_022_286, 1241) - // Standard Error: 9_605 - .saturating_add(Weight::from_parts(4_927_606, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(b.into()))) + // Measured: `236 + b * (78 ±0)` + // Estimated: `256606` + // Minimum execution time: 60_597_000 picoseconds. + Weight::from_parts(1_063_860_000, 256606) + .saturating_add(T::DbWeight::get().reads(100_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_parts(0, 2554).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) @@ -63,8 +60,8 @@ impl collator_selection::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 15_451_000 picoseconds. - Weight::from_parts(15_882_000, 0) + // Minimum execution time: 63_456_000 picoseconds. + Weight::from_parts(63_456_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection CandidacyBond (r:0 w:1) @@ -73,8 +70,8 @@ impl collator_selection::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 16_102_000 picoseconds. - Weight::from_parts(16_673_000, 0) + // Minimum execution time: 47_069_000 picoseconds. + Weight::from_parts(47_069_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: CollatorSelection Candidates (r:1 w:1) @@ -96,17 +93,14 @@ impl collator_selection::WeightInfo for WeightInfo { /// 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, 19]`. - fn register_as_candidate (c: u32, ) -> Weight { + fn register_as_candidate (_c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `902 + c * (96 ±0)` - // Estimated: `49487 + c * (97 ±0)` - // Minimum execution time: 77_295_000 picoseconds. - Weight::from_parts(80_119_617, 49487) - // Standard Error: 10_631 - .saturating_add(Weight::from_parts(333_051, 0).saturating_mul(c.into())) + // Measured: `850 + c * (96 ±0)` + // Estimated: `49487` + // Minimum execution time: 159_164_000 picoseconds. + Weight::from_parts(208_188_000, 49487) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 97).saturating_mul(c.into())) } /// Storage: CollatorSelection Candidates (r:1 w:1) /// Proof: CollatorSelection Candidates (max_values: Some(1), max_size: Some(48002), added: 48497, mode: MaxEncodedLen) @@ -115,14 +109,12 @@ impl collator_selection::WeightInfo for WeightInfo { /// 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, 20]`. - fn leave_intent (c: u32, ) -> Weight { + fn leave_intent (_c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `402 + c * (64 ±0)` + // Measured: `407 + c * (64 ±0)` // Estimated: `49487` - // Minimum execution time: 41_543_000 picoseconds. - Weight::from_parts(41_188_765, 49487) - // Standard Error: 10_873 - .saturating_add(Weight::from_parts(201_069, 0).saturating_mul(c.into())) + // Minimum execution time: 97_863_000 picoseconds. + Weight::from_parts(133_458_000, 49487) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -134,10 +126,10 @@ impl collator_selection::WeightInfo for WeightInfo { /// Proof: CollatorSelection LastAuthoredBlock (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) fn note_author () -> Weight { // Proof Size summary in bytes: - // Measured: `650` + // Measured: `670` // Estimated: `6170` - // Minimum execution time: 71_283_000 picoseconds. - Weight::from_parts(72_435_000, 6170) + // Minimum execution time: 130_427_000 picoseconds. + Weight::from_parts(130_427_000, 6170) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -153,22 +145,21 @@ impl collator_selection::WeightInfo for WeightInfo { /// Proof: Escrow UserPointHistory (max_values: None, max_size: Some(88), added: 2563, 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: Escrow Reserved (r:15 w:15) + /// Storage: Escrow Reserved (r:1 w:1) /// Proof: Escrow Reserved (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) /// The range of component `r` is `[1, 20]`. /// The range of component `c` is `[1, 20]`. - fn new_session (r: u32, c: u32, ) -> Weight { + fn new_session (_r: u32, c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `793 + c * (194 ±0) + r * (47 ±0)` - // Estimated: `49487 + c * (2563 ±0) + r * (2207 ±23)` - // Minimum execution time: 52_586_000 picoseconds. - Weight::from_parts(53_397_000, 49487) - // Standard Error: 441_635 - .saturating_add(Weight::from_parts(25_597_481, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(6_u64)) + // Measured: `781 + c * (195 ±0)` + // Estimated: `49487 + c * (2563 ±0)` + // Minimum execution time: 149_041_000 picoseconds. + Weight::from_parts(162_330_894, 49487) + // Standard Error: 167_370 + .saturating_add(Weight::from_parts(28_056_421, 0).saturating_mul(c.into())) + .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) + .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(Weight::from_parts(0, 2563).saturating_mul(c.into())) - .saturating_add(Weight::from_parts(0, 2207).saturating_mul(r.into())) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/cumulus_pallet_xcmp_queue.rs b/parachain/runtime/kintsugi/src/weights/cumulus_pallet_xcmp_queue.rs index 1325f37aa3..9fefd99373 100644 --- a/parachain/runtime/kintsugi/src/weights/cumulus_pallet_xcmp_queue.rs +++ b/parachain/runtime/kintsugi/src/weights/cumulus_pallet_xcmp_queue.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for cumulus_pallet_xcmp_queue //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,8 +46,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `4` // Estimated: `1489` - // Minimum execution time: 10_922_000 picoseconds. - Weight::from_parts(11_643_000, 1489) + // Minimum execution time: 39_822_000 picoseconds. + Weight::from_parts(39_822_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -57,8 +57,8 @@ impl cumulus_pallet_xcmp_queue::WeightInfo for WeightIn // Proof Size summary in bytes: // Measured: `4` // Estimated: `1489` - // Minimum execution time: 10_761_000 picoseconds. - Weight::from_parts(11_012_000, 1489) + // Minimum execution time: 38_733_000 picoseconds. + Weight::from_parts(38_733_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/democracy.rs b/parachain/runtime/kintsugi/src/weights/democracy.rs index 586b9d429f..3bfb032206 100644 --- a/parachain/runtime/kintsugi/src/weights/democracy.rs +++ b/parachain/runtime/kintsugi/src/weights/democracy.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for democracy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -56,8 +56,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6137` // Estimated: `18187` - // Minimum execution time: 71_353_000 picoseconds. - Weight::from_parts(72_285_000, 18187) + // Minimum execution time: 176_151_000 picoseconds. + Weight::from_parts(176_151_000, 18187) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -73,8 +73,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4829` // Estimated: `6695` - // Minimum execution time: 57_224_000 picoseconds. - Weight::from_parts(58_467_000, 6695) + // Minimum execution time: 129_057_000 picoseconds. + Weight::from_parts(129_057_000, 6695) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -92,8 +92,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3187` // Estimated: `5607` - // Minimum execution time: 57_756_000 picoseconds. - Weight::from_parts(59_539_000, 5607) + // Minimum execution time: 163_388_000 picoseconds. + Weight::from_parts(163_388_000, 5607) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -111,8 +111,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3208` // Estimated: `5607` - // Minimum execution time: 57_966_000 picoseconds. - Weight::from_parts(58_347_000, 5607) + // Minimum execution time: 164_309_000 picoseconds. + Weight::from_parts(164_309_000, 5607) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -130,8 +130,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `425` // Estimated: `18187` - // Minimum execution time: 57_796_000 picoseconds. - Weight::from_parts(59_529_000, 18187) + // Minimum execution time: 120_851_000 picoseconds. + Weight::from_parts(120_851_000, 18187) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -141,8 +141,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `248` // Estimated: `3666` - // Minimum execution time: 32_916_000 picoseconds. - Weight::from_parts(33_847_000, 3666) + // Minimum execution time: 96_345_000 picoseconds. + Weight::from_parts(96_345_000, 3666) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -156,8 +156,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `6196` // Estimated: `18187` - // Minimum execution time: 93_818_000 picoseconds. - Weight::from_parts(96_243_000, 18187) + // Minimum execution time: 230_969_000 picoseconds. + Weight::from_parts(230_969_000, 18187) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -167,8 +167,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `248` // Estimated: `3666` - // Minimum execution time: 27_725_000 picoseconds. - Weight::from_parts(28_487_000, 3666) + // Minimum execution time: 73_656_000 picoseconds. + Weight::from_parts(73_656_000, 3666) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -193,19 +193,14 @@ impl democracy::WeightInfo for WeightInfo { /// Storage: Escrow PointHistory (r:1 w:0) /// Proof: Escrow PointHistory (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn on_initialize_public (r: u32, ) -> Weight { + fn on_initialize_public (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `453 + r * (86 ±0)` - // Estimated: `18187 + r * (2677 ±0)` - // Minimum execution time: 69_790_000 picoseconds. - Weight::from_parts(74_778_560, 18187) - // Standard Error: 33_978 - .saturating_add(Weight::from_parts(19_026_642, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(6_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 2677).saturating_mul(r.into())) + // Measured: `429 + r * (86 ±0)` + // Estimated: `265914` + // Minimum execution time: 148_529_000 picoseconds. + Weight::from_parts(3_799_641_000, 265914) + .saturating_add(T::DbWeight::get().reads(108_u64)) + .saturating_add(T::DbWeight::get().writes(105_u64)) } /// Storage: Democracy LowestUnbaked (r:1 w:0) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -220,18 +215,14 @@ impl democracy::WeightInfo for WeightInfo { /// Storage: Democracy ReferendumInfoOf (r:99 w:0) /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn on_initialize_base (r: u32, ) -> Weight { + fn on_initialize_base (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `171 + r * (86 ±0)` - // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 19_809_000 picoseconds. - Weight::from_parts(20_605_829, 18187) - // Standard Error: 11_119 - .saturating_add(Weight::from_parts(5_000_060, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) + // Measured: `147 + r * (86 ±0)` + // Estimated: `265914` + // Minimum execution time: 48_962_000 picoseconds. + Weight::from_parts(1_006_045_000, 265914) + .saturating_add(T::DbWeight::get().reads(104_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy LowestUnbaked (r:1 w:0) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -246,18 +237,14 @@ impl democracy::WeightInfo for WeightInfo { /// Storage: Democracy ReferendumInfoOf (r:99 w:0) /// Proof: Democracy ReferendumInfoOf (max_values: None, max_size: Some(201), added: 2676, mode: MaxEncodedLen) /// The range of component `r` is `[0, 99]`. - fn on_initialize_base_with_launch_period (r: u32, ) -> Weight { + fn on_initialize_base_with_launch_period (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `171 + r * (86 ±0)` - // Estimated: `18187 + r * (2676 ±0)` - // Minimum execution time: 19_840_000 picoseconds. - Weight::from_parts(13_604_611, 18187) - // Standard Error: 72_687 - .saturating_add(Weight::from_parts(5_272_806, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) + // Measured: `147 + r * (86 ±0)` + // Estimated: `265914` + // Minimum execution time: 58_328_000 picoseconds. + Weight::from_parts(1_157_916_000, 265914) + .saturating_add(T::DbWeight::get().reads(104_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy PublicProps (r:0 w:1) /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) @@ -265,8 +252,8 @@ impl democracy::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_814_000 picoseconds. - Weight::from_parts(7_104_000, 0) + // Minimum execution time: 26_350_000 picoseconds. + Weight::from_parts(26_350_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Democracy ReferendumInfoOf (r:1 w:1) @@ -274,14 +261,12 @@ impl democracy::WeightInfo for WeightInfo { /// Storage: Democracy VotingOf (r:1 w:1) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(2142), added: 4617, mode: MaxEncodedLen) /// The range of component `r` is `[1, 100]`. - fn remove_vote (r: u32, ) -> Weight { + fn remove_vote (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `625 + r * (25 ±0)` + // Measured: `307 + r * (27 ±0)` // Estimated: `5607` - // Minimum execution time: 28_086_000 picoseconds. - Weight::from_parts(33_138_291, 5607) - // Standard Error: 3_852 - .saturating_add(Weight::from_parts(113_162, 0).saturating_mul(r.into())) + // Minimum execution time: 57_314_000 picoseconds. + Weight::from_parts(121_244_000, 5607) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -291,10 +276,10 @@ impl democracy::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn spend_from_treasury () -> Weight { // Proof Size summary in bytes: - // Measured: `536` + // Measured: `556` // Estimated: `6170` - // Minimum execution time: 67_766_000 picoseconds. - Weight::from_parts(69_309_000, 6170) + // Minimum execution time: 147_820_000 picoseconds. + Weight::from_parts(147_820_000, 6170) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/dex_general.rs b/parachain/runtime/kintsugi/src/weights/dex_general.rs index 7d520b8937..e083676a18 100644 --- a/parachain/runtime/kintsugi/src/weights/dex_general.rs +++ b/parachain/runtime/kintsugi/src/weights/dex_general.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for dex_general //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,8 +46,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1519` - // Minimum execution time: 13_237_000 picoseconds. - Weight::from_parts(13_527_000, 1519) + // Minimum execution time: 54_724_000 picoseconds. + Weight::from_parts(54_724_000, 1519) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -57,8 +57,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4` // Estimated: `1519` - // Minimum execution time: 22_024_000 picoseconds. - Weight::from_parts(22_796_000, 1519) + // Minimum execution time: 65_303_000 picoseconds. + Weight::from_parts(65_303_000, 1519) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -70,8 +70,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3628` - // Minimum execution time: 32_094_000 picoseconds. - Weight::from_parts(32_836_000, 3628) + // Minimum execution time: 76_284_000 picoseconds. + Weight::from_parts(76_284_000, 3628) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -83,16 +83,14 @@ impl dex_general::WeightInfo for WeightInfo { /// Proof: DexGeneral BootstrapRewards (max_values: None, max_size: Some(27032), added: 29507, mode: MaxEncodedLen) /// The range of component `r` is `[1, 10]`. /// The range of component `l` is `[1, 10]`. - fn bootstrap_create (r: u32, l: u32, ) -> Weight { + fn bootstrap_create (_r: u32, l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `4` // Estimated: `3628` - // Minimum execution time: 38_747_000 picoseconds. - Weight::from_parts(38_599_014, 3628) - // Standard Error: 6_559 - .saturating_add(Weight::from_parts(69_180, 0).saturating_mul(r.into())) - // Standard Error: 6_559 - .saturating_add(Weight::from_parts(152_288, 0).saturating_mul(l.into())) + // Minimum execution time: 85_553_000 picoseconds. + Weight::from_parts(84_988_555, 3628) + // Standard Error: 1_096_965 + .saturating_add(Weight::from_parts(2_396_666, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -108,10 +106,10 @@ impl dex_general::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn bootstrap_contribute () -> Weight { // Proof Size summary in bytes: - // Measured: `941` + // Measured: `961` // Estimated: `30497` - // Minimum execution time: 156_172_000 picoseconds. - Weight::from_parts(158_808_000, 30497) + // Minimum execution time: 426_667_000 picoseconds. + Weight::from_parts(426_667_000, 30497) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -131,10 +129,10 @@ impl dex_general::WeightInfo for WeightInfo { /// Proof: DexGeneral BootstrapRewards (max_values: None, max_size: Some(27032), added: 29507, mode: MaxEncodedLen) fn bootstrap_claim () -> Weight { // Proof Size summary in bytes: - // Measured: `1486` + // Measured: `1506` // Estimated: `30497` - // Minimum execution time: 131_593_000 picoseconds. - Weight::from_parts(133_668_000, 30497) + // Minimum execution time: 258_805_000 picoseconds. + Weight::from_parts(258_805_000, 30497) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -152,10 +150,10 @@ impl dex_general::WeightInfo for WeightInfo { /// Proof: DexGeneral BootstrapEndStatus (max_values: None, max_size: Some(163), added: 2638, mode: MaxEncodedLen) fn bootstrap_end () -> Weight { // Proof Size summary in bytes: - // Measured: `1200` + // Measured: `1220` // Estimated: `13940` - // Minimum execution time: 193_808_000 picoseconds. - Weight::from_parts(195_532_000, 13940) + // Minimum execution time: 376_984_000 picoseconds. + Weight::from_parts(376_984_000, 13940) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -169,14 +167,14 @@ impl dex_general::WeightInfo for WeightInfo { /// The range of component `l` is `[1, 10]`. fn bootstrap_update (r: u32, l: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `260 + r * (21 ±0)` + // Measured: `256 + r * (21 ±0)` // Estimated: `30497` - // Minimum execution time: 47_184_000 picoseconds. - Weight::from_parts(46_969_960, 30497) - // Standard Error: 17_557 - .saturating_add(Weight::from_parts(280_693, 0).saturating_mul(r.into())) - // Standard Error: 17_557 - .saturating_add(Weight::from_parts(82_621, 0).saturating_mul(l.into())) + // Minimum execution time: 95_736_000 picoseconds. + Weight::from_parts(59_741_277, 30497) + // Standard Error: 3_906_640 + .saturating_add(Weight::from_parts(3_313_055, 0).saturating_mul(r.into())) + // Standard Error: 3_906_640 + .saturating_add(Weight::from_parts(3_268_166, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -190,10 +188,10 @@ impl dex_general::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn bootstrap_refund () -> Weight { // Proof Size summary in bytes: - // Measured: `1301` + // Measured: `1321` // Estimated: `11350` - // Minimum execution time: 121_774_000 picoseconds. - Weight::from_parts(123_046_000, 11350) + // Minimum execution time: 322_089_000 picoseconds. + Weight::from_parts(322_089_000, 11350) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -213,10 +211,10 @@ impl dex_general::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn add_liquidity () -> Weight { // Proof Size summary in bytes: - // Measured: `974` + // Measured: `994` // Estimated: `13940` - // Minimum execution time: 215_782_000 picoseconds. - Weight::from_parts(216_514_000, 13940) + // Minimum execution time: 459_339_000 picoseconds. + Weight::from_parts(459_339_000, 13940) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -236,10 +234,10 @@ impl dex_general::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn remove_liquidity () -> Weight { // Proof Size summary in bytes: - // Measured: `1443` + // Measured: `1463` // Estimated: `13940` - // Minimum execution time: 182_105_000 picoseconds. - Weight::from_parts(183_497_000, 13940) + // Minimum execution time: 387_677_000 picoseconds. + Weight::from_parts(387_677_000, 13940) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -250,18 +248,14 @@ impl dex_general::WeightInfo for WeightInfo { /// Storage: System Account (r:9 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[2, 10]`. - fn swap_exact_assets_for_assets (a: u32, ) -> Weight { + fn swap_exact_assets_for_assets (_a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `224 + a * (459 ±0)` - // Estimated: `3628 + a * (5180 ±0)` - // Minimum execution time: 134_419_000 picoseconds. - Weight::from_parts(8_495_929, 3628) - // Standard Error: 92_959 - .saturating_add(Weight::from_parts(64_344_913, 0).saturating_mul(a.into())) - .saturating_add(T::DbWeight::get().reads(6_u64)) - .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(a.into()))) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(a.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(a.into())) + // Measured: `242 + a * (451 ±0)` + // Estimated: `52790` + // Minimum execution time: 270_897_000 picoseconds. + Weight::from_parts(1_431_514_000, 52790) + .saturating_add(T::DbWeight::get().reads(38_u64)) + .saturating_add(T::DbWeight::get().writes(20_u64)) } /// Storage: Tokens Accounts (r:20 w:20) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) @@ -270,18 +264,14 @@ impl dex_general::WeightInfo for WeightInfo { /// Storage: System Account (r:9 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// The range of component `a` is `[2, 10]`. - fn swap_assets_for_exact_assets (a: u32, ) -> Weight { + fn swap_assets_for_exact_assets (_a: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `224 + a * (459 ±0)` - // Estimated: `3628 + a * (5180 ±22)` - // Minimum execution time: 134_610_000 picoseconds. - Weight::from_parts(9_747_661, 3628) - // Standard Error: 97_108 - .saturating_add(Weight::from_parts(63_951_511, 0).saturating_mul(a.into())) - .saturating_add(T::DbWeight::get().reads(6_u64)) - .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(a.into()))) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(a.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(a.into())) + // Measured: `242 + a * (451 ±0)` + // Estimated: `52790` + // Minimum execution time: 286_398_000 picoseconds. + Weight::from_parts(1_262_244_000, 52790) + .saturating_add(T::DbWeight::get().reads(38_u64)) + .saturating_add(T::DbWeight::get().writes(20_u64)) } /// Storage: DexGeneral BootstrapRewards (r:1 w:1) /// Proof: DexGeneral BootstrapRewards (max_values: None, max_size: Some(27032), added: 29507, mode: MaxEncodedLen) @@ -290,19 +280,14 @@ impl dex_general::WeightInfo for WeightInfo { /// 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 `[1, 10]`. - fn bootstrap_charge_reward (r: u32, ) -> Weight { + fn bootstrap_charge_reward (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `646 + r * (88 ±0)` - // Estimated: `30497 + r * (5180 ±0)` - // Minimum execution time: 93_807_000 picoseconds. - Weight::from_parts(52_406_460, 30497) - // Standard Error: 40_599 - .saturating_add(Weight::from_parts(43_799_179, 0).saturating_mul(r.into())) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(r.into()))) - .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(r.into())) + // Measured: `658 + r * (89 ±0)` + // Estimated: `52790` + // Minimum execution time: 200_920_000 picoseconds. + Weight::from_parts(901_658_000, 52790) + .saturating_add(T::DbWeight::get().reads(22_u64)) + .saturating_add(T::DbWeight::get().writes(22_u64)) } /// Storage: DexGeneral BootstrapRewards (r:1 w:1) /// Proof: DexGeneral BootstrapRewards (max_values: None, max_size: Some(27032), added: 29507, mode: MaxEncodedLen) @@ -310,8 +295,8 @@ impl dex_general::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `136` // Estimated: `30497` - // Minimum execution time: 29_780_000 picoseconds. - Weight::from_parts(30_321_000, 30497) + // Minimum execution time: 79_976_000 picoseconds. + Weight::from_parts(79_976_000, 30497) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/dex_stable.rs b/parachain/runtime/kintsugi/src/weights/dex_stable.rs index 93ac2b6b24..84ce4027a1 100644 --- a/parachain/runtime/kintsugi/src/weights/dex_stable.rs +++ b/parachain/runtime/kintsugi/src/weights/dex_stable.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for dex_stable //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -50,14 +50,16 @@ impl dex_stable::WeightInfo for WeightInfo { /// Proof: DexStable Pools (max_values: None, max_size: Some(816), added: 3291, mode: MaxEncodedLen) /// The range of component `b` is `[2, 10]`. /// The range of component `s` is `[0, 50]`. - fn create_base_pool (b: u32, _s: u32, ) -> Weight { + fn create_base_pool (b: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `227` // Estimated: `4281` - // Minimum execution time: 55_992_000 picoseconds. - Weight::from_parts(56_658_626, 4281) - // Standard Error: 8_375 - .saturating_add(Weight::from_parts(154_956, 0).saturating_mul(b.into())) + // Minimum execution time: 127_006_000 picoseconds. + Weight::from_parts(81_953_875, 4281) + // Standard Error: 9_755_018 + .saturating_add(Weight::from_parts(5_189_812, 0).saturating_mul(b.into())) + // Standard Error: 1_560_802 + .saturating_add(Weight::from_parts(764_210, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -75,16 +77,12 @@ impl dex_stable::WeightInfo for WeightInfo { /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) /// The range of component `m` is `[2, 10]`. /// The range of component `s` is `[0, 50]`. - fn create_meta_pool (m: u32, s: u32, ) -> Weight { + fn create_meta_pool (_m: u32, _s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1426` + // Measured: `1446` // Estimated: `7572` - // Minimum execution time: 104_991_000 picoseconds. - Weight::from_parts(106_170_089, 7572) - // Standard Error: 150_554 - .saturating_add(Weight::from_parts(92_297, 0).saturating_mul(m.into())) - // Standard Error: 25_055 - .saturating_add(Weight::from_parts(69_010, 0).saturating_mul(s.into())) + // Minimum execution time: 262_729_000 picoseconds. + Weight::from_parts(413_574_000, 7572) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -99,19 +97,14 @@ impl dex_stable::WeightInfo for WeightInfo { /// 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 `b` is `[2, 10]`. - fn add_liquidity (b: u32, ) -> Weight { + fn add_liquidity (_b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1264 + b * (125 ±0)` - // Estimated: `4281 + b * (5180 ±0)` - // Minimum execution time: 196_874_000 picoseconds. - Weight::from_parts(98_585_099, 4281) - // Standard Error: 77_387 - .saturating_add(Weight::from_parts(50_481_828, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) - .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(b.into())) + // Measured: `1284 + b * (125 ±0)` + // Estimated: `55380` + // Minimum execution time: 404_237_000 picoseconds. + Weight::from_parts(1_181_338_000, 55380) + .saturating_add(T::DbWeight::get().reads(25_u64)) + .saturating_add(T::DbWeight::get().writes(24_u64)) } /// Storage: DexStable Pools (r:1 w:1) /// Proof: DexStable Pools (max_values: None, max_size: Some(816), added: 3291, mode: MaxEncodedLen) @@ -123,10 +116,10 @@ impl dex_stable::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn swap () -> Weight { // Proof Size summary in bytes: - // Measured: `2366` + // Measured: `2386` // Estimated: `11350` - // Minimum execution time: 155_441_000 picoseconds. - Weight::from_parts(157_406_000, 11350) + // Minimum execution time: 333_632_000 picoseconds. + Weight::from_parts(333_632_000, 11350) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -139,19 +132,14 @@ impl dex_stable::WeightInfo for WeightInfo { /// 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 `b` is `[2, 10]`. - fn remove_liquidity (b: u32, ) -> Weight { + fn remove_liquidity (_b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1315 + b * (192 ±0)` - // Estimated: `4281 + b * (5180 ±0)` - // Minimum execution time: 152_626_000 picoseconds. - Weight::from_parts(84_999_040, 4281) - // Standard Error: 67_946 - .saturating_add(Weight::from_parts(34_274_766, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(b.into())) + // Measured: `1335 + b * (192 ±0)` + // Estimated: `55380` + // Minimum execution time: 316_682_000 picoseconds. + Weight::from_parts(778_368_000, 55380) + .saturating_add(T::DbWeight::get().reads(24_u64)) + .saturating_add(T::DbWeight::get().writes(23_u64)) } /// Storage: DexStable Pools (r:1 w:1) /// Proof: DexStable Pools (max_values: None, max_size: Some(816), added: 3291, mode: MaxEncodedLen) @@ -165,10 +153,10 @@ impl dex_stable::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn remove_liquidity_one_currency () -> Weight { // Proof Size summary in bytes: - // Measured: `2465` + // Measured: `2485` // Estimated: `8760` - // Minimum execution time: 178_487_000 picoseconds. - Weight::from_parts(180_611_000, 8760) + // Minimum execution time: 408_608_000 picoseconds. + Weight::from_parts(408_608_000, 8760) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -183,19 +171,14 @@ impl dex_stable::WeightInfo for WeightInfo { /// 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 `b` is `[2, 10]`. - fn remove_liquidity_imbalance (b: u32, ) -> Weight { + fn remove_liquidity_imbalance (_b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1357 + b * (192 ±0)` - // Estimated: `4281 + b * (5180 ±0)` - // Minimum execution time: 177_556_000 picoseconds. - Weight::from_parts(99_852_974, 4281) - // Standard Error: 65_802 - .saturating_add(Weight::from_parts(39_938_485, 0).saturating_mul(b.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_parts(0, 5180).saturating_mul(b.into())) + // Measured: `1377 + b * (192 ±0)` + // Estimated: `55380` + // Minimum execution time: 377_675_000 picoseconds. + Weight::from_parts(3_414_290_000, 55380) + .saturating_add(T::DbWeight::get().reads(25_u64)) + .saturating_add(T::DbWeight::get().writes(23_u64)) } /// Storage: DexStable Pools (r:2 w:2) /// Proof: DexStable Pools (max_values: None, max_size: Some(816), added: 3291, mode: MaxEncodedLen) @@ -211,14 +194,14 @@ impl dex_stable::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 10]`. fn add_pool_and_base_pool_liquidity (b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1733 + b * (187 ±0) + m * (117 ±0)` + // Measured: `1702 + b * (187 ±0) + m * (121 ±0)` // Estimated: `7572 + b * (5180 ±0) + m * (5180 ±0)` - // Minimum execution time: 703_438_000 picoseconds. - Weight::from_parts(153_195_964, 7572) - // Standard Error: 149_131 - .saturating_add(Weight::from_parts(44_949_828, 0).saturating_mul(b.into())) - // Standard Error: 149_131 - .saturating_add(Weight::from_parts(55_200_238, 0).saturating_mul(m.into())) + // Minimum execution time: 1_383_550_000 picoseconds. + Weight::from_parts(1_383_550_000, 7572) + // Standard Error: 238_443_745 + .saturating_add(Weight::from_parts(94_074_511, 0).saturating_mul(b.into())) + // Standard Error: 238_443_745 + .saturating_add(Weight::from_parts(118_481_011, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(m.into()))) @@ -240,14 +223,14 @@ impl dex_stable::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 10]`. fn remove_pool_and_base_pool_liquidity (b: u32, m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1978 + b * (187 ±0) + m * (185 ±0)` + // Measured: `1949 + b * (187 ±0) + m * (189 ±0)` // Estimated: `7572 + b * (5180 ±0) + m * (5180 ±0)` - // Minimum execution time: 556_584_000 picoseconds. - Weight::from_parts(166_130_458, 7572) - // Standard Error: 92_741 - .saturating_add(Weight::from_parts(33_437_802, 0).saturating_mul(b.into())) - // Standard Error: 92_741 - .saturating_add(Weight::from_parts(33_260_031, 0).saturating_mul(m.into())) + // Minimum execution time: 1_054_553_000 picoseconds. + Weight::from_parts(1_054_553_000, 7572) + // Standard Error: 418_655_756 + .saturating_add(Weight::from_parts(155_183_694, 0).saturating_mul(b.into())) + // Standard Error: 418_655_756 + .saturating_add(Weight::from_parts(194_123_694, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(m.into()))) @@ -269,10 +252,10 @@ impl dex_stable::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn remove_pool_and_base_pool_liquidity_one_currency () -> Weight { // Proof Size summary in bytes: - // Measured: `4307` + // Measured: `4327` // Estimated: `13940` - // Minimum execution time: 346_995_000 picoseconds. - Weight::from_parts(349_299_000, 13940) + // Minimum execution time: 2_096_384_000 picoseconds. + Weight::from_parts(2_096_384_000, 13940) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -288,10 +271,10 @@ impl dex_stable::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn swap_pool_from_base () -> Weight { // Proof Size summary in bytes: - // Measured: `4537` + // Measured: `4557` // Estimated: `39840` - // Minimum execution time: 418_448_000 picoseconds. - Weight::from_parts(420_742_000, 39840) + // Minimum execution time: 934_861_000 picoseconds. + Weight::from_parts(934_861_000, 39840) .saturating_add(T::DbWeight::get().reads(20_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -307,10 +290,10 @@ impl dex_stable::WeightInfo for WeightInfo { /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) fn swap_pool_to_base () -> Weight { // Proof Size summary in bytes: - // Measured: `4337` + // Measured: `4357` // Estimated: `16530` - // Minimum execution time: 325_201_000 picoseconds. - Weight::from_parts(328_067_000, 16530) + // Minimum execution time: 857_425_000 picoseconds. + Weight::from_parts(857_425_000, 16530) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -324,10 +307,10 @@ impl dex_stable::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn swap_meta_pool_underlying () -> Weight { // Proof Size summary in bytes: - // Measured: `2680` + // Measured: `2700` // Estimated: `11350` - // Minimum execution time: 161_353_000 picoseconds. - Weight::from_parts(162_265_000, 11350) + // Minimum execution time: 384_485_000 picoseconds. + Weight::from_parts(384_485_000, 11350) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -337,8 +320,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `874` // Estimated: `4281` - // Minimum execution time: 33_076_000 picoseconds. - Weight::from_parts(33_587_000, 4281) + // Minimum execution time: 72_043_000 picoseconds. + Weight::from_parts(72_043_000, 4281) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -348,8 +331,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `874` // Estimated: `4281` - // Minimum execution time: 33_607_000 picoseconds. - Weight::from_parts(34_058_000, 4281) + // Minimum execution time: 70_721_000 picoseconds. + Weight::from_parts(70_721_000, 4281) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -359,8 +342,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `874` // Estimated: `4281` - // Minimum execution time: 33_196_000 picoseconds. - Weight::from_parts(33_427_000, 4281) + // Minimum execution time: 85_308_000 picoseconds. + Weight::from_parts(85_308_000, 4281) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -372,8 +355,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `968` // Estimated: `4281` - // Minimum execution time: 41_062_000 picoseconds. - Weight::from_parts(41_213_000, 4281) + // Minimum execution time: 85_714_000 picoseconds. + Weight::from_parts(85_714_000, 4281) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -385,8 +368,8 @@ impl dex_stable::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `968` // Estimated: `4281` - // Minimum execution time: 40_882_000 picoseconds. - Weight::from_parts(41_273_000, 4281) + // Minimum execution time: 96_162_000 picoseconds. + Weight::from_parts(96_162_000, 4281) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -396,10 +379,10 @@ impl dex_stable::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) fn withdraw_admin_fee () -> Weight { // Proof Size summary in bytes: - // Measured: `2064` + // Measured: `2084` // Estimated: `26890` - // Minimum execution time: 170_291_000 picoseconds. - Weight::from_parts(171_493_000, 26890) + // Minimum execution time: 366_873_000 picoseconds. + Weight::from_parts(366_873_000, 26890) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/dex_swap_router.rs b/parachain/runtime/kintsugi/src/weights/dex_swap_router.rs index 16e8120fc8..d8532de1f7 100644 --- a/parachain/runtime/kintsugi/src/weights/dex_swap_router.rs +++ b/parachain/runtime/kintsugi/src/weights/dex_swap_router.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for dex_swap_router //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -41,13 +41,11 @@ pub struct WeightInfo(PhantomData); impl dex_swap_router::WeightInfo for WeightInfo { /// The range of component `a` is `[2, 10]`. - fn validate_routes (a: u32, ) -> Weight { + fn validate_routes (_a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 602_000 picoseconds. - Weight::from_parts(481_496, 0) - // Standard Error: 648 - .saturating_add(Weight::from_parts(104_815, 0).saturating_mul(a.into())) + // Minimum execution time: 5_568_000 picoseconds. + Weight::from_parts(8_561_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/escrow.rs b/parachain/runtime/kintsugi/src/weights/escrow.rs index 4ae4fb65d8..53b7d70aaa 100644 --- a/parachain/runtime/kintsugi/src/weights/escrow.rs +++ b/parachain/runtime/kintsugi/src/weights/escrow.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for escrow //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -74,10 +74,10 @@ impl escrow::WeightInfo for WeightInfo { /// Proof: Escrow UserPointHistory (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) fn create_lock () -> Weight { // Proof Size summary in bytes: - // Measured: `1094` + // Measured: `1114` // Estimated: `136584` - // Minimum execution time: 463_989_000 picoseconds. - Weight::from_parts(466_794_000, 136584) + // Minimum execution time: 962_478_000 picoseconds. + Weight::from_parts(962_478_000, 136584) .saturating_add(T::DbWeight::get().reads(68_u64)) .saturating_add(T::DbWeight::get().writes(63_u64)) } @@ -113,10 +113,10 @@ impl escrow::WeightInfo for WeightInfo { /// Proof: Escrow UserPointHistory (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) fn increase_amount () -> Weight { // Proof Size summary in bytes: - // Measured: `1683` + // Measured: `1703` // Estimated: `4733` - // Minimum execution time: 207_245_000 picoseconds. - Weight::from_parts(208_998_000, 4733) + // Minimum execution time: 452_975_000 picoseconds. + Weight::from_parts(452_975_000, 4733) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(11_u64)) } @@ -152,10 +152,10 @@ impl escrow::WeightInfo for WeightInfo { /// Proof: Escrow UserPointHistory (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) fn increase_unlock_height () -> Weight { // Proof Size summary in bytes: - // Measured: `1683` + // Measured: `1703` // Estimated: `244557` - // Minimum execution time: 699_982_000 picoseconds. - Weight::from_parts(706_124_000, 244557) + // Minimum execution time: 1_284_938_000 picoseconds. + Weight::from_parts(1_284_938_000, 244557) .saturating_add(T::DbWeight::get().reads(110_u64)) .saturating_add(T::DbWeight::get().writes(106_u64)) } @@ -189,10 +189,10 @@ impl escrow::WeightInfo for WeightInfo { /// Proof: Escrow UserPointHistory (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) fn withdraw () -> Weight { // Proof Size summary in bytes: - // Measured: `1902` + // Measured: `1922` // Estimated: `244557` - // Minimum execution time: 681_896_000 picoseconds. - Weight::from_parts(684_381_000, 244557) + // Minimum execution time: 2_031_904_000 picoseconds. + Weight::from_parts(2_031_904_000, 244557) .saturating_add(T::DbWeight::get().reads(110_u64)) .saturating_add(T::DbWeight::get().writes(108_u64)) } @@ -202,8 +202,8 @@ impl escrow::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_631_000 picoseconds. - Weight::from_parts(10_732_000, 0) + // Minimum execution time: 41_067_000 picoseconds. + Weight::from_parts(41_067_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Escrow Blocks (r:0 w:1) @@ -212,8 +212,8 @@ impl escrow::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_291_000 picoseconds. - Weight::from_parts(10_481_000, 0) + // Minimum execution time: 37_366_000 picoseconds. + Weight::from_parts(37_366_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Escrow Locked (r:1 w:1) @@ -244,10 +244,10 @@ impl escrow::WeightInfo for WeightInfo { /// Proof: Escrow UserPointHistory (max_values: None, max_size: Some(88), added: 2563, mode: MaxEncodedLen) fn update_user_stake () -> Weight { // Proof Size summary in bytes: - // Measured: `1490` + // Measured: `1510` // Estimated: `242046` - // Minimum execution time: 661_555_000 picoseconds. - Weight::from_parts(667_447_000, 242046) + // Minimum execution time: 1_144_947_000 picoseconds. + Weight::from_parts(1_144_947_000, 242046) .saturating_add(T::DbWeight::get().reads(107_u64)) .saturating_add(T::DbWeight::get().writes(104_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/farming.rs b/parachain/runtime/kintsugi/src/weights/farming.rs index 1722a01b33..b47cca7cca 100644 --- a/parachain/runtime/kintsugi/src/weights/farming.rs +++ b/parachain/runtime/kintsugi/src/weights/farming.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for farming //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -45,17 +45,13 @@ impl farming::WeightInfo for WeightInfo { /// Storage: FarmingRewards TotalStake (r:2 w:0) /// Proof: FarmingRewards TotalStake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) /// The range of component `c` is `[1, 4]`. - fn on_initialize (c: u32, ) -> Weight { + fn on_initialize (_c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `208 + c * (41 ±0)` - // Estimated: `3539 + c * (2549 ±0)` - // Minimum execution time: 28_858_000 picoseconds. - Weight::from_parts(18_114_846, 3539) - // Standard Error: 91_877 - .saturating_add(Weight::from_parts(12_423_979, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 2549).saturating_mul(c.into())) + // Measured: `232 + c * (38 ±0)` + // Estimated: `13735` + // Minimum execution time: 95_271_000 picoseconds. + Weight::from_parts(143_974_000, 13735) + .saturating_add(T::DbWeight::get().reads(7_u64)) } /// Storage: Tokens Accounts (r:2 w:2) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) @@ -65,10 +61,10 @@ impl farming::WeightInfo for WeightInfo { /// Proof: Farming RewardSchedules (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) fn update_reward_schedule () -> Weight { // Proof Size summary in bytes: - // Measured: `847` + // Measured: `866` // Estimated: `6170` - // Minimum execution time: 97_555_000 picoseconds. - Weight::from_parts(97_986_000, 6170) + // Minimum execution time: 200_879_000 picoseconds. + Weight::from_parts(200_879_000, 6170) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -80,10 +76,10 @@ impl farming::WeightInfo for WeightInfo { /// Proof: Farming RewardSchedules (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) fn remove_reward_schedule () -> Weight { // Proof Size summary in bytes: - // Measured: `945` + // Measured: `965` // Estimated: `6170` - // Minimum execution time: 76_313_000 picoseconds. - Weight::from_parts(76_793_000, 6170) + // Minimum execution time: 169_780_000 picoseconds. + Weight::from_parts(169_780_000, 6170) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -100,19 +96,14 @@ impl farming::WeightInfo for WeightInfo { /// Storage: FarmingRewards RewardPerToken (r:4 w:0) /// Proof: FarmingRewards RewardPerToken (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) /// The range of component `c` is `[1, 4]`. - fn deposit (c: u32, ) -> Weight { + fn deposit (_c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `900 + c * (70 ±0)` - // Estimated: `3603 + c * (2577 ±0)` - // Minimum execution time: 92_445_000 picoseconds. - Weight::from_parts(81_740_057, 3603) - // Standard Error: 37_348 - .saturating_add(Weight::from_parts(12_635_191, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 2577).saturating_mul(c.into())) + // Measured: `919 + c * (70 ±0)` + // Estimated: `11298` + // Minimum execution time: 204_722_000 picoseconds. + Weight::from_parts(292_878_000, 11298) + .saturating_add(T::DbWeight::get().reads(12_u64)) + .saturating_add(T::DbWeight::get().writes(7_u64)) } /// Storage: FarmingRewards RewardCurrencies (r:1 w:0) /// Proof: FarmingRewards RewardCurrencies (max_values: None, max_size: Some(138), added: 2613, mode: MaxEncodedLen) @@ -127,19 +118,14 @@ impl farming::WeightInfo for WeightInfo { /// Storage: FarmingRewards RewardPerToken (r:4 w:0) /// Proof: FarmingRewards RewardPerToken (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) /// The range of component `c` is `[1, 4]`. - fn withdraw (c: u32, ) -> Weight { + fn withdraw (_c: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `900 + c * (70 ±0)` - // Estimated: `3603 + c * (2577 ±0)` - // Minimum execution time: 85_862_000 picoseconds. - Weight::from_parts(74_571_773, 3603) - // Standard Error: 47_353 - .saturating_add(Weight::from_parts(12_753_635, 0).saturating_mul(c.into())) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(c.into()))) - .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_parts(0, 2577).saturating_mul(c.into())) + // Measured: `919 + c * (70 ±0)` + // Estimated: `11298` + // Minimum execution time: 193_049_000 picoseconds. + Weight::from_parts(4_201_914_000, 11298) + .saturating_add(T::DbWeight::get().reads(12_u64)) + .saturating_add(T::DbWeight::get().writes(7_u64)) } /// Storage: FarmingRewards Stake (r:1 w:0) /// Proof: FarmingRewards Stake (max_values: None, max_size: Some(75), added: 2550, mode: MaxEncodedLen) @@ -155,10 +141,10 @@ impl farming::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim () -> Weight { // Proof Size summary in bytes: - // Measured: `1318` + // Measured: `1338` // Estimated: `6170` - // Minimum execution time: 127_536_000 picoseconds. - Weight::from_parts(130_081_000, 6170) + // Minimum execution time: 264_618_000 picoseconds. + Weight::from_parts(264_618_000, 6170) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/fee.rs b/parachain/runtime/kintsugi/src/weights/fee.rs index 0829a577f0..10f8317003 100644 --- a/parachain/runtime/kintsugi/src/weights/fee.rs +++ b/parachain/runtime/kintsugi/src/weights/fee.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for fee //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -86,10 +86,10 @@ impl fee::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn withdraw_rewards () -> Weight { // Proof Size summary in bytes: - // Measured: `2962` + // Measured: `2982` // Estimated: `11350` - // Minimum execution time: 590_372_000 picoseconds. - Weight::from_parts(594_450_000, 11350) + // Minimum execution time: 1_472_253_000 picoseconds. + Weight::from_parts(1_472_253_000, 11350) .saturating_add(T::DbWeight::get().reads(35_u64)) .saturating_add(T::DbWeight::get().writes(25_u64)) } @@ -99,8 +99,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_747_000 picoseconds. - Weight::from_parts(9_008_000, 0) + // Minimum execution time: 39_278_000 picoseconds. + Weight::from_parts(39_278_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Fee IssueGriefingCollateral (r:0 w:1) @@ -109,8 +109,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_737_000 picoseconds. - Weight::from_parts(8_998_000, 0) + // Minimum execution time: 33_583_000 picoseconds. + Weight::from_parts(33_583_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Fee RedeemFee (r:0 w:1) @@ -119,8 +119,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_868_000 picoseconds. - Weight::from_parts(9_038_000, 0) + // Minimum execution time: 34_670_000 picoseconds. + Weight::from_parts(34_670_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Fee PremiumRedeemFee (r:0 w:1) @@ -129,8 +129,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_757_000 picoseconds. - Weight::from_parts(8_957_000, 0) + // Minimum execution time: 47_284_000 picoseconds. + Weight::from_parts(47_284_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Fee PunishmentFee (r:0 w:1) @@ -139,8 +139,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_948_000 picoseconds. - Weight::from_parts(9_099_000, 0) + // Minimum execution time: 35_786_000 picoseconds. + Weight::from_parts(35_786_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Fee ReplaceGriefingCollateral (r:0 w:1) @@ -149,8 +149,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_858_000 picoseconds. - Weight::from_parts(9_028_000, 0) + // Minimum execution time: 45_887_000 picoseconds. + Weight::from_parts(45_887_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Nomination Vaults (r:1 w:0) @@ -161,8 +161,8 @@ impl fee::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `167` // Estimated: `3536` - // Minimum execution time: 19_309_000 picoseconds. - Weight::from_parts(19_509_000, 3536) + // Minimum execution time: 45_918_000 picoseconds. + Weight::from_parts(45_918_000, 3536) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/frame_system.rs b/parachain/runtime/kintsugi/src/weights/frame_system.rs index 8c038c2c74..0451c79d44 100644 --- a/parachain/runtime/kintsugi/src/weights/frame_system.rs +++ b/parachain/runtime/kintsugi/src/weights/frame_system.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for frame_system //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -41,24 +41,20 @@ pub struct WeightInfo(PhantomData); impl frame_system::WeightInfo for WeightInfo { /// The range of component `b` is `[0, 3932160]`. - fn remark (b: u32, ) -> Weight { + fn remark (_b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_750_000 picoseconds. - Weight::from_parts(15_710_877, 0) - // Standard Error: 14 - .saturating_add(Weight::from_parts(576, 0).saturating_mul(b.into())) + // Minimum execution time: 22_398_000 picoseconds. + Weight::from_parts(4_303_387_000, 0) } /// The range of component `b` is `[0, 3932160]`. - fn remark_with_event (b: u32, ) -> Weight { + fn remark_with_event (_b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 15_521_000 picoseconds. - Weight::from_parts(15_681_000, 0) - // Standard Error: 7 - .saturating_add(Weight::from_parts(1_829, 0).saturating_mul(b.into())) + // Minimum execution time: 79_457_000 picoseconds. + Weight::from_parts(11_963_859_000, 0) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -68,50 +64,43 @@ impl frame_system::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 9_218_000 picoseconds. - Weight::from_parts(9_369_000, 1485) + // Minimum execution time: 38_779_000 picoseconds. + Weight::from_parts(38_779_000, 1485) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `i` is `[0, 1000]`. - fn set_storage (i: u32, ) -> Weight { + fn set_storage (_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_710_000 picoseconds. - Weight::from_parts(4_800_000, 0) - // Standard Error: 7_041 - .saturating_add(Weight::from_parts(1_289_318, 0).saturating_mul(i.into())) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) + // Minimum execution time: 45_349_000 picoseconds. + Weight::from_parts(2_364_005_000, 0) + .saturating_add(T::DbWeight::get().writes(1000_u64)) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `i` is `[0, 1000]`. - fn kill_storage (i: u32, ) -> Weight { + fn kill_storage (_i: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_789_000 picoseconds. - Weight::from_parts(4_920_000, 0) - // Standard Error: 2_480 - .saturating_add(Weight::from_parts(867_765, 0).saturating_mul(i.into())) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) + // Minimum execution time: 25_412_000 picoseconds. + Weight::from_parts(1_852_544_000, 0) + .saturating_add(T::DbWeight::get().writes(1000_u64)) } /// Storage: Skipped Metadata (r:0 w:0) /// Proof Skipped: Skipped Metadata (max_values: None, max_size: None, mode: Measured) /// The range of component `p` is `[0, 1000]`. - fn kill_prefix (p: u32, ) -> Weight { + fn kill_prefix (_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `124 + p * (69 ±0)` - // Estimated: `111 + p * (70 ±0)` - // Minimum execution time: 8_587_000 picoseconds. - Weight::from_parts(8_767_000, 111) - // Standard Error: 1_790 - .saturating_add(Weight::from_parts(1_508_078, 0).saturating_mul(p.into())) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) + // Estimated: `69676` + // Minimum execution time: 37_395_000 picoseconds. + Weight::from_parts(2_989_965_000, 69676) + .saturating_add(T::DbWeight::get().reads(1000_u64)) + .saturating_add(T::DbWeight::get().writes(1000_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/issue.rs b/parachain/runtime/kintsugi/src/weights/issue.rs index 10f28c57a2..a53682f06d 100644 --- a/parachain/runtime/kintsugi/src/weights/issue.rs +++ b/parachain/runtime/kintsugi/src/weights/issue.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for issue //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -78,10 +78,10 @@ impl issue::WeightInfo for WeightInfo { /// Proof: Issue IssueRequests (max_values: None, max_size: Some(272), added: 2747, mode: MaxEncodedLen) fn request_issue () -> Weight { // Proof Size summary in bytes: - // Measured: `2718` + // Measured: `2738` // Estimated: `6028` - // Minimum execution time: 558_298_000 picoseconds. - Weight::from_parts(565_393_000, 6028) + // Minimum execution time: 109_682_104_000 picoseconds. + Weight::from_parts(109_682_104_000, 6028) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -113,20 +113,16 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[1, 10]`. /// The range of component `b` is `[770, 2048]`. - fn execute_issue_exact (h: u32, i: u32, o: u32, b: u32, ) -> Weight { + fn execute_issue_exact (h: u32, i: u32, _o: u32, _b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2434` + // Measured: `2458` // Estimated: `3737` - // Minimum execution time: 198_538_000 picoseconds. - Weight::from_parts(171_478_384, 3737) - // Standard Error: 67_279 - .saturating_add(Weight::from_parts(3_496_696, 0).saturating_mul(h.into())) - // Standard Error: 60_626 - .saturating_add(Weight::from_parts(794_967, 0).saturating_mul(i.into())) - // Standard Error: 60_626 - .saturating_add(Weight::from_parts(420_219, 0).saturating_mul(o.into())) - // Standard Error: 435 - .saturating_add(Weight::from_parts(5_157, 0).saturating_mul(b.into())) + // Minimum execution time: 435_374_000 picoseconds. + Weight::from_parts(534_289_849, 3737) + // Standard Error: 2_464_600 + .saturating_add(Weight::from_parts(5_540_937, 0).saturating_mul(h.into())) + // Standard Error: 2_190_755 + .saturating_add(Weight::from_parts(3_432_611, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -168,20 +164,18 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[1, 10]`. /// The range of component `b` is `[770, 2048]`. - fn execute_issue_overpayment (h: u32, i: u32, o: u32, b: u32, ) -> Weight { + fn execute_issue_overpayment (h: u32, _i: u32, o: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3285` + // Measured: `3305` // Estimated: `3737` - // Minimum execution time: 316_013_000 picoseconds. - Weight::from_parts(296_206_373, 3737) - // Standard Error: 170_956 - .saturating_add(Weight::from_parts(3_648_998, 0).saturating_mul(h.into())) - // Standard Error: 154_049 - .saturating_add(Weight::from_parts(965_687, 0).saturating_mul(i.into())) - // Standard Error: 154_049 - .saturating_add(Weight::from_parts(440_368, 0).saturating_mul(o.into())) - // Standard Error: 1_105 - .saturating_add(Weight::from_parts(1_242, 0).saturating_mul(b.into())) + // Minimum execution time: 616_602_000 picoseconds. + Weight::from_parts(677_122_263, 3737) + // Standard Error: 3_023_727 + .saturating_add(Weight::from_parts(7_108_375, 0).saturating_mul(h.into())) + // Standard Error: 2_687_757 + .saturating_add(Weight::from_parts(7_539_777, 0).saturating_mul(o.into())) + // Standard Error: 18_927 + .saturating_add(Weight::from_parts(112_905, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -215,18 +209,18 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[1, 10]`. /// The range of component `b` is `[770, 2048]`. - fn execute_issue_underpayment (h: u32, i: u32, o: u32, _b: u32, ) -> Weight { + fn execute_issue_underpayment (h: u32, _i: u32, o: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2739` + // Measured: `2757` // Estimated: `3737` - // Minimum execution time: 236_814_000 picoseconds. - Weight::from_parts(218_087_002, 3737) - // Standard Error: 143_849 - .saturating_add(Weight::from_parts(3_739_468, 0).saturating_mul(h.into())) - // Standard Error: 129_622 - .saturating_add(Weight::from_parts(1_289_008, 0).saturating_mul(i.into())) - // Standard Error: 129_622 - .saturating_add(Weight::from_parts(452_541, 0).saturating_mul(o.into())) + // Minimum execution time: 499_451_000 picoseconds. + Weight::from_parts(381_996_145, 3737) + // Standard Error: 8_633_190 + .saturating_add(Weight::from_parts(14_111_125, 0).saturating_mul(h.into())) + // Standard Error: 7_673_947 + .saturating_add(Weight::from_parts(8_492_888, 0).saturating_mul(o.into())) + // Standard Error: 54_041 + .saturating_add(Weight::from_parts(36_147, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -260,18 +254,18 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `b` is `[770, 2048]`. fn execute_expired_issue_exact (h: u32, i: u32, o: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3567` + // Measured: `3546` // Estimated: `3737` - // Minimum execution time: 206_463_000 picoseconds. - Weight::from_parts(179_023_981, 3737) - // Standard Error: 118_695 - .saturating_add(Weight::from_parts(3_632_454, 0).saturating_mul(h.into())) - // Standard Error: 106_956 - .saturating_add(Weight::from_parts(825_036, 0).saturating_mul(i.into())) - // Standard Error: 106_956 - .saturating_add(Weight::from_parts(185_589, 0).saturating_mul(o.into())) - // Standard Error: 767 - .saturating_add(Weight::from_parts(6_936, 0).saturating_mul(b.into())) + // Minimum execution time: 450_732_000 picoseconds. + Weight::from_parts(351_676_864, 3737) + // Standard Error: 6_126_480 + .saturating_add(Weight::from_parts(4_566_125, 0).saturating_mul(h.into())) + // Standard Error: 5_445_760 + .saturating_add(Weight::from_parts(3_263_222, 0).saturating_mul(i.into())) + // Standard Error: 5_445_760 + .saturating_add(Weight::from_parts(1_192_555, 0).saturating_mul(o.into())) + // Standard Error: 38_350 + .saturating_add(Weight::from_parts(29_596, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(12_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -313,20 +307,18 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[1, 10]`. /// The range of component `b` is `[770, 2048]`. - fn execute_expired_issue_overpayment (h: u32, i: u32, o: u32, b: u32, ) -> Weight { + fn execute_expired_issue_overpayment (h: u32, i: u32, o: u32, _b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4039 + h * (17 ±0) + i * (2 ±0)` + // Measured: `4111 + h * (21 ±0) + i * (3 ±0) + o * (3 ±0)` // Estimated: `3737` - // Minimum execution time: 326_534_000 picoseconds. - Weight::from_parts(312_629_634, 3737) - // Standard Error: 118_522 - .saturating_add(Weight::from_parts(3_380_960, 0).saturating_mul(h.into())) - // Standard Error: 106_800 - .saturating_add(Weight::from_parts(561_891, 0).saturating_mul(i.into())) - // Standard Error: 106_800 - .saturating_add(Weight::from_parts(164_257, 0).saturating_mul(o.into())) - // Standard Error: 766 - .saturating_add(Weight::from_parts(3_419, 0).saturating_mul(b.into())) + // Minimum execution time: 650_523_000 picoseconds. + Weight::from_parts(703_953_332, 3737) + // Standard Error: 4_712_693 + .saturating_add(Weight::from_parts(492_375, 0).saturating_mul(h.into())) + // Standard Error: 4_189_061 + .saturating_add(Weight::from_parts(458_555, 0).saturating_mul(i.into())) + // Standard Error: 4_189_061 + .saturating_add(Weight::from_parts(1_064_444, 0).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -362,18 +354,18 @@ impl issue::WeightInfo for WeightInfo { /// The range of component `b` is `[770, 2048]`. fn execute_expired_issue_underpayment (h: u32, i: u32, o: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3633 + o * (11 ±0)` + // Measured: `4000` // Estimated: `3737` - // Minimum execution time: 245_292_000 picoseconds. - Weight::from_parts(218_248_263, 3737) - // Standard Error: 75_656 - .saturating_add(Weight::from_parts(3_638_323, 0).saturating_mul(h.into())) - // Standard Error: 68_174 - .saturating_add(Weight::from_parts(1_189_484, 0).saturating_mul(i.into())) - // Standard Error: 68_174 - .saturating_add(Weight::from_parts(378_537, 0).saturating_mul(o.into())) - // Standard Error: 489 - .saturating_add(Weight::from_parts(4_279, 0).saturating_mul(b.into())) + // Minimum execution time: 483_085_000 picoseconds. + Weight::from_parts(256_319_752, 3737) + // Standard Error: 18_511 + .saturating_add(Weight::from_parts(14_117_562, 0).saturating_mul(h.into())) + // Standard Error: 16_454 + .saturating_add(Weight::from_parts(6_249_166, 0).saturating_mul(i.into())) + // Standard Error: 16_454 + .saturating_add(Weight::from_parts(3_262_166, 0).saturating_mul(o.into())) + // Standard Error: 115 + .saturating_add(Weight::from_parts(50_496, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -389,10 +381,10 @@ impl issue::WeightInfo for WeightInfo { /// Proof: VaultRegistry Vaults (max_values: None, max_size: Some(260), added: 2735, mode: MaxEncodedLen) fn cancel_issue () -> Weight { // Proof Size summary in bytes: - // Measured: `1495` + // Measured: `1515` // Estimated: `3737` - // Minimum execution time: 91_653_000 picoseconds. - Weight::from_parts(93_397_000, 3737) + // Minimum execution time: 216_717_000 picoseconds. + Weight::from_parts(216_717_000, 3737) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -402,8 +394,8 @@ impl issue::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_417_000 picoseconds. - Weight::from_parts(18_597_000, 0) + // Minimum execution time: 65_071_000 picoseconds. + Weight::from_parts(65_071_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/loans.rs b/parachain/runtime/kintsugi/src/weights/loans.rs index 3b4ad2cf10..47a3ff0aed 100644 --- a/parachain/runtime/kintsugi/src/weights/loans.rs +++ b/parachain/runtime/kintsugi/src/weights/loans.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for loans //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -54,8 +54,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `78` // Estimated: `6260` - // Minimum execution time: 55_221_000 picoseconds. - Weight::from_parts(55_742_000, 6260) + // Minimum execution time: 132_540_000 picoseconds. + Weight::from_parts(132_540_000, 6260) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -65,8 +65,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `343` // Estimated: `3625` - // Minimum execution time: 27_365_000 picoseconds. - Weight::from_parts(27_936_000, 3625) + // Minimum execution time: 61_080_000 picoseconds. + Weight::from_parts(61_080_000, 3625) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -76,8 +76,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `343` // Estimated: `3625` - // Minimum execution time: 28_928_000 picoseconds. - Weight::from_parts(29_940_000, 3625) + // Minimum execution time: 69_234_000 picoseconds. + Weight::from_parts(69_234_000, 3625) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -87,8 +87,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `343` // Estimated: `3625` - // Minimum execution time: 32_194_000 picoseconds. - Weight::from_parts(32_676_000, 3625) + // Minimum execution time: 69_089_000 picoseconds. + Weight::from_parts(69_089_000, 3625) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -100,8 +100,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `354` // Estimated: `3625` - // Minimum execution time: 39_650_000 picoseconds. - Weight::from_parts(40_211_000, 3625) + // Minimum execution time: 80_938_000 picoseconds. + Weight::from_parts(80_938_000, 3625) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -111,10 +111,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn add_reward () -> Weight { // Proof Size summary in bytes: - // Measured: `821` + // Measured: `841` // Estimated: `6170` - // Minimum execution time: 85_942_000 picoseconds. - Weight::from_parts(86_864_000, 6170) + // Minimum execution time: 177_898_000 picoseconds. + Weight::from_parts(177_898_000, 6170) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -132,8 +132,8 @@ impl loans::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `357` // Estimated: `6260` - // Minimum execution time: 64_088_000 picoseconds. - Weight::from_parts(64_479_000, 6260) + // Minimum execution time: 165_127_000 picoseconds. + Weight::from_parts(165_127_000, 6260) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -167,10 +167,10 @@ impl loans::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: `2066` + // Measured: `2086` // Estimated: `8760` - // Minimum execution time: 207_856_000 picoseconds. - Weight::from_parts(209_128_000, 8760) + // Minimum execution time: 441_756_000 picoseconds. + Weight::from_parts(441_756_000, 8760) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -204,10 +204,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_reward_for_market () -> Weight { // Proof Size summary in bytes: - // Measured: `2066` + // Measured: `2086` // Estimated: `8760` - // Minimum execution time: 196_654_000 picoseconds. - Weight::from_parts(199_430_000, 8760) + // Minimum execution time: 393_971_000 picoseconds. + Weight::from_parts(393_971_000, 8760) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(7_u64)) } @@ -243,10 +243,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn mint () -> Weight { // Proof Size summary in bytes: - // Measured: `1481` + // Measured: `1501` // Estimated: `8760` - // Minimum execution time: 284_911_000 picoseconds. - Weight::from_parts(286_594_000, 8760) + // Minimum execution time: 565_075_000 picoseconds. + Weight::from_parts(565_075_000, 8760) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(9_u64)) } @@ -288,10 +288,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: Loans BorrowIndex (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) fn borrow () -> Weight { // Proof Size summary in bytes: - // Measured: `1991` + // Measured: `2011` // Estimated: `6260` - // Minimum execution time: 265_201_000 picoseconds. - Weight::from_parts(267_325_000, 6260) + // Minimum execution time: 553_073_000 picoseconds. + Weight::from_parts(553_073_000, 6260) .saturating_add(T::DbWeight::get().reads(20_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -329,10 +329,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: Loans RewardAccrued (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) fn redeem () -> Weight { // Proof Size summary in bytes: - // Measured: `2016` + // Measured: `2036` // Estimated: `8760` - // Minimum execution time: 345_392_000 picoseconds. - Weight::from_parts(346_684_000, 8760) + // Minimum execution time: 751_698_000 picoseconds. + Weight::from_parts(751_698_000, 8760) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -370,10 +370,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: Loans RewardAccrued (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) fn redeem_all () -> Weight { // Proof Size summary in bytes: - // Measured: `2016` + // Measured: `2036` // Estimated: `8760` - // Minimum execution time: 347_676_000 picoseconds. - Weight::from_parts(351_133_000, 8760) + // Minimum execution time: 727_822_000 picoseconds. + Weight::from_parts(727_822_000, 8760) .saturating_add(T::DbWeight::get().reads(19_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -401,10 +401,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: Loans TotalBorrows (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) fn repay_borrow () -> Weight { // Proof Size summary in bytes: - // Measured: `1875` + // Measured: `1895` // Estimated: `6260` - // Minimum execution time: 173_257_000 picoseconds. - Weight::from_parts(179_420_000, 6260) + // Minimum execution time: 5_260_237_000 picoseconds. + Weight::from_parts(5_260_237_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -432,10 +432,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: Loans TotalBorrows (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) fn repay_borrow_all () -> Weight { // Proof Size summary in bytes: - // Measured: `1875` + // Measured: `1895` // Estimated: `6260` - // Minimum execution time: 195_352_000 picoseconds. - Weight::from_parts(198_989_000, 6260) + // Minimum execution time: 378_684_000 picoseconds. + Weight::from_parts(378_684_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -449,10 +449,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn deposit_all_collateral () -> Weight { // Proof Size summary in bytes: - // Measured: `1184` + // Measured: `1204` // Estimated: `6260` - // Minimum execution time: 96_693_000 picoseconds. - Weight::from_parts(98_488_000, 6260) + // Minimum execution time: 217_865_000 picoseconds. + Weight::from_parts(217_865_000, 6260) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -484,10 +484,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: Loans AccountBorrows (max_values: None, max_size: Some(107), added: 2582, mode: MaxEncodedLen) fn withdraw_all_collateral () -> Weight { // Proof Size summary in bytes: - // Measured: `1921` + // Measured: `1941` // Estimated: `6260` - // Minimum execution time: 226_734_000 picoseconds. - Weight::from_parts(229_600_000, 6260) + // Minimum execution time: 430_991_000 picoseconds. + Weight::from_parts(430_991_000, 6260) .saturating_add(T::DbWeight::get().reads(15_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -537,10 +537,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: Loans RewardSupplierIndex (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn liquidate_borrow () -> Weight { // Proof Size summary in bytes: - // Measured: `3610` + // Measured: `3630` // Estimated: `16530` - // Minimum execution time: 803_780_000 picoseconds. - Weight::from_parts(830_373_000, 16530) + // Minimum execution time: 8_667_059_000 picoseconds. + Weight::from_parts(8_667_059_000, 16530) .saturating_add(T::DbWeight::get().reads(43_u64)) .saturating_add(T::DbWeight::get().writes(21_u64)) } @@ -578,10 +578,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: Loans RewardAccrued (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) fn reduce_incentive_reserves () -> Weight { // Proof Size summary in bytes: - // Measured: `2949` + // Measured: `2969` // Estimated: `11350` - // Minimum execution time: 441_074_000 picoseconds. - Weight::from_parts(442_466_000, 11350) + // Minimum execution time: 1_059_649_000 picoseconds. + Weight::from_parts(1_059_649_000, 11350) .saturating_add(T::DbWeight::get().reads(21_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -599,10 +599,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: Loans TotalReserves (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) fn add_reserves () -> Weight { // Proof Size summary in bytes: - // Measured: `1305` + // Measured: `1325` // Estimated: `6260` - // Minimum execution time: 123_878_000 picoseconds. - Weight::from_parts(124_660_000, 6260) + // Minimum execution time: 259_563_000 picoseconds. + Weight::from_parts(259_563_000, 6260) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -620,10 +620,10 @@ impl loans::WeightInfo for WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn reduce_reserves () -> Weight { // Proof Size summary in bytes: - // Measured: `1536` + // Measured: `1556` // Estimated: `6260` - // Minimum execution time: 107_725_000 picoseconds. - Weight::from_parts(108_537_000, 6260) + // Minimum execution time: 229_173_000 picoseconds. + Weight::from_parts(229_173_000, 6260) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/nomination.rs b/parachain/runtime/kintsugi/src/weights/nomination.rs index 5c9825279e..66e9a0c1e3 100644 --- a/parachain/runtime/kintsugi/src/weights/nomination.rs +++ b/parachain/runtime/kintsugi/src/weights/nomination.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for nomination //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,8 +46,8 @@ impl nomination::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_698_000 picoseconds. - Weight::from_parts(8_858_000, 0) + // Minimum execution time: 31_452_000 picoseconds. + Weight::from_parts(31_452_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Nomination NominationLimit (r:0 w:1) @@ -56,8 +56,8 @@ impl nomination::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 12_535_000 picoseconds. - Weight::from_parts(12_716_000, 0) + // Minimum execution time: 29_138_000 picoseconds. + Weight::from_parts(29_138_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Nomination NominationEnabled (r:1 w:0) @@ -70,8 +70,8 @@ impl nomination::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `642` // Estimated: `3725` - // Minimum execution time: 44_139_000 picoseconds. - Weight::from_parts(44_489_000, 3725) + // Minimum execution time: 209_245_000 picoseconds. + Weight::from_parts(209_245_000, 3725) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -147,10 +147,10 @@ impl nomination::WeightInfo for WeightInfo { /// Proof: VaultRegistry TotalUserVaultCollateral (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) fn opt_out_of_nomination () -> Weight { // Proof Size summary in bytes: - // Measured: `4568` + // Measured: `4588` // Estimated: `11486` - // Minimum execution time: 712_978_000 picoseconds. - Weight::from_parts(716_875_000, 11486) + // Minimum execution time: 1_539_339_000 picoseconds. + Weight::from_parts(1_539_339_000, 11486) .saturating_add(T::DbWeight::get().reads(53_u64)) .saturating_add(T::DbWeight::get().writes(26_u64)) } @@ -248,10 +248,10 @@ impl nomination::WeightInfo for WeightInfo { /// Proof: VaultRegistry SystemCollateralCeiling (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) fn deposit_collateral () -> Weight { // Proof Size summary in bytes: - // Measured: `5749` + // Measured: `5769` // Estimated: `8760` - // Minimum execution time: 858_288_000 picoseconds. - Weight::from_parts(864_521_000, 8760) + // Minimum execution time: 1_552_881_000 picoseconds. + Weight::from_parts(1_552_881_000, 8760) .saturating_add(T::DbWeight::get().reads(63_u64)) .saturating_add(T::DbWeight::get().writes(34_u64)) } @@ -347,10 +347,10 @@ impl nomination::WeightInfo for WeightInfo { /// Proof: VaultRegistry TotalUserVaultCollateral (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) fn withdraw_collateral () -> Weight { // Proof Size summary in bytes: - // Measured: `6074` + // Measured: `6094` // Estimated: `8760` - // Minimum execution time: 914_051_000 picoseconds. - Weight::from_parts(922_347_000, 8760) + // Minimum execution time: 2_003_314_000 picoseconds. + Weight::from_parts(2_003_314_000, 8760) .saturating_add(T::DbWeight::get().reads(60_u64)) .saturating_add(T::DbWeight::get().writes(34_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/oracle.rs b/parachain/runtime/kintsugi/src/weights/oracle.rs index ac6c254bde..79f42866f0 100644 --- a/parachain/runtime/kintsugi/src/weights/oracle.rs +++ b/parachain/runtime/kintsugi/src/weights/oracle.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for oracle //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -40,57 +40,51 @@ pub struct WeightInfo(PhantomData); impl oracle::WeightInfo for WeightInfo { - /// Storage: Oracle RawValuesUpdated (r:1000 w:999) + /// Storage: Oracle RawValuesUpdated (r:1001 w:1000) /// Proof: Oracle RawValuesUpdated (max_values: None, max_size: Some(29), added: 2504, 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: Oracle RawValues (r:1998 w:0) + /// Storage: Oracle RawValues (r:2000 w:0) /// Proof: Oracle RawValues (max_values: None, max_size: Some(100), added: 2575, mode: MaxEncodedLen) /// Storage: Oracle MaxDelay (r:1 w:0) /// Proof: Oracle MaxDelay (max_values: Some(1), max_size: Some(8), added: 503, mode: MaxEncodedLen) - /// Storage: VaultRewards TotalStake (r:999 w:0) + /// Storage: VaultRewards TotalStake (r:1000 w:0) /// Proof: VaultRewards TotalStake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) - /// Storage: VaultCapacity Stake (r:999 w:0) + /// Storage: VaultCapacity Stake (r:1000 w:0) /// Proof: VaultCapacity Stake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) - /// Storage: Loans Markets (r:999 w:0) + /// Storage: Loans Markets (r:1000 w:0) /// Proof: Loans Markets (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) - /// Storage: Oracle Aggregate (r:0 w:999) + /// Storage: Oracle Aggregate (r:0 w:1000) /// Proof: Oracle Aggregate (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) - /// Storage: Oracle ValidUntil (r:0 w:999) + /// Storage: Oracle ValidUntil (r:0 w:1000) /// Proof: Oracle ValidUntil (max_values: None, max_size: Some(36), added: 2511, mode: MaxEncodedLen) /// The range of component `u` is `[1, 1000]`. - fn on_initialize (u: u32, ) -> Weight { + fn on_initialize (_u: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `678 + u * (127 ±0)` - // Estimated: `3494 + u * (5150 ±0)` - // Minimum execution time: 84_258_000 picoseconds. - Weight::from_parts(85_090_000, 3494) - // Standard Error: 50_885 - .saturating_add(Weight::from_parts(45_702_615, 0).saturating_mul(u.into())) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(u.into()))) - .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(u.into()))) - .saturating_add(Weight::from_parts(0, 5150).saturating_mul(u.into())) + // Measured: `590 + u * (127 ±0)` + // Estimated: `5150990` + // Minimum execution time: 174_823_000 picoseconds. + Weight::from_parts(95_104_167_000, 5150990) + .saturating_add(T::DbWeight::get().reads(6003_u64)) + .saturating_add(T::DbWeight::get().writes(3000_u64)) } /// Storage: Oracle AuthorizedOracles (r:1 w:0) /// Proof: Oracle AuthorizedOracles (max_values: None, max_size: Some(305), added: 2780, 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: Oracle RawValuesUpdated (r:0 w:999) + /// Storage: Oracle RawValuesUpdated (r:0 w:1000) /// Proof: Oracle RawValuesUpdated (max_values: None, max_size: Some(29), added: 2504, mode: MaxEncodedLen) - /// Storage: Oracle RawValues (r:0 w:999) + /// Storage: Oracle RawValues (r:0 w:1000) /// Proof: Oracle RawValues (max_values: None, max_size: Some(100), added: 2575, mode: MaxEncodedLen) /// The range of component `u` is `[1, 1000]`. - fn feed_values (u: u32, ) -> Weight { + fn feed_values (_u: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `295` // Estimated: `3770` - // Minimum execution time: 38_156_000 picoseconds. - Weight::from_parts(38_637_000, 3770) - // Standard Error: 33_449 - .saturating_add(Weight::from_parts(8_275_546, 0).saturating_mul(u.into())) + // Minimum execution time: 115_776_000 picoseconds. + Weight::from_parts(29_582_842_000, 3770) .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(u.into()))) + .saturating_add(T::DbWeight::get().writes(2000_u64)) } /// Storage: Oracle AuthorizedOracles (r:0 w:1) /// Proof: Oracle AuthorizedOracles (max_values: None, max_size: Some(305), added: 2780, mode: MaxEncodedLen) @@ -98,8 +92,8 @@ impl oracle::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 23_347_000 picoseconds. - Weight::from_parts(23_587_000, 0) + // Minimum execution time: 70_751_000 picoseconds. + Weight::from_parts(70_751_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Oracle AuthorizedOracles (r:0 w:1) @@ -108,8 +102,8 @@ impl oracle::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 20_942_000 picoseconds. - Weight::from_parts(21_332_000, 0) + // Minimum execution time: 64_119_000 picoseconds. + Weight::from_parts(64_119_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/orml_asset_registry.rs b/parachain/runtime/kintsugi/src/weights/orml_asset_registry.rs index e250abf53e..aeb5b9cdda 100644 --- a/parachain/runtime/kintsugi/src/weights/orml_asset_registry.rs +++ b/parachain/runtime/kintsugi/src/weights/orml_asset_registry.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for orml_asset_registry //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -50,8 +50,8 @@ impl orml_asset_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `107` // Estimated: `3572` - // Minimum execution time: 43_197_000 picoseconds. - Weight::from_parts(43_718_000, 3572) + // Minimum execution time: 110_607_000 picoseconds. + Weight::from_parts(110_607_000, 3572) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -63,8 +63,8 @@ impl orml_asset_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `774` // Estimated: `4239` - // Minimum execution time: 51_513_000 picoseconds. - Weight::from_parts(52_796_000, 4239) + // Minimum execution time: 112_366_000 picoseconds. + Weight::from_parts(112_366_000, 4239) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -72,7 +72,7 @@ impl orml_asset_registry::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 421_000 picoseconds. - Weight::from_parts(451_000, 0) + // Minimum execution time: 5_084_000 picoseconds. + Weight::from_parts(5_084_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/orml_tokens.rs b/parachain/runtime/kintsugi/src/weights/orml_tokens.rs index 50e442332c..87f50adeba 100644 --- a/parachain/runtime/kintsugi/src/weights/orml_tokens.rs +++ b/parachain/runtime/kintsugi/src/weights/orml_tokens.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for orml_tokens //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -60,10 +60,10 @@ impl orml_tokens::WeightInfo for WeightInfo { /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn transfer () -> Weight { // Proof Size summary in bytes: - // Measured: `1743` + // Measured: `1763` // Estimated: `6260` - // Minimum execution time: 211_062_000 picoseconds. - Weight::from_parts(213_427_000, 6260) + // Minimum execution time: 443_377_000 picoseconds. + Weight::from_parts(443_377_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -87,10 +87,10 @@ impl orml_tokens::WeightInfo for WeightInfo { /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn transfer_all () -> Weight { // Proof Size summary in bytes: - // Measured: `1743` + // Measured: `1763` // Estimated: `6260` - // Minimum execution time: 217_896_000 picoseconds. - Weight::from_parts(220_561_000, 6260) + // Minimum execution time: 431_329_000 picoseconds. + Weight::from_parts(431_329_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -114,10 +114,10 @@ impl orml_tokens::WeightInfo for WeightInfo { /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn transfer_keep_alive () -> Weight { // Proof Size summary in bytes: - // Measured: `1743` + // Measured: `1763` // Estimated: `6260` - // Minimum execution time: 208_959_000 picoseconds. - Weight::from_parts(214_179_000, 6260) + // Minimum execution time: 488_470_000 picoseconds. + Weight::from_parts(488_470_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -141,10 +141,10 @@ impl orml_tokens::WeightInfo for WeightInfo { /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn force_transfer () -> Weight { // Proof Size summary in bytes: - // Measured: `1743` + // Measured: `1763` // Estimated: `6260` - // Minimum execution time: 210_782_000 picoseconds. - Weight::from_parts(211_844_000, 6260) + // Minimum execution time: 416_789_000 picoseconds. + Weight::from_parts(416_789_000, 6260) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -154,10 +154,10 @@ impl orml_tokens::WeightInfo for WeightInfo { /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) fn set_balance () -> Weight { // Proof Size summary in bytes: - // Measured: `435` + // Measured: `455` // Estimated: `3580` - // Minimum execution time: 53_407_000 picoseconds. - Weight::from_parts(54_209_000, 3580) + // Minimum execution time: 113_193_000 picoseconds. + Weight::from_parts(113_193_000, 3580) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/orml_vesting.rs b/parachain/runtime/kintsugi/src/weights/orml_vesting.rs index 2e6e6d62fe..a7d50b29b7 100644 --- a/parachain/runtime/kintsugi/src/weights/orml_vesting.rs +++ b/parachain/runtime/kintsugi/src/weights/orml_vesting.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for orml_vesting //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -51,10 +51,10 @@ impl orml_vesting::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 1]`. fn claim (_n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `771 + n * (109 ±0)` + // Measured: `791 + n * (109 ±0)` // Estimated: `4733` - // Minimum execution time: 69_630_000 picoseconds. - Weight::from_parts(85_988_378, 4733) + // Minimum execution time: 143_531_000 picoseconds. + Weight::from_parts(164_161_000, 4733) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -68,10 +68,10 @@ impl orml_vesting::WeightInfo for WeightInfo { /// Proof: Tokens Locks (max_values: None, max_size: Some(1268), added: 3743, mode: MaxEncodedLen) fn vested_transfer () -> Weight { // Proof Size summary in bytes: - // Measured: `851` + // Measured: `871` // Estimated: `6170` - // Minimum execution time: 133_136_000 picoseconds. - Weight::from_parts(135_141_000, 6170) + // Minimum execution time: 281_157_000 picoseconds. + Weight::from_parts(281_157_000, 6170) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -86,10 +86,10 @@ impl orml_vesting::WeightInfo for WeightInfo { /// The range of component `n` is `[0, 1]`. fn update_vesting_schedules (_n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `894` + // Measured: `914` // Estimated: `4733` - // Minimum execution time: 73_317_000 picoseconds. - Weight::from_parts(77_789_707, 4733) + // Minimum execution time: 148_181_000 picoseconds. + Weight::from_parts(212_060_000, 4733) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/pallet_collective.rs b/parachain/runtime/kintsugi/src/weights/pallet_collective.rs index 7b8d54f478..ec2e416dce 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_collective.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_collective.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_collective //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -53,20 +53,22 @@ 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 * (3232 ±0) + p * (3190 ±0)` - // Estimated: `15762 + m * (1966 ±32) + p * (4332 ±32)` - // Minimum execution time: 27_555_000 picoseconds. - Weight::from_parts(27_886_000, 15762) - // Standard Error: 110_698 - .saturating_add(Weight::from_parts(6_544_430, 0).saturating_mul(m.into())) - // Standard Error: 110_698 - .saturating_add(Weight::from_parts(11_901_208, 0).saturating_mul(p.into())) + // Measured: `0 + m * (3224 ±0) + p * (3191 ±0)` + // Estimated: `1585 + m * (2855 ±736) + p * (2855 ±736)` + // Minimum execution time: 54_853_000 picoseconds. + Weight::from_parts(54_853_000, 1585) + // Standard Error: 14_744_094 + .saturating_add(Weight::from_parts(21_899_549, 0).saturating_mul(m.into())) + // Standard Error: 14_744_094 + .saturating_add(Weight::from_parts(21_502_349, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(m.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2_u64)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(m.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_parts(0, 1966).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 4332).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 2855).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 2855).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -74,14 +76,14 @@ 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: `103 + m * (32 ±0)` - // Estimated: `1589 + m * (32 ±0)` - // Minimum execution time: 30_882_000 picoseconds. - Weight::from_parts(30_466_976, 1589) - // Standard Error: 124 - .saturating_add(Weight::from_parts(2_030, 0).saturating_mul(b.into())) - // Standard Error: 1_283 - .saturating_add(Weight::from_parts(15_394, 0).saturating_mul(m.into())) + // Measured: `102 + m * (32 ±0)` + // Estimated: `1588 + m * (32 ±0)` + // Minimum execution time: 72_628_000 picoseconds. + Weight::from_parts(72_628_000, 1588) + // Standard Error: 81_335 + .saturating_add(Weight::from_parts(38_731, 0).saturating_mul(b.into())) + // Standard Error: 832_861 + .saturating_add(Weight::from_parts(428_568, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -93,14 +95,14 @@ 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: `103 + m * (32 ±0)` - // Estimated: `3569 + m * (32 ±0)` - // Minimum execution time: 35_902_000 picoseconds. - Weight::from_parts(35_558_309, 3569) - // Standard Error: 98 - .saturating_add(Weight::from_parts(1_600, 0).saturating_mul(b.into())) - // Standard Error: 1_013 - .saturating_add(Weight::from_parts(25_869, 0).saturating_mul(m.into())) + // Measured: `102 + m * (32 ±0)` + // Estimated: `3568 + m * (32 ±0)` + // Minimum execution time: 82_519_000 picoseconds. + Weight::from_parts(22_228_631, 3568) + // Standard Error: 33_542 + .saturating_add(Weight::from_parts(58_270, 0).saturating_mul(b.into())) + // Standard Error: 346_270 + .saturating_add(Weight::from_parts(621_828, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } @@ -117,39 +119,32 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[2, 1024]`. /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. - fn propose_proposed (b: u32, m: u32, p: u32, ) -> Weight { + fn propose_proposed (_b: u32, m: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `393 + m * (32 ±0) + p * (36 ±0)` - // Estimated: `3783 + m * (33 ±0) + p * (36 ±0)` - // Minimum execution time: 46_312_000 picoseconds. - Weight::from_parts(46_713_011, 3783) - // Standard Error: 709 - .saturating_add(Weight::from_parts(4_788, 0).saturating_mul(b.into())) - // Standard Error: 7_405 - .saturating_add(Weight::from_parts(15_986, 0).saturating_mul(m.into())) - // Standard Error: 7_311 - .saturating_add(Weight::from_parts(298_350, 0).saturating_mul(p.into())) + // Measured: `38 + m * (32 ±0) + p * (39 ±0)` + // Estimated: `3503 + m * (32 ±0) + p * (39 ±0)` + // Minimum execution time: 117_013_000 picoseconds. + Weight::from_parts(331_772_429, 3503) + // Standard Error: 26_285 + .saturating_add(Weight::from_parts(619_377, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(Weight::from_parts(0, 33).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 39).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) /// The range of component `m` is `[5, 100]`. - fn vote (m: u32, ) -> Weight { + fn vote (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `842 + m * (64 ±0)` - // Estimated: `4306 + m * (64 ±0)` - // Minimum execution time: 39_509_000 picoseconds. - Weight::from_parts(41_107_426, 4306) - // Standard Error: 2_944 - .saturating_add(Weight::from_parts(44_135, 0).saturating_mul(m.into())) + // Measured: `841 + m * (64 ±0)` + // Estimated: `10709` + // Minimum execution time: 104_242_000 picoseconds. + Weight::from_parts(123_877_000, 10709) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -163,18 +158,16 @@ 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: `431 + m * (64 ±0) + p * (36 ±0)` - // Estimated: `3875 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 49_359_000 picoseconds. - Weight::from_parts(49_169_939, 3875) - // Standard Error: 10_006 - .saturating_add(Weight::from_parts(62_030, 0).saturating_mul(m.into())) - // Standard Error: 9_757 - .saturating_add(Weight::from_parts(323_855, 0).saturating_mul(p.into())) + // Measured: `215 + m * (64 ±0) + p * (38 ±0)` + // Estimated: `3680 + m * (64 ±0) + p * (39 ±0)` + // Minimum execution time: 144_459_000 picoseconds. + Weight::from_parts(157_259_232, 3680) + // Standard Error: 115_067 + .saturating_add(Weight::from_parts(1_066_434, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 39).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -189,21 +182,21 @@ 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: `733 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` - // Estimated: `4047 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 75_562_000 picoseconds. - Weight::from_parts(77_588_078, 4047) - // Standard Error: 841 - .saturating_add(Weight::from_parts(2_992, 0).saturating_mul(b.into())) - // Standard Error: 8_896 - .saturating_add(Weight::from_parts(19_739, 0).saturating_mul(m.into())) - // Standard Error: 8_672 - .saturating_add(Weight::from_parts(301_339, 0).saturating_mul(p.into())) + // Measured: `430 + m * (64 ±0) + p * (44 ±0)` + // Estimated: `3895 + b * (1 ±0) + m * (64 ±0) + p * (45 ±0)` + // Minimum execution time: 208_677_000 picoseconds. + Weight::from_parts(208_677_000, 3895) + // Standard Error: 367_884 + .saturating_add(Weight::from_parts(100_708, 0).saturating_mul(b.into())) + // Standard Error: 3_831_969 + .saturating_add(Weight::from_parts(878_757, 0).saturating_mul(m.into())) + // Standard Error: 3_781_260 + .saturating_add(Weight::from_parts(1_415_815, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .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())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -219,18 +212,18 @@ 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: `451 + m * (64 ±0) + p * (36 ±0)` - // Estimated: `3895 + m * (65 ±0) + p * (36 ±0)` - // Minimum execution time: 54_519_000 picoseconds. - Weight::from_parts(59_296_119, 3895) - // Standard Error: 10_728 - .saturating_add(Weight::from_parts(29_077, 0).saturating_mul(m.into())) - // Standard Error: 10_461 - .saturating_add(Weight::from_parts(288_109, 0).saturating_mul(p.into())) + // Measured: `235 + m * (64 ±0) + p * (38 ±0)` + // Estimated: `3700 + m * (64 ±0) + p * (39 ±0)` + // Minimum execution time: 126_700_000 picoseconds. + Weight::from_parts(120_617_473, 3700) + // Standard Error: 279_672 + .saturating_add(Weight::from_parts(53_427, 0).saturating_mul(m.into())) + // Standard Error: 271_197 + .saturating_add(Weight::from_parts(739_818, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 65).saturating_mul(m.into())) - .saturating_add(Weight::from_parts(0, 36).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 39).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -247,21 +240,19 @@ 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: `753 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` - // Estimated: `4067 + b * (1 ±0) + m * (66 ±0) + p * (40 ±0)` - // Minimum execution time: 80_241_000 picoseconds. - Weight::from_parts(86_535_840, 4067) - // Standard Error: 920 - .saturating_add(Weight::from_parts(1_512, 0).saturating_mul(b.into())) - // Standard Error: 9_730 - .saturating_add(Weight::from_parts(16_230, 0).saturating_mul(m.into())) - // Standard Error: 9_484 - .saturating_add(Weight::from_parts(269_700, 0).saturating_mul(p.into())) + // Measured: `450 + m * (64 ±0) + p * (44 ±0)` + // Estimated: `3915 + b * (1 ±0) + m * (64 ±0) + p * (45 ±0)` + // Minimum execution time: 205_700_000 picoseconds. + Weight::from_parts(231_523_287, 3915) + // Standard Error: 535_787 + .saturating_add(Weight::from_parts(154_802, 0).saturating_mul(m.into())) + // Standard Error: 519_551 + .saturating_add(Weight::from_parts(861_858, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) .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())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Proposals (r:1 w:1) /// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -270,16 +261,13 @@ impl pallet_collective::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee ProposalOf (r:0 w:1) /// Proof Skipped: TechnicalCommittee ProposalOf (max_values: None, max_size: None, mode: Measured) /// The range of component `p` is `[1, 100]`. - fn disapprove_proposal (p: u32, ) -> Weight { + fn disapprove_proposal (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `260 + p * (32 ±0)` - // Estimated: `1745 + p * (32 ±0)` - // Minimum execution time: 29_068_000 picoseconds. - Weight::from_parts(32_132_833, 1745) - // Standard Error: 8_681 - .saturating_add(Weight::from_parts(271_198, 0).saturating_mul(p.into())) + // Measured: `258 + p * (32 ±0)` + // Estimated: `4946` + // Minimum execution time: 77_618_000 picoseconds. + Weight::from_parts(137_271_000, 4946) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 32).saturating_mul(p.into())) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/pallet_identity.rs b/parachain/runtime/kintsugi/src/weights/pallet_identity.rs index d856d4081c..fe664db4c4 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_identity.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_identity.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_identity //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -43,14 +43,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn add_registrar (r: u32, ) -> Weight { + fn add_registrar (_r: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `32 + r * (57 ±0)` + // Measured: `30 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 22_986_000 picoseconds. - Weight::from_parts(24_181_833, 2626) - // Standard Error: 4_421 - .saturating_add(Weight::from_parts(159_851, 0).saturating_mul(r.into())) + // Minimum execution time: 55_555_000 picoseconds. + Weight::from_parts(169_820_000, 2626) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -62,14 +60,14 @@ 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: `1017 + r * (12 ±0)` + // Measured: `1028 + r * (12 ±0)` // Estimated: `11003` - // Minimum execution time: 65_391_000 picoseconds. - Weight::from_parts(69_077_970, 11003) - // Standard Error: 100_599 - .saturating_add(Weight::from_parts(449_513, 0).saturating_mul(r.into())) - // Standard Error: 19_134 - .saturating_add(Weight::from_parts(1_062_920, 0).saturating_mul(x.into())) + // Minimum execution time: 167_738_000 picoseconds. + Weight::from_parts(157_888_000, 11003) + // Standard Error: 625_315 + .saturating_add(Weight::from_parts(492_500, 0).saturating_mul(r.into())) + // Standard Error: 118_810 + .saturating_add(Weight::from_parts(2_008_845, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -82,19 +80,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn set_subs_new (s: u32, ) -> Weight { + fn set_subs_new (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `637` - // Estimated: `11003 + s * (2589 ±0)` - // Minimum execution time: 17_816_000 picoseconds. - Weight::from_parts(55_350_473, 11003) - // Standard Error: 13_184 - .saturating_add(Weight::from_parts(6_219_407, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) - .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into())) + // Measured: `101 + s * (5 ±0)` + // Estimated: `259890` + // Minimum execution time: 43_707_000 picoseconds. + Weight::from_parts(1_277_143_000, 259890) + .saturating_add(T::DbWeight::get().reads(103_u64)) + .saturating_add(T::DbWeight::get().writes(102_u64)) } /// Storage: Identity IdentityOf (r:1 w:0) /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) @@ -105,17 +98,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity SuperOf (r:0 w:100) /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen) /// The range of component `p` is `[0, 100]`. - fn set_subs_old (p: u32, ) -> Weight { + fn set_subs_old (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `730 + p * (32 ±0)` + // Measured: `101 + p * (38 ±0)` // Estimated: `11003` - // Minimum execution time: 18_006_000 picoseconds. - Weight::from_parts(46_076_762, 11003) - // Standard Error: 8_675 - .saturating_add(Weight::from_parts(2_452_286, 0).saturating_mul(p.into())) + // Minimum execution time: 38_506_000 picoseconds. + Weight::from_parts(536_339_000, 11003) .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) + .saturating_add(T::DbWeight::get().writes(102_u64)) } /// Storage: Identity SubsOf (r:1 w:1) /// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen) @@ -128,18 +118,16 @@ 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: `1049 + r * (12 ±0) + s * (32 ±0) + x * (66 ±0)` + // Measured: `962 + r * (12 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 113_047_000 picoseconds. - Weight::from_parts(65_764_584, 11003) - // Standard Error: 31_578 - .saturating_add(Weight::from_parts(2_452_246, 0).saturating_mul(s.into())) - // Standard Error: 31_578 - .saturating_add(Weight::from_parts(545_909, 0).saturating_mul(x.into())) + // Minimum execution time: 257_024_000 picoseconds. + Weight::from_parts(341_677_210, 11003) + // Standard Error: 661_511 + .saturating_add(Weight::from_parts(3_723_523, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) } /// Storage: Identity Registrars (r:1 w:0) @@ -150,16 +138,14 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. - fn request_judgement (r: u32, x: u32, ) -> Weight { + fn request_judgement (r: u32, _x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `942 + r * (64 ±0) + x * (66 ±0)` + // Measured: `950 + r * (64 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 73_097_000 picoseconds. - Weight::from_parts(76_938_006, 11003) - // Standard Error: 59_507 - .saturating_add(Weight::from_parts(143_637, 0).saturating_mul(r.into())) - // Standard Error: 11_318 - .saturating_add(Weight::from_parts(1_036_500, 0).saturating_mul(x.into())) + // Minimum execution time: 322_456_000 picoseconds. + Weight::from_parts(400_831_526, 11003) + // Standard Error: 1_218_452 + .saturating_add(Weight::from_parts(673_473, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -169,58 +155,50 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `r` is `[1, 20]`. /// The range of component `x` is `[0, 100]`. - fn cancel_request (r: u32, x: u32, ) -> Weight { + fn cancel_request (_r: u32, x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `973 + r * (7 ±0) + x * (66 ±0)` + // Measured: `982 + r * (7 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 61_433_000 picoseconds. - Weight::from_parts(56_726_772, 11003) - // Standard Error: 87_425 - .saturating_add(Weight::from_parts(392_867, 0).saturating_mul(r.into())) - // Standard Error: 16_628 - .saturating_add(Weight::from_parts(1_113_492, 0).saturating_mul(x.into())) + // Minimum execution time: 196_474_000 picoseconds. + Weight::from_parts(1_082_166_105, 11003) + // Standard Error: 267_956 + .saturating_add(Weight::from_parts(1_712_605, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn set_fee (r: u32, ) -> Weight { + fn set_fee (_r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 14_549_000 picoseconds. - Weight::from_parts(15_310_600, 2626) - // Standard Error: 2_952 - .saturating_add(Weight::from_parts(142_391, 0).saturating_mul(r.into())) + // Minimum execution time: 35_386_000 picoseconds. + Weight::from_parts(47_073_000, 2626) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn set_account_id (r: u32, ) -> Weight { + fn set_account_id (_r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 14_779_000 picoseconds. - Weight::from_parts(15_555_149, 2626) - // Standard Error: 3_115 - .saturating_add(Weight::from_parts(133_559, 0).saturating_mul(r.into())) + // Minimum execution time: 33_975_000 picoseconds. + Weight::from_parts(49_800_000, 2626) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Identity Registrars (r:1 w:1) /// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen) /// The range of component `r` is `[1, 19]`. - fn set_fields (r: u32, ) -> Weight { + fn set_fields (_r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `89 + r * (57 ±0)` // Estimated: `2626` - // Minimum execution time: 14_950_000 picoseconds. - Weight::from_parts(15_454_648, 2626) - // Standard Error: 5_499 - .saturating_add(Weight::from_parts(143_851, 0).saturating_mul(r.into())) + // Minimum execution time: 37_919_000 picoseconds. + Weight::from_parts(50_548_000, 2626) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -232,14 +210,14 @@ 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: `445 + r * (57 ±0) + x * (66 ±0)` + // Measured: `443 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 43_538_000 picoseconds. - Weight::from_parts(42_981_123, 11003) - // Standard Error: 10_221 - .saturating_add(Weight::from_parts(122_856, 0).saturating_mul(r.into())) - // Standard Error: 1_846 - .saturating_add(Weight::from_parts(1_731_196, 0).saturating_mul(x.into())) + // Minimum execution time: 112_577_000 picoseconds. + Weight::from_parts(81_001_111, 11003) + // Standard Error: 2_411_399 + .saturating_add(Weight::from_parts(1_661_888, 0).saturating_mul(r.into())) + // Standard Error: 434_051 + .saturating_add(Weight::from_parts(2_835_730, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -256,20 +234,18 @@ 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 kill_identity (r: u32, s: u32, x: u32, ) -> Weight { + fn kill_identity (r: u32, s: u32, _x: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1133 + r * (8 ±0) + s * (32 ±0) + x * (66 ±0)` + // Measured: `1009 + r * (10 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `11003` - // Minimum execution time: 139_149_000 picoseconds. - Weight::from_parts(78_040_120, 11003) - // Standard Error: 90_340 - .saturating_add(Weight::from_parts(364_164, 0).saturating_mul(r.into())) - // Standard Error: 17_070 - .saturating_add(Weight::from_parts(2_466_284, 0).saturating_mul(s.into())) - // Standard Error: 17_070 - .saturating_add(Weight::from_parts(592_129, 0).saturating_mul(x.into())) + // Minimum execution time: 888_331_000 picoseconds. + Weight::from_parts(750_243_894, 11003) + // Standard Error: 42_133_890 + .saturating_add(Weight::from_parts(105_105_771, 0).saturating_mul(r.into())) + // Standard Error: 8_005_439 + .saturating_add(Weight::from_parts(8_343_806, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + .saturating_add(T::DbWeight::get().writes(3_u64)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) } /// Storage: Identity IdentityOf (r:1 w:0) @@ -281,14 +257,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[0, 99]`. - fn add_sub (s: u32, ) -> Weight { + fn add_sub (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1011 + s * (36 ±0)` + // Measured: `657 + s * (39 ±0)` // Estimated: `11003` - // Minimum execution time: 66_964_000 picoseconds. - Weight::from_parts(73_507_098, 11003) - // Standard Error: 2_409 - .saturating_add(Weight::from_parts(83_629, 0).saturating_mul(s.into())) + // Minimum execution time: 144_851_000 picoseconds. + Weight::from_parts(174_735_000, 11003) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -297,14 +271,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Identity SuperOf (r:1 w:1) /// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen) /// The range of component `s` is `[1, 100]`. - fn rename_sub (s: u32, ) -> Weight { + fn rename_sub (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `591 + s * (3 ±0)` + // Measured: `269 + s * (5 ±0)` // Estimated: `11003` - // Minimum execution time: 23_928_000 picoseconds. - Weight::from_parts(26_136_297, 11003) - // Standard Error: 932 - .saturating_add(Weight::from_parts(17_948, 0).saturating_mul(s.into())) + // Minimum execution time: 45_301_000 picoseconds. + Weight::from_parts(71_524_000, 11003) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -317,14 +289,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[1, 100]`. - fn remove_sub (s: u32, ) -> Weight { + fn remove_sub (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1174 + s * (35 ±0)` + // Measured: `872 + s * (37 ±0)` // Estimated: `11003` - // Minimum execution time: 64_009_000 picoseconds. - Weight::from_parts(68_461_962, 11003) - // Standard Error: 2_247 - .saturating_add(Weight::from_parts(68_630, 0).saturating_mul(s.into())) + // Minimum execution time: 148_304_000 picoseconds. + Weight::from_parts(165_234_000, 11003) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -335,14 +305,12 @@ impl pallet_identity::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:2 w:2) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[0, 99]`. - fn quit_sub (s: u32, ) -> Weight { + fn quit_sub (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1100 + s * (37 ±0)` + // Measured: `850 + s * (38 ±0)` // Estimated: `6723` - // Minimum execution time: 106_002_000 picoseconds. - Weight::from_parts(110_225_941, 6723) - // Standard Error: 2_866 - .saturating_add(Weight::from_parts(73_759, 0).saturating_mul(s.into())) + // Minimum execution time: 221_999_000 picoseconds. + Weight::from_parts(236_352_000, 6723) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/pallet_membership.rs b/parachain/runtime/kintsugi/src/weights/pallet_membership.rs index 26f19606c7..99dec67428 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_membership.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_membership.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_membership //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -49,17 +49,14 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 99]`. - fn add_member (m: u32, ) -> Weight { + fn add_member (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `135 + m * (64 ±0)` - // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 28_968_000 picoseconds. - Weight::from_parts(30_406_093, 4687) - // Standard Error: 1_278 - .saturating_add(Weight::from_parts(49_047, 0).saturating_mul(m.into())) + // Measured: `132 + m * (64 ±0)` + // Estimated: `7958` + // Minimum execution time: 58_417_000 picoseconds. + Weight::from_parts(73_347_000, 7958) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -72,17 +69,14 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[2, 100]`. - fn remove_member (m: u32, ) -> Weight { + fn remove_member (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `239 + m * (64 ±0)` - // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 33_617_000 picoseconds. - Weight::from_parts(35_067_538, 4687) - // Standard Error: 993 - .saturating_add(Weight::from_parts(39_985, 0).saturating_mul(m.into())) + // Measured: `238 + m * (64 ±0)` + // Estimated: `8126` + // Minimum execution time: 65_359_000 picoseconds. + Weight::from_parts(80_117_000, 8126) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -95,17 +89,14 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[2, 100]`. - fn swap_member (m: u32, ) -> Weight { + fn swap_member (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `239 + m * (64 ±0)` - // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 33_948_000 picoseconds. - Weight::from_parts(35_532_376, 4687) - // Standard Error: 1_402 - .saturating_add(Weight::from_parts(59_658, 0).saturating_mul(m.into())) + // Measured: `238 + m * (64 ±0)` + // Estimated: `8126` + // Minimum execution time: 82_518_000 picoseconds. + Weight::from_parts(96_058_000, 8126) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -118,17 +109,14 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn reset_member (m: u32, ) -> Weight { + fn reset_member (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `239 + m * (64 ±0)` - // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 33_547_000 picoseconds. - Weight::from_parts(36_327_634, 4687) - // Standard Error: 2_341 - .saturating_add(Weight::from_parts(204_204, 0).saturating_mul(m.into())) + // Measured: `236 + m * (64 ±0)` + // Estimated: `8126` + // Minimum execution time: 68_594_000 picoseconds. + Weight::from_parts(113_153_000, 8126) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -141,17 +129,14 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn change_key (m: u32, ) -> Weight { + fn change_key (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `239 + m * (64 ±0)` - // Estimated: `4687 + m * (64 ±0)` - // Minimum execution time: 35_011_000 picoseconds. - Weight::from_parts(29_075_546, 4687) - // Standard Error: 51_828 - .saturating_add(Weight::from_parts(376_828, 0).saturating_mul(m.into())) + // Measured: `236 + m * (64 ±0)` + // Estimated: `8126` + // Minimum execution time: 70_247_000 picoseconds. + Weight::from_parts(78_396_000, 8126) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) - .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:0) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -160,31 +145,26 @@ impl pallet_membership::WeightInfo for WeightInfo { /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn set_prime (m: u32, ) -> Weight { + fn set_prime (_m: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `31 + m * (32 ±0)` - // Estimated: `4687 + m * (32 ±0)` - // Minimum execution time: 13_086_000 picoseconds. - Weight::from_parts(13_651_393, 4687) - // Standard Error: 319 - .saturating_add(Weight::from_parts(10_056, 0).saturating_mul(m.into())) + // Measured: `29 + m * (32 ±0)` + // Estimated: `4687` + // Minimum execution time: 23_278_000 picoseconds. + Weight::from_parts(27_096_000, 4687) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalMembership Prime (r:0 w:1) /// Proof: TechnicalMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) /// Storage: TechnicalCommittee Prime (r:0 w:1) /// Proof Skipped: TechnicalCommittee Prime (max_values: Some(1), max_size: None, mode: Measured) /// The range of component `m` is `[1, 100]`. - fn clear_prime (m: u32, ) -> Weight { + fn clear_prime (_m: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_604_000 picoseconds. - Weight::from_parts(6_889_967, 0) - // Standard Error: 177 - .saturating_add(Weight::from_parts(140, 0).saturating_mul(m.into())) + // Minimum execution time: 13_134_000 picoseconds. + Weight::from_parts(13_259_000, 0) .saturating_add(T::DbWeight::get().writes(2_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/pallet_multisig.rs b/parachain/runtime/kintsugi/src/weights/pallet_multisig.rs index ed467fcc23..d1ad04d799 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_multisig.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_multisig.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_multisig //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -41,14 +41,12 @@ pub struct WeightInfo(PhantomData); impl pallet_multisig::WeightInfo for WeightInfo { /// The range of component `z` is `[0, 10000]`. - fn as_multi_threshold_1 (z: u32, ) -> Weight { + fn as_multi_threshold_1 (_z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 19_699_000 picoseconds. - Weight::from_parts(20_731_704, 0) - // Standard Error: 31 - .saturating_add(Weight::from_parts(849, 0).saturating_mul(z.into())) + // Minimum execution time: 75_853_000 picoseconds. + Weight::from_parts(82_715_000, 0) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -58,14 +56,14 @@ 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: `785 + s * (2 ±0)` + // Measured: `622 + s * (4 ±0)` // Estimated: `6811` - // Minimum execution time: 75_772_000 picoseconds. - Weight::from_parts(64_296_985, 6811) - // Standard Error: 4_662 - .saturating_add(Weight::from_parts(128_896, 0).saturating_mul(s.into())) - // Standard Error: 45 - .saturating_add(Weight::from_parts(1_998, 0).saturating_mul(z.into())) + // Minimum execution time: 200_974_000 picoseconds. + Weight::from_parts(162_062_673, 6811) + // Standard Error: 460_159 + .saturating_add(Weight::from_parts(428_663, 0).saturating_mul(s.into())) + // Standard Error: 4_509 + .saturating_add(Weight::from_parts(3_805, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -73,16 +71,14 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[3, 100]`. /// The range of component `z` is `[0, 10000]`. - fn as_multi_approve (s: u32, z: u32, ) -> Weight { + fn as_multi_approve (s: u32, _z: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `210` // Estimated: `6811` - // Minimum execution time: 44_058_000 picoseconds. - Weight::from_parts(35_694_610, 6811) - // Standard Error: 8_198 - .saturating_add(Weight::from_parts(94_572, 0).saturating_mul(s.into())) - // Standard Error: 80 - .saturating_add(Weight::from_parts(2_060, 0).saturating_mul(z.into())) + // Minimum execution time: 101_813_000 picoseconds. + Weight::from_parts(143_318_680, 6811) + // Standard Error: 66_746 + .saturating_add(Weight::from_parts(336_773, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -92,16 +88,14 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. /// The range of component `z` is `[0, 10000]`. - fn as_multi_complete (s: u32, z: u32, ) -> Weight { + fn as_multi_complete (s: u32, _z: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `927 + s * (34 ±0)` + // Measured: `764 + s * (36 ±0)` // Estimated: `6811` - // Minimum execution time: 76_092_000 picoseconds. - Weight::from_parts(65_547_375, 6811) - // Standard Error: 7_511 - .saturating_add(Weight::from_parts(130_275, 0).saturating_mul(s.into())) - // Standard Error: 73 - .saturating_add(Weight::from_parts(1_958, 0).saturating_mul(z.into())) + // Minimum execution time: 152_811_000 picoseconds. + Weight::from_parts(414_831_183, 6811) + // Standard Error: 181_617 + .saturating_add(Weight::from_parts(668_908, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -110,28 +104,24 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. - fn approve_as_multi_create (s: u32, ) -> Weight { + fn approve_as_multi_create (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `785 + s * (2 ±0)` + // Measured: `622 + s * (4 ±0)` // Estimated: `6811` - // Minimum execution time: 60_962_000 picoseconds. - Weight::from_parts(64_772_974, 6811) - // Standard Error: 5_069 - .saturating_add(Weight::from_parts(139_789, 0).saturating_mul(s.into())) + // Minimum execution time: 183_233_000 picoseconds. + Weight::from_parts(1_844_621_000, 6811) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. - fn approve_as_multi_approve (s: u32, ) -> Weight { + fn approve_as_multi_approve (_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `210` // Estimated: `6811` - // Minimum execution time: 33_758_000 picoseconds. - Weight::from_parts(35_053_040, 6811) - // Standard Error: 2_247 - .saturating_add(Weight::from_parts(84_131, 0).saturating_mul(s.into())) + // Minimum execution time: 75_771_000 picoseconds. + Weight::from_parts(117_236_000, 6811) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -140,14 +130,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `s` is `[2, 100]`. - fn cancel_as_multi (s: u32, ) -> Weight { + fn cancel_as_multi (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `991 + s * (2 ±0)` + // Measured: `828 + s * (4 ±0)` // Estimated: `6811` - // Minimum execution time: 57_826_000 picoseconds. - Weight::from_parts(59_602_564, 6811) - // Standard Error: 1_749 - .saturating_add(Weight::from_parts(85_294, 0).saturating_mul(s.into())) + // Minimum execution time: 127_793_000 picoseconds. + Weight::from_parts(159_989_000, 6811) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/pallet_preimage.rs b/parachain/runtime/kintsugi/src/weights/pallet_preimage.rs index de92679776..323e7b3c1f 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_preimage.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_preimage.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_preimage //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -47,14 +47,12 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// Storage: Preimage PreimageFor (r:0 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. - fn note_preimage (s: u32, ) -> Weight { + fn note_preimage (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `578` + // Measured: `598` // Estimated: `3580` - // Minimum execution time: 56_944_000 picoseconds. - Weight::from_parts(57_275_000, 3580) - // Standard Error: 9 - .saturating_add(Weight::from_parts(2_434, 0).saturating_mul(s.into())) + // Minimum execution time: 142_580_000 picoseconds. + Weight::from_parts(45_230_336_000, 3580) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -63,14 +61,12 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// Storage: Preimage PreimageFor (r:0 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. - fn note_requested_preimage (s: u32, ) -> Weight { + fn note_requested_preimage (_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 30_802_000 picoseconds. - Weight::from_parts(31_073_000, 3556) - // Standard Error: 9 - .saturating_add(Weight::from_parts(2_454, 0).saturating_mul(s.into())) + // Minimum execution time: 85_748_000 picoseconds. + Weight::from_parts(18_670_199_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -79,14 +75,12 @@ impl pallet_preimage::WeightInfo for WeightInfo { /// Storage: Preimage PreimageFor (r:0 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: MaxEncodedLen) /// The range of component `s` is `[0, 4194304]`. - fn note_no_deposit_preimage (s: u32, ) -> Weight { + fn note_no_deposit_preimage (_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 29_569_000 picoseconds. - Weight::from_parts(29_820_000, 3556) - // Standard Error: 9 - .saturating_add(Weight::from_parts(2_407, 0).saturating_mul(s.into())) + // Minimum execution time: 69_552_000 picoseconds. + Weight::from_parts(19_672_088_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -98,10 +92,10 @@ 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: `724` + // Measured: `744` // Estimated: `3580` - // Minimum execution time: 80_381_000 picoseconds. - Weight::from_parts(82_065_000, 3580) + // Minimum execution time: 166_857_000 picoseconds. + Weight::from_parts(166_857_000, 3580) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -113,8 +107,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 50_932_000 picoseconds. - Weight::from_parts(51_904_000, 3556) + // Minimum execution time: 157_139_000 picoseconds. + Weight::from_parts(157_139_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -124,8 +118,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `188` // Estimated: `3556` - // Minimum execution time: 42_375_000 picoseconds. - Weight::from_parts(45_581_000, 3556) + // Minimum execution time: 91_997_000 picoseconds. + Weight::from_parts(91_997_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -135,8 +129,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 26_243_000 picoseconds. - Weight::from_parts(27_585_000, 3556) + // Minimum execution time: 57_466_000 picoseconds. + Weight::from_parts(57_466_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -146,8 +140,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `42` // Estimated: `3556` - // Minimum execution time: 24_670_000 picoseconds. - Weight::from_parts(25_682_000, 3556) + // Minimum execution time: 83_860_000 picoseconds. + Weight::from_parts(83_860_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -157,8 +151,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 15_211_000 picoseconds. - Weight::from_parts(15_431_000, 3556) + // Minimum execution time: 40_144_000 picoseconds. + Weight::from_parts(40_144_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -170,8 +164,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `144` // Estimated: `3556` - // Minimum execution time: 46_233_000 picoseconds. - Weight::from_parts(46_873_000, 3556) + // Minimum execution time: 109_454_000 picoseconds. + Weight::from_parts(109_454_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -181,8 +175,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 15_160_000 picoseconds. - Weight::from_parts(15_912_000, 3556) + // Minimum execution time: 43_644_000 picoseconds. + Weight::from_parts(43_644_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -192,8 +186,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `106` // Estimated: `3556` - // Minimum execution time: 15_311_000 picoseconds. - Weight::from_parts(15_792_000, 3556) + // Minimum execution time: 42_652_000 picoseconds. + Weight::from_parts(42_652_000, 3556) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/pallet_proxy.rs b/parachain/runtime/kintsugi/src/weights/pallet_proxy.rs index 14afb2498c..9f618e4e07 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_proxy.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_proxy.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_proxy //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -43,14 +43,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Storage: Proxy Proxies (r:1 w:0) /// Proof: Proxy Proxies (max_values: None, max_size: Some(1241), added: 3716, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn proxy (p: u32, ) -> Weight { + fn proxy (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `251 + p * (37 ±0)` + // Measured: `249 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 31_042_000 picoseconds. - Weight::from_parts(31_696_042, 4706) - // Standard Error: 1_810 - .saturating_add(Weight::from_parts(29_815, 0).saturating_mul(p.into())) + // Minimum execution time: 61_763_000 picoseconds. + Weight::from_parts(84_307_000, 4706) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -61,16 +59,14 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `a` is `[0, 31]`. /// The range of component `p` is `[1, 31]`. - fn proxy_announced (a: u32, p: u32, ) -> Weight { + fn proxy_announced (_a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1011 + a * (68 ±0) + p * (37 ±0)` + // Measured: `1065 + a * (68 ±0) + p * (35 ±0)` // Estimated: `5698` - // Minimum execution time: 68_858_000 picoseconds. - Weight::from_parts(71_304_525, 5698) - // Standard Error: 4_860 - .saturating_add(Weight::from_parts(292_426, 0).saturating_mul(a.into())) - // Standard Error: 5_028 - .saturating_add(Weight::from_parts(20_095, 0).saturating_mul(p.into())) + // Minimum execution time: 192_724_000 picoseconds. + Weight::from_parts(199_202_366, 5698) + // Standard Error: 550_503 + .saturating_add(Weight::from_parts(234_633, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -80,14 +76,16 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, 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: `926 + a * (68 ±0)` + // Measured: `981 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 45_691_000 picoseconds. - Weight::from_parts(46_976_313, 5698) - // Standard Error: 37_400 - .saturating_add(Weight::from_parts(429_525, 0).saturating_mul(a.into())) + // Minimum execution time: 113_500_000 picoseconds. + Weight::from_parts(68_030_750, 5698) + // Standard Error: 1_469_365 + .saturating_add(Weight::from_parts(1_808_532, 0).saturating_mul(a.into())) + // Standard Error: 1_518_344 + .saturating_add(Weight::from_parts(1_466_750, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -99,14 +97,14 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// The range of component `p` is `[1, 31]`. fn reject_announcement (a: u32, p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `926 + a * (68 ±0)` + // Measured: `981 + a * (68 ±0)` // Estimated: `5698` - // Minimum execution time: 45_441_000 picoseconds. - Weight::from_parts(47_659_912, 5698) - // Standard Error: 3_967 - .saturating_add(Weight::from_parts(304_018, 0).saturating_mul(a.into())) - // Standard Error: 4_105 - .saturating_add(Weight::from_parts(5_528, 0).saturating_mul(p.into())) + // Minimum execution time: 100_790_000 picoseconds. + Weight::from_parts(66_736_500, 5698) + // Standard Error: 972_965 + .saturating_add(Weight::from_parts(1_705_419, 0).saturating_mul(a.into())) + // Standard Error: 1_005_397 + .saturating_add(Weight::from_parts(1_098_500, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -120,14 +118,14 @@ 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: `943 + a * (68 ±0) + p * (37 ±0)` + // Measured: `916 + a * (70 ±0) + p * (35 ±0)` // Estimated: `5698` - // Minimum execution time: 69_500_000 picoseconds. - Weight::from_parts(71_450_204, 5698) - // Standard Error: 3_637 - .saturating_add(Weight::from_parts(294_087, 0).saturating_mul(a.into())) - // Standard Error: 3_763 - .saturating_add(Weight::from_parts(33_253, 0).saturating_mul(p.into())) + // Minimum execution time: 157_356_000 picoseconds. + Weight::from_parts(159_562_000, 5698) + // Standard Error: 7_069_281 + .saturating_add(Weight::from_parts(1_167_290, 0).saturating_mul(a.into())) + // Standard Error: 7_304_924 + .saturating_add(Weight::from_parts(2_843_000, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -136,14 +134,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn add_proxy (p: u32, ) -> Weight { + fn add_proxy (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `787 + p * (37 ±0)` + // Measured: `805 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 60_491_000 picoseconds. - Weight::from_parts(61_796_024, 4706) - // Standard Error: 5_264 - .saturating_add(Weight::from_parts(83_677, 0).saturating_mul(p.into())) + // Minimum execution time: 126_848_000 picoseconds. + Weight::from_parts(168_537_000, 4706) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -152,14 +148,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn remove_proxy (p: u32, ) -> Weight { + fn remove_proxy (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `787 + p * (37 ±0)` + // Measured: `805 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 52_626_000 picoseconds. - Weight::from_parts(54_526_510, 4706) - // Standard Error: 4_342 - .saturating_add(Weight::from_parts(94_311, 0).saturating_mul(p.into())) + // Minimum execution time: 112_580_000 picoseconds. + Weight::from_parts(131_802_000, 4706) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -168,14 +162,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) /// The range of component `p` is `[1, 31]`. - fn remove_proxies (p: u32, ) -> Weight { + fn remove_proxies (_p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `787 + p * (37 ±0)` + // Measured: `805 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 43_587_000 picoseconds. - Weight::from_parts(44_521_020, 4706) - // Standard Error: 2_924 - .saturating_add(Weight::from_parts(22_119, 0).saturating_mul(p.into())) + // Minimum execution time: 101_845_000 picoseconds. + Weight::from_parts(118_059_000, 4706) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -184,14 +176,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { /// Storage: Tokens Accounts (r:1 w:1) /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, 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: `799` + // Measured: `819` // Estimated: `4706` - // Minimum execution time: 64_509_000 picoseconds. - Weight::from_parts(65_543_540, 4706) - // Standard Error: 77_269 - .saturating_add(Weight::from_parts(318_410, 0).saturating_mul(p.into())) + // Minimum execution time: 159_861_000 picoseconds. + Weight::from_parts(772_766_000, 4706) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -202,10 +192,10 @@ 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: `857 + p * (37 ±0)` + // Measured: `876 + p * (37 ±0)` // Estimated: `4706` - // Minimum execution time: 45_491_000 picoseconds. - Weight::from_parts(49_718_434, 4706) + // Minimum execution time: 104_136_000 picoseconds. + Weight::from_parts(109_202_000, 4706) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/pallet_scheduler.rs b/parachain/runtime/kintsugi/src/weights/pallet_scheduler.rs index 44b6ba58ff..ad26012c28 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_scheduler.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_scheduler.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_scheduler //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,22 +46,20 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `31` // Estimated: `1489` - // Minimum execution time: 6_894_000 picoseconds. - Weight::from_parts(6_984_000, 1489) + // Minimum execution time: 18_609_000 picoseconds. + Weight::from_parts(18_609_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(23383), added: 25858, mode: MaxEncodedLen) /// The range of component `s` is `[0, 30]`. - fn service_agenda_base (s: u32, ) -> Weight { + fn service_agenda_base (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `78 + s * (177 ±0)` + // Measured: `4 + s * (179 ±0)` // Estimated: `26848` - // Minimum execution time: 6_663_000 picoseconds. - Weight::from_parts(11_579_469, 26848) - // Standard Error: 7_998 - .saturating_add(Weight::from_parts(1_246_104, 0).saturating_mul(s.into())) + // Minimum execution time: 17_666_000 picoseconds. + Weight::from_parts(99_643_000, 26848) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -69,25 +67,22 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_183_000 picoseconds. - Weight::from_parts(11_724_000, 0) + // Minimum execution time: 30_641_000 picoseconds. + Weight::from_parts(30_641_000, 0) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) /// Storage: Preimage StatusFor (r:1 w:1) /// Proof: Preimage StatusFor (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) /// The range of component `s` is `[128, 4194304]`. - fn service_task_fetched (s: u32, ) -> Weight { + fn service_task_fetched (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `179 + s * (1 ±0)` - // Estimated: `3644 + s * (1 ±0)` - // Minimum execution time: 37_595_000 picoseconds. - Weight::from_parts(37_886_000, 3644) - // Standard Error: 22 - .saturating_add(Weight::from_parts(1_735, 0).saturating_mul(s.into())) + // Measured: `172 + s * (1 ±0)` + // Estimated: `4197945` + // Minimum execution time: 90_963_000 picoseconds. + Weight::from_parts(14_972_451_000, 4197945) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) - .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) @@ -95,42 +90,40 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_689_000 picoseconds. - Weight::from_parts(14_970_000, 0) + // Minimum execution time: 43_844_000 picoseconds. + Weight::from_parts(43_844_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn service_task_periodic () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_463_000 picoseconds. - Weight::from_parts(11_683_000, 0) + // Minimum execution time: 31_539_000 picoseconds. + Weight::from_parts(31_539_000, 0) } fn execute_dispatch_signed () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_771_000 picoseconds. - Weight::from_parts(5_992_000, 0) + // Minimum execution time: 23_736_000 picoseconds. + Weight::from_parts(23_736_000, 0) } fn execute_dispatch_unsigned () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_961_000 picoseconds. - Weight::from_parts(6_042_000, 0) + // Minimum execution time: 28_886_000 picoseconds. + Weight::from_parts(28_886_000, 0) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(23383), added: 25858, mode: MaxEncodedLen) /// The range of component `s` is `[0, 29]`. - fn schedule (s: u32, ) -> Weight { + fn schedule (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `78 + s * (177 ±0)` + // Measured: `4 + s * (179 ±0)` // Estimated: `26848` - // Minimum execution time: 26_003_000 picoseconds. - Weight::from_parts(30_478_209, 26848) - // Standard Error: 8_002 - .saturating_add(Weight::from_parts(1_211_223, 0).saturating_mul(s.into())) + // Minimum execution time: 77_926_000 picoseconds. + Weight::from_parts(190_422_000, 26848) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -139,14 +132,12 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) /// The range of component `s` is `[1, 30]`. - fn cancel (s: u32, ) -> Weight { + fn cancel (_s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `78 + s * (177 ±0)` // Estimated: `26848` - // Minimum execution time: 32_545_000 picoseconds. - Weight::from_parts(31_295_302, 26848) - // Standard Error: 8_871 - .saturating_add(Weight::from_parts(2_180_262, 0).saturating_mul(s.into())) + // Minimum execution time: 83_261_000 picoseconds. + Weight::from_parts(236_679_000, 26848) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -155,14 +146,12 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(23383), added: 25858, mode: MaxEncodedLen) /// The range of component `s` is `[0, 29]`. - fn schedule_named (s: u32, ) -> Weight { + fn schedule_named (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `186 + s * (189 ±0)` + // Measured: `4 + s * (194 ±0)` // Estimated: `26848` - // Minimum execution time: 32_144_000 picoseconds. - Weight::from_parts(37_517_490, 26848) - // Standard Error: 13_180 - .saturating_add(Weight::from_parts(1_293_394, 0).saturating_mul(s.into())) + // Minimum execution time: 91_631_000 picoseconds. + Weight::from_parts(184_746_000, 26848) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -171,14 +160,12 @@ impl pallet_scheduler::WeightInfo for WeightInfo { /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(23383), added: 25858, mode: MaxEncodedLen) /// The range of component `s` is `[1, 30]`. - fn cancel_named (s: u32, ) -> Weight { + fn cancel_named (_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `217 + s * (188 ±0)` + // Measured: `98 + s * (192 ±0)` // Estimated: `26848` - // Minimum execution time: 35_391_000 picoseconds. - Weight::from_parts(35_199_015, 26848) - // Standard Error: 9_723 - .saturating_add(Weight::from_parts(2_176_761, 0).saturating_mul(s.into())) + // Minimum execution time: 146_572_000 picoseconds. + Weight::from_parts(226_600_000, 26848) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/pallet_timestamp.rs b/parachain/runtime/kintsugi/src/weights/pallet_timestamp.rs index 019b5e9462..762ca597bf 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_timestamp.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_timestamp.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -48,8 +48,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `166` // Estimated: `3631` - // Minimum execution time: 16_172_000 picoseconds. - Weight::from_parts(16_593_000, 3631) + // Minimum execution time: 56_082_000 picoseconds. + Weight::from_parts(56_082_000, 3631) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -57,7 +57,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `94` // Estimated: `0` - // Minimum execution time: 6_914_000 picoseconds. - Weight::from_parts(7_194_000, 0) + // Minimum execution time: 16_194_000 picoseconds. + Weight::from_parts(16_194_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/pallet_utility.rs b/parachain/runtime/kintsugi/src/weights/pallet_utility.rs index d362bba118..bbb25589b7 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_utility.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_utility.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -41,47 +41,41 @@ pub struct WeightInfo(PhantomData); impl pallet_utility::WeightInfo for WeightInfo { /// The range of component `c` is `[0, 1000]`. - fn batch (c: u32, ) -> Weight { + fn batch (_c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_058_000 picoseconds. - Weight::from_parts(14_189_000, 0) - // Standard Error: 4_520 - .saturating_add(Weight::from_parts(10_937_825, 0).saturating_mul(c.into())) + // Minimum execution time: 61_849_000 picoseconds. + Weight::from_parts(36_482_089_000, 0) } fn as_derivative () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_062_000 picoseconds. - Weight::from_parts(11_383_000, 0) + // Minimum execution time: 41_610_000 picoseconds. + Weight::from_parts(41_610_000, 0) } /// The range of component `c` is `[0, 1000]`. - fn batch_all (c: u32, ) -> Weight { + fn batch_all (_c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_068_000 picoseconds. - Weight::from_parts(20_266_041, 0) - // Standard Error: 6_485 - .saturating_add(Weight::from_parts(11_505_085, 0).saturating_mul(c.into())) + // Minimum execution time: 56_806_000 picoseconds. + Weight::from_parts(32_277_454_000, 0) } fn dispatch_as () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 19_228_000 picoseconds. - Weight::from_parts(20_481_000, 0) + // Minimum execution time: 57_573_000 picoseconds. + Weight::from_parts(57_573_000, 0) } /// The range of component `c` is `[0, 1000]`. - fn force_batch (c: u32, ) -> Weight { + fn force_batch (_c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_228_000 picoseconds. - Weight::from_parts(6_535_190, 0) - // Standard Error: 79_731 - .saturating_add(Weight::from_parts(11_047_964, 0).saturating_mul(c.into())) + // Minimum execution time: 53_027_000 picoseconds. + Weight::from_parts(28_118_370_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/pallet_xcm.rs b/parachain/runtime/kintsugi/src/weights/pallet_xcm.rs index e432f895ad..96c01b9e48 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_xcm.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_xcm.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_xcm //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -54,8 +54,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `107` // Estimated: `3572` - // Minimum execution time: 51_082_000 picoseconds. - Weight::from_parts(52_054_000, 3572) + // Minimum execution time: 165_105_000 picoseconds. + Weight::from_parts(165_105_000, 3572) .saturating_add(T::DbWeight::get().reads(5_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -67,8 +67,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `282` // Estimated: `3747` - // Minimum execution time: 56_533_000 picoseconds. - Weight::from_parts(58_086_000, 3747) + // Minimum execution time: 156_125_000 picoseconds. + Weight::from_parts(156_125_000, 3747) .saturating_add(T::DbWeight::get().reads(2_u64)) } /// Storage: ParachainInfo ParachainId (r:1 w:0) @@ -77,8 +77,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `69` // Estimated: `1489` - // Minimum execution time: 40_611_000 picoseconds. - Weight::from_parts(42_425_000, 1489) + // Minimum execution time: 106_665_000 picoseconds. + Weight::from_parts(106_665_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) } /// Storage: Benchmark Override (r:0 w:0) @@ -96,8 +96,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 19_199_000 picoseconds. - Weight::from_parts(19_539_000, 0) + // Minimum execution time: 54_909_000 picoseconds. + Weight::from_parts(54_909_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SafeXcmVersion (r:0 w:1) @@ -106,8 +106,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_563_000 picoseconds. - Weight::from_parts(6_774_000, 0) + // Minimum execution time: 24_987_000 picoseconds. + Weight::from_parts(24_987_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm VersionNotifiers (r:1 w:1) @@ -130,8 +130,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `107` // Estimated: `3572` - // Minimum execution time: 59_699_000 picoseconds. - Weight::from_parts(60_862_000, 3572) + // Minimum execution time: 228_003_000 picoseconds. + Weight::from_parts(228_003_000, 3572) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -153,8 +153,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `290` // Estimated: `3755` - // Minimum execution time: 59_269_000 picoseconds. - Weight::from_parts(60_111_000, 3755) + // Minimum execution time: 154_458_000 picoseconds. + Weight::from_parts(154_458_000, 3755) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -164,8 +164,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 6_423_000 picoseconds. - Weight::from_parts(6_623_000, 0) + // Minimum execution time: 24_140_000 picoseconds. + Weight::from_parts(24_140_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: PolkadotXcm SupportedVersion (r:4 w:2) @@ -174,8 +174,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `162` // Estimated: `11052` - // Minimum execution time: 32_595_000 picoseconds. - Weight::from_parts(33_016_000, 11052) + // Minimum execution time: 77_092_000 picoseconds. + Weight::from_parts(77_092_000, 11052) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -185,8 +185,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `166` // Estimated: `11056` - // Minimum execution time: 32_074_000 picoseconds. - Weight::from_parts(32_405_000, 11056) + // Minimum execution time: 105_825_000 picoseconds. + Weight::from_parts(105_825_000, 11056) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -196,8 +196,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `173` // Estimated: `13538` - // Minimum execution time: 33_587_000 picoseconds. - Weight::from_parts(34_449_000, 13538) + // Minimum execution time: 97_388_000 picoseconds. + Weight::from_parts(97_388_000, 13538) .saturating_add(T::DbWeight::get().reads(5_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:2 w:1) @@ -216,8 +216,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `174` // Estimated: `6114` - // Minimum execution time: 55_441_000 picoseconds. - Weight::from_parts(56_223_000, 6114) + // Minimum execution time: 135_378_000 picoseconds. + Weight::from_parts(135_378_000, 6114) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -227,8 +227,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `206` // Estimated: `8621` - // Minimum execution time: 18_367_000 picoseconds. - Weight::from_parts(18_698_000, 8621) + // Minimum execution time: 45_445_000 picoseconds. + Weight::from_parts(45_445_000, 8621) .saturating_add(T::DbWeight::get().reads(3_u64)) } /// Storage: PolkadotXcm VersionNotifyTargets (r:4 w:2) @@ -237,8 +237,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `173` // Estimated: `11063` - // Minimum execution time: 31_713_000 picoseconds. - Weight::from_parts(32_324_000, 11063) + // Minimum execution time: 451_446_000 picoseconds. + Weight::from_parts(451_446_000, 11063) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -258,8 +258,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `177` // Estimated: `11067` - // Minimum execution time: 68_216_000 picoseconds. - Weight::from_parts(68_848_000, 11067) + // Minimum execution time: 182_591_000 picoseconds. + Weight::from_parts(182_591_000, 11067) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/pallet_xcm_benchmarks_fungible.rs b/parachain/runtime/kintsugi/src/weights/pallet_xcm_benchmarks_fungible.rs index fe7d553d49..15c2eb6d5f 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_xcm_benchmarks_fungible.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_xcm_benchmarks_fungible.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_xcm_benchmarks::fungible //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -48,10 +48,10 @@ impl WeightInfo { /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) pub fn withdraw_asset () -> Weight { // Proof Size summary in bytes: - // Measured: `761` - // Estimated: `4226` - // Minimum execution time: 54_249_000 picoseconds. - Weight::from_parts(55_932_000, 4226) + // Measured: `781` + // Estimated: `4246` + // Minimum execution time: 270_121_000 picoseconds. + Weight::from_parts(270_121_000, 4246) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -61,10 +61,10 @@ impl WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) pub fn transfer_asset () -> Weight { // Proof Size summary in bytes: - // Measured: `715` + // Measured: `735` // Estimated: `6196` - // Minimum execution time: 72_435_000 picoseconds. - Weight::from_parts(73_036_000, 6196) + // Minimum execution time: 170_789_000 picoseconds. + Weight::from_parts(170_789_000, 6196) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -86,10 +86,10 @@ impl WeightInfo { /// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured) pub fn transfer_reserve_asset () -> Weight { // Proof Size summary in bytes: - // Measured: `891` + // Measured: `911` // Estimated: `6196` - // Minimum execution time: 112_976_000 picoseconds. - Weight::from_parts(114_389_000, 6196) + // Minimum execution time: 290_030_000 picoseconds. + Weight::from_parts(290_030_000, 6196) .saturating_add(T::DbWeight::get().reads(10_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -101,10 +101,10 @@ impl WeightInfo { /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) pub fn deposit_asset () -> Weight { // Proof Size summary in bytes: - // Measured: `513` + // Measured: `533` // Estimated: `3593` - // Minimum execution time: 58_737_000 picoseconds. - Weight::from_parts(60_220_000, 3593) + // Minimum execution time: 238_016_000 picoseconds. + Weight::from_parts(238_016_000, 3593) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -128,10 +128,10 @@ impl WeightInfo { /// Proof Skipped: ParachainSystem PendingUpwardMessages (max_values: Some(1), max_size: None, mode: Measured) pub fn deposit_reserve_asset () -> Weight { // Proof Size summary in bytes: - // Measured: `689` - // Estimated: `4154` - // Minimum execution time: 105_722_000 picoseconds. - Weight::from_parts(107_395_000, 4154) + // Measured: `709` + // Estimated: `4174` + // Minimum execution time: 345_173_000 picoseconds. + Weight::from_parts(345_173_000, 4174) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } @@ -151,8 +151,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 50_992_000 picoseconds. - Weight::from_parts(52_284_000, 3641) + // Minimum execution time: 157_726_000 picoseconds. + Weight::from_parts(157_726_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/pallet_xcm_benchmarks_generic.rs b/parachain/runtime/kintsugi/src/weights/pallet_xcm_benchmarks_generic.rs index 397efb636a..23537a245d 100644 --- a/parachain/runtime/kintsugi/src/weights/pallet_xcm_benchmarks_generic.rs +++ b/parachain/runtime/kintsugi/src/weights/pallet_xcm_benchmarks_generic.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for pallet_xcm_benchmarks::generic //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -56,8 +56,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 107_866_000 picoseconds. - Weight::from_parts(109_589_000, 3641) + // Minimum execution time: 412_952_000 picoseconds. + Weight::from_parts(412_952_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -65,8 +65,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_166_000 picoseconds. - Weight::from_parts(3_868_000, 0) + // Minimum execution time: 21_616_000 picoseconds. + Weight::from_parts(21_616_000, 0) } /// Storage: PolkadotXcm Queries (r:1 w:0) /// Proof Skipped: PolkadotXcm Queries (max_values: None, max_size: None, mode: Measured) @@ -74,16 +74,16 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3568` - // Minimum execution time: 19_479_000 picoseconds. - Weight::from_parts(20_210_000, 3568) + // Minimum execution time: 56_620_000 picoseconds. + Weight::from_parts(56_620_000, 3568) .saturating_add(T::DbWeight::get().reads(1_u64)) } pub fn transact () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 11_463_000 picoseconds. - Weight::from_parts(12_274_000, 0) + // Minimum execution time: 54_037_000 picoseconds. + Weight::from_parts(54_037_000, 0) } /// Storage: ParachainInfo ParachainId (r:1 w:0) /// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -91,44 +91,44 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `69` // Estimated: `1489` - // Minimum execution time: 12_525_000 picoseconds. - Weight::from_parts(13_066_000, 1489) + // Minimum execution time: 45_726_000 picoseconds. + Weight::from_parts(45_726_000, 1489) .saturating_add(T::DbWeight::get().reads(1_u64)) } pub fn set_error_handler () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_507_000 picoseconds. - Weight::from_parts(3_607_000, 0) + // Minimum execution time: 17_736_000 picoseconds. + Weight::from_parts(17_736_000, 0) } pub fn set_appendix () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_796_000 picoseconds. - Weight::from_parts(3_637_000, 0) + // Minimum execution time: 16_199_000 picoseconds. + Weight::from_parts(16_199_000, 0) } pub fn clear_error () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_755_000 picoseconds. - Weight::from_parts(3_527_000, 0) + // Minimum execution time: 23_118_000 picoseconds. + Weight::from_parts(23_118_000, 0) } pub fn descend_origin () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_587_000 picoseconds. - Weight::from_parts(4_399_000, 0) + // Minimum execution time: 19_714_000 picoseconds. + Weight::from_parts(19_714_000, 0) } pub fn clear_origin () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_716_000 picoseconds. - Weight::from_parts(3_497_000, 0) + // Minimum execution time: 15_628_000 picoseconds. + Weight::from_parts(15_628_000, 0) } /// Storage: ParachainInfo ParachainId (r:1 w:0) /// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -146,8 +146,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 44_138_000 picoseconds. - Weight::from_parts(44_930_000, 3641) + // Minimum execution time: 140_492_000 picoseconds. + Weight::from_parts(140_492_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -157,8 +157,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `160` // Estimated: `3625` - // Minimum execution time: 26_774_000 picoseconds. - Weight::from_parts(27_084_000, 3625) + // Minimum execution time: 78_673_000 picoseconds. + Weight::from_parts(78_673_000, 3625) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -166,8 +166,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_905_000 picoseconds. - Weight::from_parts(3_507_000, 0) + // Minimum execution time: 17_056_000 picoseconds. + Weight::from_parts(17_056_000, 0) } /// Storage: PolkadotXcm VersionNotifyTargets (r:1 w:1) /// Proof Skipped: PolkadotXcm VersionNotifyTargets (max_values: None, max_size: None, mode: Measured) @@ -185,8 +185,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `107` // Estimated: `3572` - // Minimum execution time: 50_241_000 picoseconds. - Weight::from_parts(51_043_000, 3572) + // Minimum execution time: 135_196_000 picoseconds. + Weight::from_parts(135_196_000, 3572) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -196,8 +196,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_625_000 picoseconds. - Weight::from_parts(7_806_000, 0) + // Minimum execution time: 55_621_000 picoseconds. + Weight::from_parts(55_621_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: ParachainInfo ParachainId (r:1 w:0) @@ -216,8 +216,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 104_399_000 picoseconds. - Weight::from_parts(106_212_000, 3641) + // Minimum execution time: 254_220_000 picoseconds. + Weight::from_parts(254_220_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -225,36 +225,36 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 19_429_000 picoseconds. - Weight::from_parts(20_181_000, 0) + // Minimum execution time: 58_816_000 picoseconds. + Weight::from_parts(58_816_000, 0) } pub fn expect_asset () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_649_000 picoseconds. - Weight::from_parts(4_750_000, 0) + // Minimum execution time: 21_574_000 picoseconds. + Weight::from_parts(21_574_000, 0) } pub fn expect_origin () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_608_000 picoseconds. - Weight::from_parts(3_707_000, 0) + // Minimum execution time: 23_575_000 picoseconds. + Weight::from_parts(23_575_000, 0) } pub fn expect_error () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_716_000 picoseconds. - Weight::from_parts(3_477_000, 0) + // Minimum execution time: 15_162_000 picoseconds. + Weight::from_parts(15_162_000, 0) } pub fn expect_transact_status () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_798_000 picoseconds. - Weight::from_parts(3_858_000, 0) + // Minimum execution time: 59_139_000 picoseconds. + Weight::from_parts(59_139_000, 0) } /// Storage: ParachainInfo ParachainId (r:1 w:0) /// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -272,8 +272,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 67_836_000 picoseconds. - Weight::from_parts(69_259_000, 3641) + // Minimum execution time: 142_714_000 picoseconds. + Weight::from_parts(142_714_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -281,8 +281,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 23_076_000 picoseconds. - Weight::from_parts(23_518_000, 0) + // Minimum execution time: 54_556_000 picoseconds. + Weight::from_parts(54_556_000, 0) } /// Storage: ParachainInfo ParachainId (r:1 w:0) /// Proof: ParachainInfo ParachainId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -300,8 +300,8 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `176` // Estimated: `3641` - // Minimum execution time: 44_268_000 picoseconds. - Weight::from_parts(45_131_000, 3641) + // Minimum execution time: 115_367_000 picoseconds. + Weight::from_parts(115_367_000, 3641) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -309,35 +309,35 @@ impl WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_746_000 picoseconds. - Weight::from_parts(3_547_000, 0) + // Minimum execution time: 16_861_000 picoseconds. + Weight::from_parts(16_861_000, 0) } pub fn set_topic () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_665_000 picoseconds. - Weight::from_parts(3_467_000, 0) + // Minimum execution time: 23_516_000 picoseconds. + Weight::from_parts(23_516_000, 0) } pub fn clear_topic () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_266_000 picoseconds. - Weight::from_parts(3_467_000, 0) + // Minimum execution time: 19_736_000 picoseconds. + Weight::from_parts(19_736_000, 0) } pub fn set_fees_mode () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_786_000 picoseconds. - Weight::from_parts(3_447_000, 0) + // Minimum execution time: 24_904_000 picoseconds. + Weight::from_parts(24_904_000, 0) } pub fn unpaid_execution () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_537_000 picoseconds. - Weight::from_parts(3_657_000, 0) + // Minimum execution time: 17_940_000 picoseconds. + Weight::from_parts(17_940_000, 0) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/redeem.rs b/parachain/runtime/kintsugi/src/weights/redeem.rs index 65a6a95a0a..aa38a02d3e 100644 --- a/parachain/runtime/kintsugi/src/weights/redeem.rs +++ b/parachain/runtime/kintsugi/src/weights/redeem.rs @@ -2,30 +2,31 @@ //! Autogenerated weights for redeem //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-10-04, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `Nakuls-MacBook-Pro.local`, CPU: `` -//! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: // ./target/release/interbtc-parachain // benchmark // pallet // --pallet -// redeem +// * // --extrinsic // * +// --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 +// 1 // --template // .deploy/runtime-weight-template.hbs // --chain // kintsugi-dev // --output -// kintsugi_weights.rs +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -39,357 +40,357 @@ pub struct WeightInfo(PhantomData); impl redeem::WeightInfo for WeightInfo { - /// Storage: `Tokens::Accounts` (r:2 w:1) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `Fee::RedeemFee` (r:1 w:0) - /// Proof: `Fee::RedeemFee` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemTransactionSize` (r:1 w:0) - /// Proof: `Redeem::RedeemTransactionSize` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Oracle::Aggregate` (r:2 w:0) - /// Proof: `Oracle::Aggregate` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::Vaults` (r:1 w:1) - /// Proof: `VaultRegistry::Vaults` (`max_values`: None, `max_size`: Some(260), added: 2735, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemBtcDustValue` (r:1 w:0) - /// Proof: `Redeem::RedeemBtcDustValue` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::PremiumRedeemThreshold` (r:1 w:0) - /// Proof: `VaultRegistry::PremiumRedeemThreshold` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::Nonce` (r:1 w:0) - /// Proof: `VaultStaking::Nonce` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::TotalCurrentStake` (r:1 w:0) - /// Proof: `VaultStaking::TotalCurrentStake` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `Loans::UnderlyingAssetId` (r:1 w:0) - /// Proof: `Loans::UnderlyingAssetId` (`max_values`: None, `max_size`: Some(38), added: 2513, mode: `MaxEncodedLen`) - /// Storage: `Loans::Markets` (r:2 w:0) - /// Proof: `Loans::Markets` (`max_values`: None, `max_size`: Some(160), added: 2635, 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::LastAccruedInterestTime` (r:1 w:1) - /// Proof: `Loans::LastAccruedInterestTime` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:1 w:0) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalBorrows` (r:1 w:0) - /// Proof: `Loans::TotalBorrows` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalReserves` (r:1 w:0) - /// Proof: `Loans::TotalReserves` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::MinExchangeRate` (r:1 w:0) - /// Proof: `Loans::MinExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Loans::MaxExchangeRate` (r:1 w:0) - /// Proof: `Loans::MaxExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::SecureCollateralThreshold` (r:1 w:0) - /// Proof: `VaultRegistry::SecureCollateralThreshold` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `Fee::PremiumRedeemFee` (r:1 w:0) - /// Proof: `Fee::PremiumRedeemFee` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Security::Nonce` (r:1 w:1) - /// Proof: `Security::Nonce` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `System::ParentHash` (r:1 w:0) - /// Proof: `System::ParentHash` (`max_values`: Some(1), `max_size`: Some(32), added: 527, mode: `MaxEncodedLen`) - /// Storage: `Security::ActiveBlockCount` (r:1 w:0) - /// Proof: `Security::ActiveBlockCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemPeriod` (r:1 w:0) - /// Proof: `Redeem::RedeemPeriod` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::BestBlockHeight` (r:1 w:0) - /// Proof: `BTCRelay::BestBlockHeight` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemRequests` (r:0 w:1) - /// Proof: `Redeem::RedeemRequests` (`max_values`: None, `max_size`: Some(245), added: 2720, mode: `MaxEncodedLen`) + /// Storage: Tokens Accounts (r:2 w:1) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: Fee RedeemFee (r:1 w:0) + /// Proof: Fee RedeemFee (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Redeem RedeemTransactionSize (r:1 w:0) + /// Proof: Redeem RedeemTransactionSize (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Oracle Aggregate (r:2 w:0) + /// Proof: Oracle Aggregate (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) + /// Storage: VaultRegistry Vaults (r:1 w:1) + /// Proof: VaultRegistry Vaults (max_values: None, max_size: Some(260), added: 2735, mode: MaxEncodedLen) + /// Storage: Redeem RedeemBtcDustValue (r:1 w:0) + /// Proof: Redeem RedeemBtcDustValue (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Loans UnderlyingAssetId (r:1 w:0) + /// Proof: Loans UnderlyingAssetId (max_values: None, max_size: Some(38), added: 2513, mode: MaxEncodedLen) + /// Storage: Loans Markets (r:2 w:0) + /// Proof: Loans Markets (max_values: None, max_size: Some(160), added: 2635, 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 LastAccruedInterestTime (r:1 w:1) + /// Proof: Loans LastAccruedInterestTime (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:1 w:0) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Loans TotalBorrows (r:1 w:0) + /// Proof: Loans TotalBorrows (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans TotalReserves (r:1 w:0) + /// Proof: Loans TotalReserves (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans MinExchangeRate (r:1 w:0) + /// Proof: Loans MinExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Loans MaxExchangeRate (r:1 w:0) + /// Proof: Loans MaxExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Fee PremiumRedeemFee (r:1 w:0) + /// Proof: Fee PremiumRedeemFee (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: VaultRegistry SecureCollateralThreshold (r:1 w:0) + /// Proof: VaultRegistry SecureCollateralThreshold (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: VaultStaking Nonce (r:1 w:0) + /// Proof: VaultStaking Nonce (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: VaultStaking TotalCurrentStake (r:1 w:0) + /// Proof: VaultStaking TotalCurrentStake (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: Security Nonce (r:1 w:1) + /// Proof: Security Nonce (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: System ParentHash (r:1 w:0) + /// Proof: System ParentHash (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) + /// Storage: Security ActiveBlockCount (r:1 w:0) + /// Proof: Security ActiveBlockCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Redeem RedeemPeriod (r:1 w:0) + /// Proof: Redeem RedeemPeriod (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: BTCRelay BestBlockHeight (r:1 w:0) + /// Proof: BTCRelay BestBlockHeight (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Redeem RedeemRequests (r:0 w:1) + /// Proof: Redeem RedeemRequests (max_values: None, max_size: Some(245), added: 2720, mode: MaxEncodedLen) fn request_redeem () -> Weight { // Proof Size summary in bytes: - // Measured: `3307` + // Measured: `3209` // Estimated: `6260` - // Minimum execution time: 237_000_000 picoseconds. - Weight::from_parts(242_000_000, 6260) - .saturating_add(T::DbWeight::get().reads(29_u64)) + // Minimum execution time: 595_055_000 picoseconds. + Weight::from_parts(595_055_000, 6260) + .saturating_add(T::DbWeight::get().reads(28_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: `Tokens::Accounts` (r:3 w:3) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:1 w:1) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::LiquidationVault` (r:1 w:1) - /// Proof: `VaultRegistry::LiquidationVault` (`max_values`: None, `max_size`: Some(124), added: 2599, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::TotalUserVaultCollateral` (r:1 w:1) - /// Proof: `VaultRegistry::TotalUserVaultCollateral` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `Loans::UnderlyingAssetId` (r:1 w:0) - /// Proof: `Loans::UnderlyingAssetId` (`max_values`: None, `max_size`: Some(38), added: 2513, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplyState` (r:1 w:1) - /// Proof: `Loans::RewardSupplyState` (`max_values`: None, `max_size`: Some(47), added: 2522, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplySpeed` (r:1 w:0) - /// Proof: `Loans::RewardSupplySpeed` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplierIndex` (r:2 w:2) - /// Proof: `Loans::RewardSupplierIndex` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Loans::Markets` (r:1 w:0) - /// Proof: `Loans::Markets` (`max_values`: None, `max_size`: Some(160), added: 2635, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardAccrued` (r:2 w:2) - /// Proof: `Loans::RewardAccrued` (`max_values`: None, `max_size`: Some(64), added: 2539, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:1 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Loans::AccountDeposits` (r:1 w:0) - /// Proof: `Loans::AccountDeposits` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) + /// Storage: Tokens Accounts (r:3 w:3) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:1 w:1) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: VaultRegistry LiquidationVault (r:1 w:1) + /// Proof: VaultRegistry LiquidationVault (max_values: None, max_size: Some(124), added: 2599, mode: MaxEncodedLen) + /// Storage: VaultRegistry TotalUserVaultCollateral (r:1 w:1) + /// Proof: VaultRegistry TotalUserVaultCollateral (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: Loans UnderlyingAssetId (r:1 w:0) + /// Proof: Loans UnderlyingAssetId (max_values: None, max_size: Some(38), added: 2513, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplyState (r:1 w:1) + /// Proof: Loans RewardSupplyState (max_values: None, max_size: Some(47), added: 2522, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplySpeed (r:1 w:0) + /// Proof: Loans RewardSupplySpeed (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplierIndex (r:2 w:2) + /// Proof: Loans RewardSupplierIndex (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Loans Markets (r:1 w:0) + /// Proof: Loans Markets (max_values: None, max_size: Some(160), added: 2635, mode: MaxEncodedLen) + /// Storage: Loans RewardAccrued (r:2 w:2) + /// Proof: Loans RewardAccrued (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Loans AccountDeposits (r:1 w:0) + /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) fn liquidation_redeem () -> Weight { // Proof Size summary in bytes: // Measured: `2193` // Estimated: `8760` - // Minimum execution time: 145_000_000 picoseconds. - Weight::from_parts(147_000_000, 8760) + // Minimum execution time: 601_208_000 picoseconds. + Weight::from_parts(601_208_000, 8760) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(11_u64)) } - /// Storage: `Redeem::RedeemRequests` (r:1 w:1) - /// Proof: `Redeem::RedeemRequests` (`max_values`: None, `max_size`: Some(245), added: 2720, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::DisableInclusionCheck` (r:1 w:0) - /// Proof: `BTCRelay::DisableInclusionCheck` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::BestBlockHeight` (r:1 w:0) - /// Proof: `BTCRelay::BestBlockHeight` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::Chains` (r:1 w:0) - /// Proof: `BTCRelay::Chains` (`max_values`: None, `max_size`: Some(24), added: 2499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::BlockHeaders` (r:1 w:0) - /// Proof: `BTCRelay::BlockHeaders` (`max_values`: None, `max_size`: Some(200), added: 2675, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::StableBitcoinConfirmations` (r:1 w:0) - /// Proof: `BTCRelay::StableBitcoinConfirmations` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Security::ActiveBlockCount` (r:1 w:0) - /// Proof: `Security::ActiveBlockCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::StableParachainConfirmations` (r:1 w:0) - /// Proof: `BTCRelay::StableParachainConfirmations` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Tokens::Accounts` (r:1 w:1) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:1 w:1) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::Vaults` (r:1 w:1) - /// Proof: `VaultRegistry::Vaults` (`max_values`: None, `max_size`: Some(260), added: 2735, mode: `MaxEncodedLen`) + /// Storage: Redeem RedeemRequests (r:1 w:1) + /// Proof: Redeem RedeemRequests (max_values: None, max_size: Some(245), added: 2720, mode: MaxEncodedLen) + /// Storage: BTCRelay DisableInclusionCheck (r:1 w:0) + /// Proof: BTCRelay DisableInclusionCheck (max_values: Some(1), max_size: Some(1), added: 496, mode: MaxEncodedLen) + /// Storage: BTCRelay BestBlockHeight (r:1 w:0) + /// Proof: BTCRelay BestBlockHeight (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: BTCRelay Chains (r:1 w:0) + /// Proof: BTCRelay Chains (max_values: None, max_size: Some(24), added: 2499, mode: MaxEncodedLen) + /// Storage: BTCRelay BlockHeaders (r:1 w:0) + /// Proof: BTCRelay BlockHeaders (max_values: None, max_size: Some(200), added: 2675, mode: MaxEncodedLen) + /// Storage: BTCRelay StableBitcoinConfirmations (r:1 w:0) + /// Proof: BTCRelay StableBitcoinConfirmations (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Security ActiveBlockCount (r:1 w:0) + /// Proof: Security ActiveBlockCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: BTCRelay StableParachainConfirmations (r:1 w:0) + /// Proof: BTCRelay StableParachainConfirmations (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Tokens Accounts (r:1 w:1) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:1 w:1) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: VaultRegistry Vaults (r:1 w:1) + /// Proof: VaultRegistry Vaults (max_values: None, max_size: Some(260), added: 2735, mode: MaxEncodedLen) /// The range of component `h` is `[2, 10]`. /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[2, 3]`. /// The range of component `b` is `[541, 2048]`. - fn execute_redeem (h: u32, i: u32, _o: u32, _b: u32, ) -> Weight { + fn execute_redeem (h: u32, i: u32, o: u32, _b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `2315 + o * (1 ±0)` // Estimated: `3725` - // Minimum execution time: 92_000_000 picoseconds. - Weight::from_parts(98_367_431, 3725) - // Standard Error: 105_687 - .saturating_add(Weight::from_parts(1_774_333, 0).saturating_mul(h.into())) - // Standard Error: 95_278 - .saturating_add(Weight::from_parts(64_310, 0).saturating_mul(i.into())) + // Minimum execution time: 414_698_000 picoseconds. + Weight::from_parts(444_173_923, 3725) + // Standard Error: 5_285_244 + .saturating_add(Weight::from_parts(8_691_062, 0).saturating_mul(h.into())) + // Standard Error: 4_697_995 + .saturating_add(Weight::from_parts(4_524_500, 0).saturating_mul(i.into())) + // Standard Error: 42_281_958 + .saturating_add(Weight::from_parts(27_132_500, 0).saturating_mul(o.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } - /// Storage: `Redeem::RedeemRequests` (r:1 w:1) - /// Proof: `Redeem::RedeemRequests` (`max_values`: None, `max_size`: Some(245), added: 2720, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemPeriod` (r:1 w:0) - /// Proof: `Redeem::RedeemPeriod` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Security::ActiveBlockCount` (r:1 w:0) - /// Proof: `Security::ActiveBlockCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::BestBlockHeight` (r:1 w:0) - /// Proof: `BTCRelay::BestBlockHeight` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::Vaults` (r:1 w:1) - /// Proof: `VaultRegistry::Vaults` (`max_values`: None, `max_size`: Some(260), added: 2735, mode: `MaxEncodedLen`) - /// Storage: `Loans::UnderlyingAssetId` (r:1 w:0) - /// Proof: `Loans::UnderlyingAssetId` (`max_values`: None, `max_size`: Some(38), added: 2513, mode: `MaxEncodedLen`) - /// Storage: `Oracle::Aggregate` (r:1 w:0) - /// Proof: `Oracle::Aggregate` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) - /// Storage: `Loans::Markets` (r:2 w:0) - /// Proof: `Loans::Markets` (`max_values`: None, `max_size`: Some(160), added: 2635, 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::LastAccruedInterestTime` (r:1 w:1) - /// Proof: `Loans::LastAccruedInterestTime` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:2 w:1) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `Tokens::Accounts` (r:4 w:3) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:2 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalBorrows` (r:1 w:0) - /// Proof: `Loans::TotalBorrows` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalReserves` (r:1 w:0) - /// Proof: `Loans::TotalReserves` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::MinExchangeRate` (r:1 w:0) - /// Proof: `Loans::MinExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Loans::MaxExchangeRate` (r:1 w:0) - /// Proof: `Loans::MaxExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Fee::PunishmentFee` (r:1 w:0) - /// Proof: `Fee::PunishmentFee` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::Nonce` (r:1 w:0) - /// Proof: `VaultStaking::Nonce` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::TotalCurrentStake` (r:1 w:1) - /// Proof: `VaultStaking::TotalCurrentStake` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::TotalUserVaultCollateral` (r:1 w:1) - /// Proof: `VaultRegistry::TotalUserVaultCollateral` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::Stake` (r:1 w:1) - /// Proof: `VaultCapacity::Stake` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardPerToken` (r:2 w:0) - /// Proof: `VaultCapacity::RewardPerToken` (`max_values`: None, `max_size`: Some(59), added: 2534, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardTally` (r:2 w:2) - /// Proof: `VaultCapacity::RewardTally` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::TotalRewards` (r:2 w:2) - /// Proof: `VaultCapacity::TotalRewards` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::Stake` (r:1 w:1) - /// Proof: `VaultRewards::Stake` (`max_values`: None, `max_size`: Some(97), added: 2572, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardPerToken` (r:2 w:0) - /// Proof: `VaultRewards::RewardPerToken` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardTally` (r:2 w:2) - /// Proof: `VaultRewards::RewardTally` (`max_values`: None, `max_size`: Some(124), added: 2599, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::TotalRewards` (r:2 w:2) - /// Proof: `VaultRewards::TotalRewards` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Fee::Commission` (r:1 w:0) - /// Proof: `Fee::Commission` (`max_values`: None, `max_size`: Some(86), added: 2561, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::RewardPerToken` (r:2 w:2) - /// Proof: `VaultStaking::RewardPerToken` (`max_values`: None, `max_size`: Some(117), added: 2592, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::TotalStake` (r:1 w:0) - /// Proof: `VaultStaking::TotalStake` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::SlashPerToken` (r:1 w:1) - /// Proof: `VaultStaking::SlashPerToken` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::SecureCollateralThreshold` (r:1 w:0) - /// Proof: `VaultRegistry::SecureCollateralThreshold` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::TotalStake` (r:1 w:1) - /// Proof: `VaultRewards::TotalStake` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardCurrencies` (r:1 w:0) - /// Proof: `VaultRewards::RewardCurrencies` (`max_values`: None, `max_size`: Some(50), added: 2525, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::TotalStake` (r:1 w:1) - /// Proof: `VaultCapacity::TotalStake` (`max_values`: None, `max_size`: Some(32), added: 2507, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardCurrencies` (r:1 w:0) - /// Proof: `VaultCapacity::RewardCurrencies` (`max_values`: None, `max_size`: Some(39), added: 2514, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplyState` (r:1 w:1) - /// Proof: `Loans::RewardSupplyState` (`max_values`: None, `max_size`: Some(47), added: 2522, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplySpeed` (r:1 w:0) - /// Proof: `Loans::RewardSupplySpeed` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplierIndex` (r:2 w:2) - /// Proof: `Loans::RewardSupplierIndex` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardAccrued` (r:2 w:2) - /// Proof: `Loans::RewardAccrued` (`max_values`: None, `max_size`: Some(64), added: 2539, mode: `MaxEncodedLen`) - /// Storage: `Loans::AccountDeposits` (r:1 w:0) - /// Proof: `Loans::AccountDeposits` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::PunishmentDelay` (r:1 w:0) - /// Proof: `VaultRegistry::PunishmentDelay` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + /// Storage: Redeem RedeemRequests (r:1 w:1) + /// Proof: Redeem RedeemRequests (max_values: None, max_size: Some(245), added: 2720, mode: MaxEncodedLen) + /// Storage: Redeem RedeemPeriod (r:1 w:0) + /// Proof: Redeem RedeemPeriod (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Security ActiveBlockCount (r:1 w:0) + /// Proof: Security ActiveBlockCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: BTCRelay BestBlockHeight (r:1 w:0) + /// Proof: BTCRelay BestBlockHeight (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: VaultRegistry Vaults (r:1 w:1) + /// Proof: VaultRegistry Vaults (max_values: None, max_size: Some(260), added: 2735, mode: MaxEncodedLen) + /// Storage: Loans UnderlyingAssetId (r:1 w:0) + /// Proof: Loans UnderlyingAssetId (max_values: None, max_size: Some(38), added: 2513, mode: MaxEncodedLen) + /// Storage: Oracle Aggregate (r:1 w:0) + /// Proof: Oracle Aggregate (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) + /// Storage: Loans Markets (r:2 w:0) + /// Proof: Loans Markets (max_values: None, max_size: Some(160), added: 2635, 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 LastAccruedInterestTime (r:1 w:1) + /// Proof: Loans LastAccruedInterestTime (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:2 w:1) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: Tokens Accounts (r:4 w:3) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: System Account (r:2 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Loans TotalBorrows (r:1 w:0) + /// Proof: Loans TotalBorrows (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans TotalReserves (r:1 w:0) + /// Proof: Loans TotalReserves (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans MinExchangeRate (r:1 w:0) + /// Proof: Loans MinExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Loans MaxExchangeRate (r:1 w:0) + /// Proof: Loans MaxExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Fee PunishmentFee (r:1 w:0) + /// Proof: Fee PunishmentFee (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: VaultStaking Nonce (r:1 w:0) + /// Proof: VaultStaking Nonce (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: VaultStaking TotalCurrentStake (r:1 w:1) + /// Proof: VaultStaking TotalCurrentStake (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultRegistry TotalUserVaultCollateral (r:1 w:1) + /// Proof: VaultRegistry TotalUserVaultCollateral (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: VaultCapacity Stake (r:1 w:1) + /// Proof: VaultCapacity Stake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardPerToken (r:2 w:0) + /// Proof: VaultCapacity RewardPerToken (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardTally (r:2 w:2) + /// Proof: VaultCapacity RewardTally (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) + /// Storage: VaultCapacity TotalRewards (r:2 w:2) + /// Proof: VaultCapacity TotalRewards (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultRewards Stake (r:1 w:1) + /// Proof: VaultRewards Stake (max_values: None, max_size: Some(97), added: 2572, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardPerToken (r:2 w:0) + /// Proof: VaultRewards RewardPerToken (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardTally (r:2 w:2) + /// Proof: VaultRewards RewardTally (max_values: None, max_size: Some(124), added: 2599, mode: MaxEncodedLen) + /// Storage: VaultRewards TotalRewards (r:2 w:2) + /// Proof: VaultRewards TotalRewards (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Fee Commission (r:1 w:0) + /// Proof: Fee Commission (max_values: None, max_size: Some(86), added: 2561, mode: MaxEncodedLen) + /// Storage: VaultStaking RewardPerToken (r:2 w:2) + /// Proof: VaultStaking RewardPerToken (max_values: None, max_size: Some(117), added: 2592, mode: MaxEncodedLen) + /// Storage: VaultStaking TotalStake (r:1 w:0) + /// Proof: VaultStaking TotalStake (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultStaking SlashPerToken (r:1 w:1) + /// Proof: VaultStaking SlashPerToken (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultRegistry SecureCollateralThreshold (r:1 w:0) + /// Proof: VaultRegistry SecureCollateralThreshold (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: VaultRewards TotalStake (r:1 w:1) + /// Proof: VaultRewards TotalStake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardCurrencies (r:1 w:0) + /// Proof: VaultRewards RewardCurrencies (max_values: None, max_size: Some(50), added: 2525, mode: MaxEncodedLen) + /// Storage: VaultCapacity TotalStake (r:1 w:1) + /// Proof: VaultCapacity TotalStake (max_values: None, max_size: Some(32), added: 2507, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardCurrencies (r:1 w:0) + /// Proof: VaultCapacity RewardCurrencies (max_values: None, max_size: Some(39), added: 2514, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplyState (r:1 w:1) + /// Proof: Loans RewardSupplyState (max_values: None, max_size: Some(47), added: 2522, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplySpeed (r:1 w:0) + /// Proof: Loans RewardSupplySpeed (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplierIndex (r:2 w:2) + /// Proof: Loans RewardSupplierIndex (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Loans RewardAccrued (r:2 w:2) + /// Proof: Loans RewardAccrued (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) + /// Storage: Loans AccountDeposits (r:1 w:0) + /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: VaultRegistry PunishmentDelay (r:1 w:0) + /// Proof: VaultRegistry PunishmentDelay (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn cancel_redeem_reimburse () -> Weight { // Proof Size summary in bytes: // Measured: `5450` // Estimated: `11350` - // Minimum execution time: 437_000_000 picoseconds. - Weight::from_parts(444_000_000, 11350) + // Minimum execution time: 1_649_137_000 picoseconds. + Weight::from_parts(1_649_137_000, 11350) .saturating_add(T::DbWeight::get().reads(59_u64)) .saturating_add(T::DbWeight::get().writes(29_u64)) } - /// Storage: `Redeem::RedeemRequests` (r:1 w:1) - /// Proof: `Redeem::RedeemRequests` (`max_values`: None, `max_size`: Some(245), added: 2720, mode: `MaxEncodedLen`) - /// Storage: `Redeem::RedeemPeriod` (r:1 w:0) - /// Proof: `Redeem::RedeemPeriod` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Security::ActiveBlockCount` (r:1 w:0) - /// Proof: `Security::ActiveBlockCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `BTCRelay::BestBlockHeight` (r:1 w:0) - /// Proof: `BTCRelay::BestBlockHeight` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::Vaults` (r:1 w:1) - /// Proof: `VaultRegistry::Vaults` (`max_values`: None, `max_size`: Some(260), added: 2735, mode: `MaxEncodedLen`) - /// Storage: `Loans::UnderlyingAssetId` (r:1 w:0) - /// Proof: `Loans::UnderlyingAssetId` (`max_values`: None, `max_size`: Some(38), added: 2513, mode: `MaxEncodedLen`) - /// Storage: `Oracle::Aggregate` (r:1 w:0) - /// Proof: `Oracle::Aggregate` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) - /// Storage: `Loans::Markets` (r:2 w:0) - /// Proof: `Loans::Markets` (`max_values`: None, `max_size`: Some(160), added: 2635, 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::LastAccruedInterestTime` (r:1 w:1) - /// Proof: `Loans::LastAccruedInterestTime` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:1 w:0) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) - /// Storage: `Tokens::Accounts` (r:4 w:3) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:2 w:0) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalBorrows` (r:1 w:0) - /// Proof: `Loans::TotalBorrows` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::TotalReserves` (r:1 w:0) - /// Proof: `Loans::TotalReserves` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::MinExchangeRate` (r:1 w:0) - /// Proof: `Loans::MinExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Loans::MaxExchangeRate` (r:1 w:0) - /// Proof: `Loans::MaxExchangeRate` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `Fee::PunishmentFee` (r:1 w:0) - /// Proof: `Fee::PunishmentFee` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::Nonce` (r:1 w:0) - /// Proof: `VaultStaking::Nonce` (`max_values`: None, `max_size`: Some(74), added: 2549, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::TotalCurrentStake` (r:1 w:1) - /// Proof: `VaultStaking::TotalCurrentStake` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::TotalUserVaultCollateral` (r:1 w:1) - /// Proof: `VaultRegistry::TotalUserVaultCollateral` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::Stake` (r:1 w:1) - /// Proof: `VaultCapacity::Stake` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardPerToken` (r:2 w:0) - /// Proof: `VaultCapacity::RewardPerToken` (`max_values`: None, `max_size`: Some(59), added: 2534, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardTally` (r:2 w:2) - /// Proof: `VaultCapacity::RewardTally` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::TotalRewards` (r:2 w:2) - /// Proof: `VaultCapacity::TotalRewards` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::Stake` (r:1 w:1) - /// Proof: `VaultRewards::Stake` (`max_values`: None, `max_size`: Some(97), added: 2572, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardPerToken` (r:2 w:0) - /// Proof: `VaultRewards::RewardPerToken` (`max_values`: None, `max_size`: Some(70), added: 2545, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardTally` (r:2 w:2) - /// Proof: `VaultRewards::RewardTally` (`max_values`: None, `max_size`: Some(124), added: 2599, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::TotalRewards` (r:2 w:2) - /// Proof: `VaultRewards::TotalRewards` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Fee::Commission` (r:1 w:0) - /// Proof: `Fee::Commission` (`max_values`: None, `max_size`: Some(86), added: 2561, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::RewardPerToken` (r:2 w:2) - /// Proof: `VaultStaking::RewardPerToken` (`max_values`: None, `max_size`: Some(117), added: 2592, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::TotalStake` (r:1 w:0) - /// Proof: `VaultStaking::TotalStake` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultStaking::SlashPerToken` (r:1 w:1) - /// Proof: `VaultStaking::SlashPerToken` (`max_values`: None, `max_size`: Some(106), added: 2581, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::SecureCollateralThreshold` (r:1 w:0) - /// Proof: `VaultRegistry::SecureCollateralThreshold` (`max_values`: None, `max_size`: Some(54), added: 2529, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::TotalStake` (r:1 w:1) - /// Proof: `VaultRewards::TotalStake` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `VaultRewards::RewardCurrencies` (r:1 w:0) - /// Proof: `VaultRewards::RewardCurrencies` (`max_values`: None, `max_size`: Some(50), added: 2525, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::TotalStake` (r:1 w:1) - /// Proof: `VaultCapacity::TotalStake` (`max_values`: None, `max_size`: Some(32), added: 2507, mode: `MaxEncodedLen`) - /// Storage: `VaultCapacity::RewardCurrencies` (r:1 w:0) - /// Proof: `VaultCapacity::RewardCurrencies` (`max_values`: None, `max_size`: Some(39), added: 2514, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplyState` (r:1 w:1) - /// Proof: `Loans::RewardSupplyState` (`max_values`: None, `max_size`: Some(47), added: 2522, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplySpeed` (r:1 w:0) - /// Proof: `Loans::RewardSupplySpeed` (`max_values`: None, `max_size`: Some(43), added: 2518, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardSupplierIndex` (r:2 w:2) - /// Proof: `Loans::RewardSupplierIndex` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `Loans::RewardAccrued` (r:2 w:2) - /// Proof: `Loans::RewardAccrued` (`max_values`: None, `max_size`: Some(64), added: 2539, mode: `MaxEncodedLen`) - /// Storage: `Loans::AccountDeposits` (r:1 w:0) - /// Proof: `Loans::AccountDeposits` (`max_values`: None, `max_size`: Some(91), added: 2566, mode: `MaxEncodedLen`) - /// Storage: `VaultRegistry::PunishmentDelay` (r:1 w:0) - /// Proof: `VaultRegistry::PunishmentDelay` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + /// Storage: Redeem RedeemRequests (r:1 w:1) + /// Proof: Redeem RedeemRequests (max_values: None, max_size: Some(245), added: 2720, mode: MaxEncodedLen) + /// Storage: Redeem RedeemPeriod (r:1 w:0) + /// Proof: Redeem RedeemPeriod (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: Security ActiveBlockCount (r:1 w:0) + /// Proof: Security ActiveBlockCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: BTCRelay BestBlockHeight (r:1 w:0) + /// Proof: BTCRelay BestBlockHeight (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: VaultRegistry Vaults (r:1 w:1) + /// Proof: VaultRegistry Vaults (max_values: None, max_size: Some(260), added: 2735, mode: MaxEncodedLen) + /// Storage: Loans UnderlyingAssetId (r:1 w:0) + /// Proof: Loans UnderlyingAssetId (max_values: None, max_size: Some(38), added: 2513, mode: MaxEncodedLen) + /// Storage: Oracle Aggregate (r:1 w:0) + /// Proof: Oracle Aggregate (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) + /// Storage: Loans Markets (r:2 w:0) + /// Proof: Loans Markets (max_values: None, max_size: Some(160), added: 2635, 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 LastAccruedInterestTime (r:1 w:1) + /// Proof: Loans LastAccruedInterestTime (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:1 w:0) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) + /// Storage: Tokens Accounts (r:4 w:3) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: System Account (r:2 w:0) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + /// Storage: Loans TotalBorrows (r:1 w:0) + /// Proof: Loans TotalBorrows (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans TotalReserves (r:1 w:0) + /// Proof: Loans TotalReserves (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans MinExchangeRate (r:1 w:0) + /// Proof: Loans MinExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Loans MaxExchangeRate (r:1 w:0) + /// Proof: Loans MaxExchangeRate (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: Fee PunishmentFee (r:1 w:0) + /// Proof: Fee PunishmentFee (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: VaultStaking Nonce (r:1 w:0) + /// Proof: VaultStaking Nonce (max_values: None, max_size: Some(74), added: 2549, mode: MaxEncodedLen) + /// Storage: VaultStaking TotalCurrentStake (r:1 w:1) + /// Proof: VaultStaking TotalCurrentStake (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultRegistry TotalUserVaultCollateral (r:1 w:1) + /// Proof: VaultRegistry TotalUserVaultCollateral (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: VaultCapacity Stake (r:1 w:1) + /// Proof: VaultCapacity Stake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardPerToken (r:2 w:0) + /// Proof: VaultCapacity RewardPerToken (max_values: None, max_size: Some(59), added: 2534, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardTally (r:2 w:2) + /// Proof: VaultCapacity RewardTally (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) + /// Storage: VaultCapacity TotalRewards (r:2 w:2) + /// Proof: VaultCapacity TotalRewards (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultRewards Stake (r:1 w:1) + /// Proof: VaultRewards Stake (max_values: None, max_size: Some(97), added: 2572, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardPerToken (r:2 w:0) + /// Proof: VaultRewards RewardPerToken (max_values: None, max_size: Some(70), added: 2545, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardTally (r:2 w:2) + /// Proof: VaultRewards RewardTally (max_values: None, max_size: Some(124), added: 2599, mode: MaxEncodedLen) + /// Storage: VaultRewards TotalRewards (r:2 w:2) + /// Proof: VaultRewards TotalRewards (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Fee Commission (r:1 w:0) + /// Proof: Fee Commission (max_values: None, max_size: Some(86), added: 2561, mode: MaxEncodedLen) + /// Storage: VaultStaking RewardPerToken (r:2 w:2) + /// Proof: VaultStaking RewardPerToken (max_values: None, max_size: Some(117), added: 2592, mode: MaxEncodedLen) + /// Storage: VaultStaking TotalStake (r:1 w:0) + /// Proof: VaultStaking TotalStake (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultStaking SlashPerToken (r:1 w:1) + /// Proof: VaultStaking SlashPerToken (max_values: None, max_size: Some(106), added: 2581, mode: MaxEncodedLen) + /// Storage: VaultRegistry SecureCollateralThreshold (r:1 w:0) + /// Proof: VaultRegistry SecureCollateralThreshold (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) + /// Storage: VaultRewards TotalStake (r:1 w:1) + /// Proof: VaultRewards TotalStake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: VaultRewards RewardCurrencies (r:1 w:0) + /// Proof: VaultRewards RewardCurrencies (max_values: None, max_size: Some(50), added: 2525, mode: MaxEncodedLen) + /// Storage: VaultCapacity TotalStake (r:1 w:1) + /// Proof: VaultCapacity TotalStake (max_values: None, max_size: Some(32), added: 2507, mode: MaxEncodedLen) + /// Storage: VaultCapacity RewardCurrencies (r:1 w:0) + /// Proof: VaultCapacity RewardCurrencies (max_values: None, max_size: Some(39), added: 2514, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplyState (r:1 w:1) + /// Proof: Loans RewardSupplyState (max_values: None, max_size: Some(47), added: 2522, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplySpeed (r:1 w:0) + /// Proof: Loans RewardSupplySpeed (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) + /// Storage: Loans RewardSupplierIndex (r:2 w:2) + /// Proof: Loans RewardSupplierIndex (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: Loans RewardAccrued (r:2 w:2) + /// Proof: Loans RewardAccrued (max_values: None, max_size: Some(64), added: 2539, mode: MaxEncodedLen) + /// Storage: Loans AccountDeposits (r:1 w:0) + /// Proof: Loans AccountDeposits (max_values: None, max_size: Some(91), added: 2566, mode: MaxEncodedLen) + /// Storage: VaultRegistry PunishmentDelay (r:1 w:0) + /// Proof: VaultRegistry PunishmentDelay (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn cancel_redeem_retry () -> Weight { // Proof Size summary in bytes: // Measured: `5450` // Estimated: `11350` - // Minimum execution time: 399_000_000 picoseconds. - Weight::from_parts(401_000_000, 11350) + // Minimum execution time: 1_517_905_000 picoseconds. + Weight::from_parts(1_517_905_000, 11350) .saturating_add(T::DbWeight::get().reads(58_u64)) .saturating_add(T::DbWeight::get().writes(28_u64)) } - /// Storage: `Redeem::RedeemPeriod` (r:0 w:1) - /// Proof: `Redeem::RedeemPeriod` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + /// Storage: Redeem RedeemPeriod (r:0 w:1) + /// Proof: Redeem RedeemPeriod (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn set_redeem_period () -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_000_000 picoseconds. - Weight::from_parts(9_000_000, 0) + // Minimum execution time: 52_404_000 picoseconds. + Weight::from_parts(52_404_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: `VaultRegistry::Vaults` (r:1 w:1) - /// Proof: `VaultRegistry::Vaults` (`max_values`: None, `max_size`: Some(260), added: 2735, mode: `MaxEncodedLen`) - /// Storage: `Tokens::Accounts` (r:1 w:1) - /// Proof: `Tokens::Accounts` (`max_values`: None, `max_size`: Some(115), added: 2590, mode: `MaxEncodedLen`) - /// Storage: `Tokens::TotalIssuance` (r:1 w:1) - /// Proof: `Tokens::TotalIssuance` (`max_values`: None, `max_size`: Some(35), added: 2510, mode: `MaxEncodedLen`) + /// Storage: VaultRegistry Vaults (r:1 w:1) + /// Proof: VaultRegistry Vaults (max_values: None, max_size: Some(260), added: 2735, mode: MaxEncodedLen) + /// Storage: Tokens Accounts (r:1 w:1) + /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) + /// Storage: Tokens TotalIssuance (r:1 w:1) + /// Proof: Tokens TotalIssuance (max_values: None, max_size: Some(35), added: 2510, mode: MaxEncodedLen) fn self_redeem () -> Weight { // Proof Size summary in bytes: // Measured: `1447` // Estimated: `3725` - // Minimum execution time: 70_000_000 picoseconds. - Weight::from_parts(72_000_000, 3725) + // Minimum execution time: 306_050_000 picoseconds. + Weight::from_parts(306_050_000, 3725) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/replace.rs b/parachain/runtime/kintsugi/src/weights/replace.rs index f7e561380e..d77bd6270c 100644 --- a/parachain/runtime/kintsugi/src/weights/replace.rs +++ b/parachain/runtime/kintsugi/src/weights/replace.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for replace //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -54,10 +54,10 @@ impl replace::WeightInfo for WeightInfo { /// Proof: Tokens Accounts (max_values: None, max_size: Some(115), added: 2590, mode: MaxEncodedLen) fn request_replace () -> Weight { // Proof Size summary in bytes: - // Measured: `2035` + // Measured: `2055` // Estimated: `3725` - // Minimum execution time: 129_860_000 picoseconds. - Weight::from_parts(130_421_000, 3725) + // Minimum execution time: 310_253_000 picoseconds. + Weight::from_parts(310_253_000, 3725) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -67,8 +67,8 @@ impl replace::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `701` // Estimated: `3725` - // Minimum execution time: 56_633_000 picoseconds. - Weight::from_parts(57_295_000, 3725) + // Minimum execution time: 148_998_000 picoseconds. + Weight::from_parts(148_998_000, 3725) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -142,10 +142,10 @@ impl replace::WeightInfo for WeightInfo { /// Proof: Replace ReplaceRequests (max_values: None, max_size: Some(250), added: 2725, mode: MaxEncodedLen) fn accept_replace () -> Weight { // Proof Size summary in bytes: - // Measured: `4380` + // Measured: `4400` // Estimated: `6460` - // Minimum execution time: 617_937_000 picoseconds. - Weight::from_parts(628_408_000, 6460) + // Minimum execution time: 1_262_415_000 picoseconds. + Weight::from_parts(1_262_415_000, 6460) .saturating_add(T::DbWeight::get().reads(42_u64)) .saturating_add(T::DbWeight::get().writes(26_u64)) } @@ -173,20 +173,16 @@ impl replace::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[2, 3]`. /// The range of component `b` is `[541, 2048]`. - fn execute_pending_replace (h: u32, i: u32, o: u32, b: u32, ) -> Weight { + fn execute_pending_replace (h: u32, i: u32, _o: u32, _b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `3962` + // Measured: `4352` // Estimated: `6460` - // Minimum execution time: 202_806_000 picoseconds. - Weight::from_parts(166_981_824, 6460) - // Standard Error: 107_822 - .saturating_add(Weight::from_parts(3_763_037, 0).saturating_mul(h.into())) - // Standard Error: 97_203 - .saturating_add(Weight::from_parts(1_018_940, 0).saturating_mul(i.into())) - // Standard Error: 589_259 - .saturating_add(Weight::from_parts(3_102_944, 0).saturating_mul(o.into())) - // Standard Error: 593 - .saturating_add(Weight::from_parts(6_156, 0).saturating_mul(b.into())) + // Minimum execution time: 424_320_000 picoseconds. + Weight::from_parts(1_174_254_238, 6460) + // Standard Error: 1_294_058 + .saturating_add(Weight::from_parts(5_253_375, 0).saturating_mul(h.into())) + // Standard Error: 1_150_274 + .saturating_add(Weight::from_parts(8_689_111, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -220,20 +216,16 @@ impl replace::WeightInfo for WeightInfo { /// The range of component `i` is `[1, 10]`. /// The range of component `o` is `[2, 3]`. /// The range of component `b` is `[541, 2048]`. - fn execute_cancelled_replace (h: u32, i: u32, o: u32, b: u32, ) -> Weight { + fn execute_cancelled_replace (h: u32, _i: u32, _o: u32, b: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `4121` + // Measured: `4511` // Estimated: `6460` - // Minimum execution time: 248_939_000 picoseconds. - Weight::from_parts(198_920_588, 6460) - // Standard Error: 137_449 - .saturating_add(Weight::from_parts(4_042_981, 0).saturating_mul(h.into())) - // Standard Error: 123_913 - .saturating_add(Weight::from_parts(1_585_107, 0).saturating_mul(i.into())) - // Standard Error: 751_172 - .saturating_add(Weight::from_parts(5_026_953, 0).saturating_mul(o.into())) - // Standard Error: 756 - .saturating_add(Weight::from_parts(6_827, 0).saturating_mul(b.into())) + // Minimum execution time: 530_572_000 picoseconds. + Weight::from_parts(705_544_995, 6460) + // Standard Error: 15_871_431 + .saturating_add(Weight::from_parts(17_980_000, 0).saturating_mul(h.into())) + // Standard Error: 84_254 + .saturating_add(Weight::from_parts(92_520, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(14_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -295,10 +287,10 @@ impl replace::WeightInfo for WeightInfo { /// Proof: VaultRewards TotalStake (max_values: None, max_size: Some(43), added: 2518, mode: MaxEncodedLen) fn cancel_replace () -> Weight { // Proof Size summary in bytes: - // Measured: `4818` + // Measured: `4838` // Estimated: `6460` - // Minimum execution time: 504_550_000 picoseconds. - Weight::from_parts(506_845_000, 6460) + // Minimum execution time: 943_360_000 picoseconds. + Weight::from_parts(943_360_000, 6460) .saturating_add(T::DbWeight::get().reads(37_u64)) .saturating_add(T::DbWeight::get().writes(19_u64)) } @@ -308,8 +300,8 @@ impl replace::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 18_356_000 picoseconds. - Weight::from_parts(18_557_000, 0) + // Minimum execution time: 108_120_000 picoseconds. + Weight::from_parts(108_120_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/security.rs b/parachain/runtime/kintsugi/src/weights/security.rs index 4731d80a1c..fdd922ebd8 100644 --- a/parachain/runtime/kintsugi/src/weights/security.rs +++ b/parachain/runtime/kintsugi/src/weights/security.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for security //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,10 +46,10 @@ impl security::WeightInfo for WeightInfo { /// Proof: Security ActiveBlockCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn on_initialize () -> Weight { // Proof Size summary in bytes: - // Measured: `99` + // Measured: `119` // Estimated: `1489` - // Minimum execution time: 17_645_000 picoseconds. - Weight::from_parts(18_257_000, 1489) + // Minimum execution time: 48_176_000 picoseconds. + Weight::from_parts(48_176_000, 1489) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -59,8 +59,8 @@ impl security::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 14_820_000 picoseconds. - Weight::from_parts(15_040_000, 0) + // Minimum execution time: 108_755_000 picoseconds. + Weight::from_parts(108_755_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/supply.rs b/parachain/runtime/kintsugi/src/weights/supply.rs index 45fdddbfd4..b8647c3587 100644 --- a/parachain/runtime/kintsugi/src/weights/supply.rs +++ b/parachain/runtime/kintsugi/src/weights/supply.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for supply //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -52,10 +52,10 @@ impl supply::WeightInfo for WeightInfo { /// Proof: Supply LastEmission (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) fn on_initialize () -> Weight { // Proof Size summary in bytes: - // Measured: `606` + // Measured: `626` // Estimated: `11350` - // Minimum execution time: 199_900_000 picoseconds. - Weight::from_parts(201_875_000, 11350) + // Minimum execution time: 368_148_000 picoseconds. + Weight::from_parts(368_148_000, 11350) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(8_u64)) } @@ -65,8 +65,8 @@ impl supply::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_619_000 picoseconds. - Weight::from_parts(9_890_000, 0) + // Minimum execution time: 32_369_000 picoseconds. + Weight::from_parts(32_369_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } } \ No newline at end of file diff --git a/parachain/runtime/kintsugi/src/weights/tx_pause.rs b/parachain/runtime/kintsugi/src/weights/tx_pause.rs index 23428dd485..e70bbfb3a3 100644 --- a/parachain/runtime/kintsugi/src/weights/tx_pause.rs +++ b/parachain/runtime/kintsugi/src/weights/tx_pause.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for tx_pause //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -46,8 +46,8 @@ impl tx_pause::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `3` // Estimated: `6494` - // Minimum execution time: 32_134_000 picoseconds. - Weight::from_parts(32_656_000, 6494) + // Minimum execution time: 126_205_000 picoseconds. + Weight::from_parts(126_205_000, 6494) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -57,8 +57,8 @@ impl tx_pause::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `308` // Estimated: `6494` - // Minimum execution time: 36_964_000 picoseconds. - Weight::from_parts(37_264_000, 6494) + // Minimum execution time: 81_009_000 picoseconds. + Weight::from_parts(81_009_000, 6494) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } diff --git a/parachain/runtime/kintsugi/src/weights/vault_registry.rs b/parachain/runtime/kintsugi/src/weights/vault_registry.rs index 2a8fa6c922..209d173bdc 100644 --- a/parachain/runtime/kintsugi/src/weights/vault_registry.rs +++ b/parachain/runtime/kintsugi/src/weights/vault_registry.rs @@ -2,31 +2,31 @@ //! Autogenerated weights for vault_registry //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-08-07, STEPS: `50`, REPEAT: `10`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-01-04, STEPS: `2`, REPEAT: `1`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `interlay-rust-runner-2mz2v-kcxvd`, CPU: `AMD EPYC 7502P 32-Core Processor` +//! HOSTNAME: `nakul-GF65-Thin-10UE`, CPU: `Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kintsugi-dev"), DB CACHE: 1024 // Executed Command: -// target/release/interbtc-parachain +// ./target/release/interbtc-parachain // benchmark // pallet // --pallet // * // --extrinsic // * -// --chain -// kintsugi-dev // --execution=wasm // --wasm-execution=compiled // --steps -// 50 +// 2 // --repeat -// 10 -// --output -// parachain/runtime/kintsugi/src/weights/ +// 1 // --template // .deploy/runtime-weight-template.hbs +// --chain +// kintsugi-dev +// --output +// parachain/runtime/kintsugi/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -118,10 +118,10 @@ impl vault_registry::WeightInfo for WeightInfo { /// Proof: VaultRegistry TotalUserVaultCollateral (max_values: None, max_size: Some(54), added: 2529, mode: MaxEncodedLen) fn register_vault () -> Weight { // Proof Size summary in bytes: - // Measured: `2893` + // Measured: `2913` // Estimated: `6260` - // Minimum execution time: 471_203_000 picoseconds. - Weight::from_parts(474_851_000, 6260) + // Minimum execution time: 1_081_620_000 picoseconds. + Weight::from_parts(1_081_620_000, 6260) .saturating_add(T::DbWeight::get().reads(47_u64)) .saturating_add(T::DbWeight::get().writes(17_u64)) } @@ -131,8 +131,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `365` // Estimated: `3546` - // Minimum execution time: 30_832_000 picoseconds. - Weight::from_parts(31_053_000, 3546) + // Minimum execution time: 86_203_000 picoseconds. + Weight::from_parts(86_203_000, 3546) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -192,10 +192,10 @@ impl vault_registry::WeightInfo for WeightInfo { /// Proof: Oracle Aggregate (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) fn accept_new_issues () -> Weight { // Proof Size summary in bytes: - // Measured: `3699` + // Measured: `3719` // Estimated: `6260` - // Minimum execution time: 373_849_000 picoseconds. - Weight::from_parts(377_957_000, 6260) + // Minimum execution time: 756_028_000 picoseconds. + Weight::from_parts(756_028_000, 6260) .saturating_add(T::DbWeight::get().reads(35_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -255,10 +255,10 @@ impl vault_registry::WeightInfo for WeightInfo { /// Proof: Oracle Aggregate (max_values: None, max_size: Some(44), added: 2519, mode: MaxEncodedLen) fn set_custom_secure_threshold () -> Weight { // Proof Size summary in bytes: - // Measured: `3699` + // Measured: `3719` // Estimated: `6260` - // Minimum execution time: 377_576_000 picoseconds. - Weight::from_parts(378_928_000, 6260) + // Minimum execution time: 753_437_000 picoseconds. + Weight::from_parts(753_437_000, 6260) .saturating_add(T::DbWeight::get().reads(35_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -268,8 +268,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_461_000 picoseconds. - Weight::from_parts(10_722_000, 0) + // Minimum execution time: 47_429_000 picoseconds. + Weight::from_parts(47_429_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: VaultRegistry SystemCollateralCeiling (r:0 w:1) @@ -278,8 +278,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 10_341_000 picoseconds. - Weight::from_parts(10_671_000, 0) + // Minimum execution time: 33_623_000 picoseconds. + Weight::from_parts(33_623_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: VaultRegistry SecureCollateralThreshold (r:0 w:1) @@ -288,8 +288,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 20_762_000 picoseconds. - Weight::from_parts(21_152_000, 0) + // Minimum execution time: 61_885_000 picoseconds. + Weight::from_parts(61_885_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: VaultRegistry PremiumRedeemThreshold (r:0 w:1) @@ -298,8 +298,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 20_591_000 picoseconds. - Weight::from_parts(20_962_000, 0) + // Minimum execution time: 64_950_000 picoseconds. + Weight::from_parts(64_950_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: VaultRegistry LiquidationCollateralThreshold (r:0 w:1) @@ -308,8 +308,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 20_831_000 picoseconds. - Weight::from_parts(21_163_000, 0) + // Minimum execution time: 58_787_000 picoseconds. + Weight::from_parts(58_787_000, 0) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: VaultRegistry Vaults (r:1 w:1) @@ -398,10 +398,10 @@ impl vault_registry::WeightInfo for WeightInfo { /// Proof: VaultRegistry LiquidationVault (max_values: None, max_size: Some(124), added: 2599, mode: MaxEncodedLen) fn report_undercollateralized_vault () -> Weight { // Proof Size summary in bytes: - // Measured: `5028` + // Measured: `5048` // Estimated: `8799` - // Minimum execution time: 1_409_222_000 picoseconds. - Weight::from_parts(1_423_390_000, 8799) + // Minimum execution time: 2_605_431_000 picoseconds. + Weight::from_parts(2_605_431_000, 8799) .saturating_add(T::DbWeight::get().reads(57_u64)) .saturating_add(T::DbWeight::get().writes(30_u64)) } @@ -411,8 +411,8 @@ impl vault_registry::WeightInfo for WeightInfo { // Proof Size summary in bytes: // Measured: `669` // Estimated: `3725` - // Minimum execution time: 30_602_000 picoseconds. - Weight::from_parts(30_982_000, 3725) + // Minimum execution time: 83_064_000 picoseconds. + Weight::from_parts(83_064_000, 3725) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) }