From 641e3bce130c877b9f86a74802eed4a3e4d2bd94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 18:54:28 +0400 Subject: [PATCH] chore(runtime): update weights (#4136) Co-authored-by: StackOverflowExcept1on <109800286+StackOverflowExcept1on@users.noreply.github.com> Co-authored-by: Dmitry Novikov --- pallets/gear-builtin/src/weights.rs | 147 +- pallets/gear/src/tests.rs | 2 +- pallets/gear/src/weights.rs | 3079 +++++++++-------- runtime/vara/src/tests.rs | 74 +- runtime/vara/src/weights/frame_system.rs | 95 +- runtime/vara/src/weights/pallet_balances.rs | 75 +- runtime/vara/src/weights/pallet_gear.rs | 3079 +++++++++-------- .../vara/src/weights/pallet_gear_builtin.rs | 147 +- .../src/weights/pallet_gear_eth_bridge.rs | 35 +- .../vara/src/weights/pallet_gear_voucher.rs | 35 +- runtime/vara/src/weights/pallet_timestamp.rs | 27 +- runtime/vara/src/weights/pallet_utility.rs | 67 +- .../src/gas_metering/schedule.rs | 354 +- 13 files changed, 3617 insertions(+), 3599 deletions(-) diff --git a/pallets/gear-builtin/src/weights.rs b/pallets/gear-builtin/src/weights.rs index 2275fee2fdf..af3adeac16e 100644 --- a/pallets/gear-builtin/src/weights.rs +++ b/pallets/gear-builtin/src/weights.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_gear_builtin //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-08-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("vara-dev"), DB CACHE: 1024 @@ -31,6 +31,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] #![allow(clippy::unnecessary_cast)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; @@ -57,23 +58,23 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 558_000 picoseconds. - Weight::from_parts(591_000, 0) + // Minimum execution time: 513_000 picoseconds. + Weight::from_parts(556_000, 0) } fn create_dispatcher() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 658_000 picoseconds. - Weight::from_parts(713_000, 0) + // Minimum execution time: 1_346_000 picoseconds. + Weight::from_parts(1_416_000, 0) } /// The range of component `a` is `[1, 8388608]`. fn decode_bytes(a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 331_000 picoseconds. - Weight::from_parts(464_861, 0) + // Minimum execution time: 365_000 picoseconds. + Weight::from_parts(335_710, 0) // Standard Error: 0 .saturating_add(Weight::from_parts(229, 0).saturating_mul(a.into())) } @@ -82,77 +83,77 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_234_000 picoseconds. - Weight::from_parts(596_214_217, 0) - // Standard Error: 348_329 - .saturating_add(Weight::from_parts(221_483_345, 0).saturating_mul(c.into())) + // Minimum execution time: 9_574_000 picoseconds. + Weight::from_parts(614_618_591, 0) + // Standard Error: 369_873 + .saturating_add(Weight::from_parts(226_572_160, 0).saturating_mul(c.into())) } fn bls12_381_final_exponentiation() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 767_421_000 picoseconds. - Weight::from_parts(778_955_000, 0) + // Minimum execution time: 776_823_000 picoseconds. + Weight::from_parts(791_402_000, 0) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_msm_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 217_136_000 picoseconds. - Weight::from_parts(753_356_064, 0) - // Standard Error: 19_366 - .saturating_add(Weight::from_parts(5_830_957, 0).saturating_mul(c.into())) + // Minimum execution time: 229_204_000 picoseconds. + Weight::from_parts(805_222_199, 0) + // Standard Error: 21_185 + .saturating_add(Weight::from_parts(5_865_024, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_msm_g2(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 678_445_000 picoseconds. - Weight::from_parts(1_900_500_726, 0) - // Standard Error: 58_036 - .saturating_add(Weight::from_parts(17_963_090, 0).saturating_mul(c.into())) + // Minimum execution time: 693_711_000 picoseconds. + Weight::from_parts(1_989_689_424, 0) + // Standard Error: 62_684 + .saturating_add(Weight::from_parts(18_495_506, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 100]`. fn bls12_381_mul_projective_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 51_341_000 picoseconds. - Weight::from_parts(51_578_000, 0) - // Standard Error: 25_326 - .saturating_add(Weight::from_parts(55_641_031, 0).saturating_mul(c.into())) + // Minimum execution time: 54_197_000 picoseconds. + Weight::from_parts(57_239_000, 0) + // Standard Error: 25_910 + .saturating_add(Weight::from_parts(58_224_629, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 100]`. fn bls12_381_mul_projective_g2(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 158_987_000 picoseconds. - Weight::from_parts(26_262_256, 0) - // Standard Error: 31_685 - .saturating_add(Weight::from_parts(172_755_175, 0).saturating_mul(c.into())) + // Minimum execution time: 166_121_000 picoseconds. + Weight::from_parts(26_728_298, 0) + // Standard Error: 32_587 + .saturating_add(Weight::from_parts(178_301_774, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_aggregate_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_500_000 picoseconds. - Weight::from_parts(15_805_112, 0) - // Standard Error: 962 - .saturating_add(Weight::from_parts(962_975, 0).saturating_mul(c.into())) + // Minimum execution time: 1_030_000 picoseconds. + Weight::from_parts(12_138_378, 0) + // Standard Error: 457 + .saturating_add(Weight::from_parts(1_054_346, 0).saturating_mul(c.into())) } /// The range of component `c` is `[0, 8388608]`. fn bls12_381_map_to_g2affine(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 558_009_000 picoseconds. - Weight::from_parts(481_741_677, 0) - // Standard Error: 11 - .saturating_add(Weight::from_parts(565, 0).saturating_mul(c.into())) + // Minimum execution time: 600_835_000 picoseconds. + Weight::from_parts(611_580_287, 0) + // Standard Error: 0 + .saturating_add(Weight::from_parts(886, 0).saturating_mul(c.into())) } } @@ -162,23 +163,23 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 558_000 picoseconds. - Weight::from_parts(591_000, 0) + // Minimum execution time: 513_000 picoseconds. + Weight::from_parts(556_000, 0) } fn create_dispatcher() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 658_000 picoseconds. - Weight::from_parts(713_000, 0) + // Minimum execution time: 1_346_000 picoseconds. + Weight::from_parts(1_416_000, 0) } /// The range of component `a` is `[1, 8388608]`. fn decode_bytes(a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 331_000 picoseconds. - Weight::from_parts(464_861, 0) + // Minimum execution time: 365_000 picoseconds. + Weight::from_parts(335_710, 0) // Standard Error: 0 .saturating_add(Weight::from_parts(229, 0).saturating_mul(a.into())) } @@ -187,76 +188,76 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_234_000 picoseconds. - Weight::from_parts(596_214_217, 0) - // Standard Error: 348_329 - .saturating_add(Weight::from_parts(221_483_345, 0).saturating_mul(c.into())) + // Minimum execution time: 9_574_000 picoseconds. + Weight::from_parts(614_618_591, 0) + // Standard Error: 369_873 + .saturating_add(Weight::from_parts(226_572_160, 0).saturating_mul(c.into())) } fn bls12_381_final_exponentiation() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 767_421_000 picoseconds. - Weight::from_parts(778_955_000, 0) + // Minimum execution time: 776_823_000 picoseconds. + Weight::from_parts(791_402_000, 0) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_msm_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 217_136_000 picoseconds. - Weight::from_parts(753_356_064, 0) - // Standard Error: 19_366 - .saturating_add(Weight::from_parts(5_830_957, 0).saturating_mul(c.into())) + // Minimum execution time: 229_204_000 picoseconds. + Weight::from_parts(805_222_199, 0) + // Standard Error: 21_185 + .saturating_add(Weight::from_parts(5_865_024, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_msm_g2(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 678_445_000 picoseconds. - Weight::from_parts(1_900_500_726, 0) - // Standard Error: 58_036 - .saturating_add(Weight::from_parts(17_963_090, 0).saturating_mul(c.into())) + // Minimum execution time: 693_711_000 picoseconds. + Weight::from_parts(1_989_689_424, 0) + // Standard Error: 62_684 + .saturating_add(Weight::from_parts(18_495_506, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 100]`. fn bls12_381_mul_projective_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 51_341_000 picoseconds. - Weight::from_parts(51_578_000, 0) - // Standard Error: 25_326 - .saturating_add(Weight::from_parts(55_641_031, 0).saturating_mul(c.into())) + // Minimum execution time: 54_197_000 picoseconds. + Weight::from_parts(57_239_000, 0) + // Standard Error: 25_910 + .saturating_add(Weight::from_parts(58_224_629, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 100]`. fn bls12_381_mul_projective_g2(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 158_987_000 picoseconds. - Weight::from_parts(26_262_256, 0) - // Standard Error: 31_685 - .saturating_add(Weight::from_parts(172_755_175, 0).saturating_mul(c.into())) + // Minimum execution time: 166_121_000 picoseconds. + Weight::from_parts(26_728_298, 0) + // Standard Error: 32_587 + .saturating_add(Weight::from_parts(178_301_774, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_aggregate_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_500_000 picoseconds. - Weight::from_parts(15_805_112, 0) - // Standard Error: 962 - .saturating_add(Weight::from_parts(962_975, 0).saturating_mul(c.into())) + // Minimum execution time: 1_030_000 picoseconds. + Weight::from_parts(12_138_378, 0) + // Standard Error: 457 + .saturating_add(Weight::from_parts(1_054_346, 0).saturating_mul(c.into())) } /// The range of component `c` is `[0, 8388608]`. fn bls12_381_map_to_g2affine(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 558_009_000 picoseconds. - Weight::from_parts(481_741_677, 0) - // Standard Error: 11 - .saturating_add(Weight::from_parts(565, 0).saturating_mul(c.into())) + // Minimum execution time: 600_835_000 picoseconds. + Weight::from_parts(611_580_287, 0) + // Standard Error: 0 + .saturating_add(Weight::from_parts(886, 0).saturating_mul(c.into())) } } diff --git a/pallets/gear/src/tests.rs b/pallets/gear/src/tests.rs index c6d6bd83088..bf4a65f4c42 100644 --- a/pallets/gear/src/tests.rs +++ b/pallets/gear/src/tests.rs @@ -116,7 +116,7 @@ fn calculate_reply_for_handle_works() { // Out of gas panic case. let res = - Gear::calculate_reply_for_handle(USER_1, ping_pong, b"PING".to_vec(), 333_333_333, 0) + Gear::calculate_reply_for_handle(USER_1, ping_pong, b"PING".to_vec(), 750_000_000, 0) .expect("Failed to query reply"); assert_eq!( diff --git a/pallets/gear/src/weights.rs b/pallets/gear/src/weights.rs index 9c26b329465..006575b7cef 100644 --- a/pallets/gear/src/weights.rs +++ b/pallets/gear/src/weights.rs @@ -19,18 +19,19 @@ //! Autogenerated weights for pallet_gear //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-08-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("vara-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/gear benchmark pallet --chain=vara-dev --steps=50 --repeat=20 --pallet=pallet_gear --extrinsic=alloc,claim_value,create_program,db_read_per_kb,db_write_per_kb,free,free_range,free_range_per_page,gr_block_height,gr_block_timestamp,gr_create_program,gr_create_program_per_kb,gr_create_program_wgas,gr_create_program_wgas_per_kb,gr_debug,gr_debug_per_kb,gr_env_vars,gr_gas_available,gr_message_id,gr_program_id,gr_random,gr_read,gr_read_per_kb,gr_reply_code,gr_reply_deposit,gr_reply_per_kb,gr_reply_push,gr_reply_push_input,gr_reply_push_input_per_kb,gr_reply_push_per_kb,gr_reply_to,gr_reply_wgas_per_kb,gr_reservation_reply_commit_per_kb,gr_reservation_reply_per_kb,gr_reservation_send,gr_reservation_send_commit,gr_reservation_send_per_kb,gr_reserve_gas,gr_send,gr_send_commit,gr_send_commit_wgas,gr_send_init,gr_send_input,gr_send_input_wgas,gr_send_per_kb,gr_send_push,gr_send_push_input,gr_send_push_input_per_kb,gr_send_push_per_kb,gr_send_wgas,gr_send_wgas_per_kb,gr_signal_code,gr_signal_from,gr_size,gr_source,gr_system_reserve_gas,gr_unreserve_gas,gr_value,gr_value_available,gr_wake,instantiate_module_code_section_per_kb,instantiate_module_data_section_per_kb,instantiate_module_global_section_per_kb,instantiate_module_table_section_per_kb,instantiate_module_type_section_per_kb,instr_br,instr_br_if,instr_br_table,instr_br_table_per_entry,instr_call,instr_call_const,instr_call_indirect,instr_call_indirect_per_param,instr_call_per_local,instr_global_get,instr_global_set,instr_i32add,instr_i32and,instr_i32clz,instr_i32ctz,instr_i32divs,instr_i32divu,instr_i32eq,instr_i32eqz,instr_i32extend16s,instr_i32extend8s,instr_i32ges,instr_i32geu,instr_i32gts,instr_i32gtu,instr_i32les,instr_i32leu,instr_i32load,instr_i32lts,instr_i32ltu,instr_i32mul,instr_i32ne,instr_i32or,instr_i32popcnt,instr_i32rems,instr_i32remu,instr_i32rotl,instr_i32rotr,instr_i32shl,instr_i32shrs,instr_i32shru,instr_i32store,instr_i32sub,instr_i32wrapi64,instr_i32xor,instr_i64add,instr_i64and,instr_i64clz,instr_i64ctz,instr_i64divs,instr_i64divu,instr_i64eq,instr_i64eqz,instr_i64extend16s,instr_i64extend32s,instr_i64extend8s,instr_i64extendsi32,instr_i64extendui32,instr_i64ges,instr_i64geu,instr_i64gts,instr_i64gtu,instr_i64les,instr_i64leu,instr_i64load,instr_i64lts,instr_i64ltu,instr_i64mul,instr_i64ne,instr_i64or,instr_i64popcnt,instr_i64rems,instr_i64remu,instr_i64rotl,instr_i64rotr,instr_i64shl,instr_i64shrs,instr_i64shru,instr_i64store,instr_i64sub,instr_i64xor,instr_if,instr_local_get,instr_local_set,instr_local_tee,instr_memory_current,instr_select,lazy_pages_host_func_read,lazy_pages_host_func_write,lazy_pages_host_func_write_after_read,lazy_pages_load_page_storage_data,lazy_pages_signal_read,lazy_pages_signal_write,lazy_pages_signal_write_after_read,mem_grow,mem_grow_per_page,reinstrument_per_kb,send_message,send_reply,tasks_remove_from_mailbox,tasks_remove_from_waitlist,tasks_remove_gas_reservation,tasks_send_dispatch,tasks_send_user_message,tasks_send_user_message_to_mailbox,tasks_wake_message,tasks_wake_message_no_wake,upload_code,upload_program --heap-pages=4096 --output=./scripts/benchmarking/weights-output/pallet_gear.rs --template=.maintain/frame-weight-template.hbs +// ./target/production/gear benchmark pallet --chain=vara-dev --steps=50 --repeat=20 --pallet=pallet_gear --extrinsic=alloc,claim_value,claim_value_to_inheritor,create_program,db_read_per_kb,db_write_per_kb,free,free_range,free_range_per_page,gr_block_height,gr_block_timestamp,gr_create_program,gr_create_program_per_kb,gr_create_program_wgas,gr_create_program_wgas_per_kb,gr_debug,gr_debug_per_kb,gr_env_vars,gr_gas_available,gr_message_id,gr_program_id,gr_random,gr_read,gr_read_per_kb,gr_reply_code,gr_reply_deposit,gr_reply_per_kb,gr_reply_push,gr_reply_push_input,gr_reply_push_input_per_kb,gr_reply_push_per_kb,gr_reply_to,gr_reply_wgas_per_kb,gr_reservation_reply_commit_per_kb,gr_reservation_reply_per_kb,gr_reservation_send,gr_reservation_send_commit,gr_reservation_send_per_kb,gr_reserve_gas,gr_send,gr_send_commit,gr_send_commit_wgas,gr_send_init,gr_send_input,gr_send_input_wgas,gr_send_per_kb,gr_send_push,gr_send_push_input,gr_send_push_input_per_kb,gr_send_push_per_kb,gr_send_wgas,gr_send_wgas_per_kb,gr_signal_code,gr_signal_from,gr_size,gr_source,gr_system_reserve_gas,gr_unreserve_gas,gr_value,gr_value_available,gr_wake,instantiate_module_code_section_per_kb,instantiate_module_data_section_per_kb,instantiate_module_element_section_per_kb,instantiate_module_global_section_per_kb,instantiate_module_table_section_per_kb,instantiate_module_type_section_per_kb,instr_br,instr_br_if,instr_br_table,instr_br_table_per_entry,instr_call,instr_call_const,instr_call_indirect,instr_call_indirect_per_param,instr_call_per_local,instr_global_get,instr_global_set,instr_i32add,instr_i32and,instr_i32clz,instr_i32ctz,instr_i32divs,instr_i32divu,instr_i32eq,instr_i32eqz,instr_i32extend16s,instr_i32extend8s,instr_i32ges,instr_i32geu,instr_i32gts,instr_i32gtu,instr_i32les,instr_i32leu,instr_i32load,instr_i32lts,instr_i32ltu,instr_i32mul,instr_i32ne,instr_i32or,instr_i32popcnt,instr_i32rems,instr_i32remu,instr_i32rotl,instr_i32rotr,instr_i32shl,instr_i32shrs,instr_i32shru,instr_i32store,instr_i32sub,instr_i32wrapi64,instr_i32xor,instr_i64add,instr_i64and,instr_i64clz,instr_i64ctz,instr_i64divs,instr_i64divu,instr_i64eq,instr_i64eqz,instr_i64extend16s,instr_i64extend32s,instr_i64extend8s,instr_i64extendsi32,instr_i64extendui32,instr_i64ges,instr_i64geu,instr_i64gts,instr_i64gtu,instr_i64les,instr_i64leu,instr_i64load,instr_i64lts,instr_i64ltu,instr_i64mul,instr_i64ne,instr_i64or,instr_i64popcnt,instr_i64rems,instr_i64remu,instr_i64rotl,instr_i64rotr,instr_i64shl,instr_i64shrs,instr_i64shru,instr_i64store,instr_i64sub,instr_i64xor,instr_if,instr_local_get,instr_local_set,instr_local_tee,instr_memory_current,instr_select,lazy_pages_host_func_read,lazy_pages_host_func_write,lazy_pages_host_func_write_after_read,lazy_pages_load_page_storage_data,lazy_pages_signal_read,lazy_pages_signal_write,lazy_pages_signal_write_after_read,load_allocations_per_interval,mem_grow,mem_grow_per_page,reinstrument_per_kb,send_message,send_reply,tasks_remove_from_mailbox,tasks_remove_from_waitlist,tasks_remove_gas_reservation,tasks_send_dispatch,tasks_send_user_message,tasks_send_user_message_to_mailbox,tasks_wake_message,tasks_wake_message_no_wake,upload_code,upload_program --heap-pages=4096 --output=./scripts/benchmarking/weights-output/pallet_gear.rs --template=.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] #![allow(clippy::unnecessary_cast)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; @@ -65,7 +66,7 @@ pub trait WeightInfo { fn send_message(p: u32, ) -> Weight; fn send_reply(p: u32, ) -> Weight; fn claim_value_to_inheritor(d: u32, ) -> Weight; - fn reinstrument_per_kb(c: u32, ) -> Weight; + fn reinstrument_per_kb(e: u32, ) -> Weight; fn load_allocations_per_interval(a: u32, ) -> Weight; fn alloc(r: u32, ) -> Weight; fn mem_grow(r: u32, ) -> Weight; @@ -238,140 +239,140 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_827_000 picoseconds. - Weight::from_parts(61_020_514, 0) - // Standard Error: 30_183 - .saturating_add(Weight::from_parts(21_457_412, 0).saturating_mul(r.into())) + // Minimum execution time: 72_468_000 picoseconds. + Weight::from_parts(78_340_598, 0) + // Standard Error: 66_021 + .saturating_add(Weight::from_parts(13_603_312, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_153_000 picoseconds. - Weight::from_parts(61_570_016, 0) - // Standard Error: 31_234 - .saturating_add(Weight::from_parts(20_948_196, 0).saturating_mul(r.into())) + // Minimum execution time: 72_836_000 picoseconds. + Weight::from_parts(78_568_154, 0) + // Standard Error: 57_541 + .saturating_add(Weight::from_parts(11_943_522, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_996_000 picoseconds. - Weight::from_parts(61_204_042, 0) - // Standard Error: 28_310 - .saturating_add(Weight::from_parts(20_275_066, 0).saturating_mul(r.into())) + // Minimum execution time: 70_826_000 picoseconds. + Weight::from_parts(76_361_756, 0) + // Standard Error: 58_313 + .saturating_add(Weight::from_parts(12_018_944, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_commit_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_839_000 picoseconds. - Weight::from_parts(61_270_490, 0) - // Standard Error: 29_097 - .saturating_add(Weight::from_parts(20_158_062, 0).saturating_mul(r.into())) + // Minimum execution time: 71_437_000 picoseconds. + Weight::from_parts(76_910_212, 0) + // Standard Error: 57_889 + .saturating_add(Weight::from_parts(12_137_604, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 674_493_000 picoseconds. - Weight::from_parts(676_531_348, 0) - // Standard Error: 36_129 - .saturating_add(Weight::from_parts(19_389_162, 0).saturating_mul(r.into())) + // Minimum execution time: 686_795_000 picoseconds. + Weight::from_parts(693_880_106, 0) + // Standard Error: 84_577 + .saturating_add(Weight::from_parts(13_351_726, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_input_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 674_131_000 picoseconds. - Weight::from_parts(676_524_070, 0) - // Standard Error: 36_930 - .saturating_add(Weight::from_parts(24_915_830, 0).saturating_mul(r.into())) + // Minimum execution time: 690_552_000 picoseconds. + Weight::from_parts(696_770_436, 0) + // Standard Error: 81_154 + .saturating_add(Weight::from_parts(10_595_976, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reservation_reply(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 71_003_000 picoseconds. - Weight::from_parts(73_890_102, 0) - // Standard Error: 29_231 - .saturating_add(Weight::from_parts(7_839_490, 0).saturating_mul(r.into())) + // Minimum execution time: 75_006_000 picoseconds. + Weight::from_parts(81_745_692, 0) + // Standard Error: 60_857 + .saturating_add(Weight::from_parts(8_379_472, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reservation_reply_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 71_625_000 picoseconds. - Weight::from_parts(74_015_746, 0) - // Standard Error: 28_894 - .saturating_add(Weight::from_parts(6_918_144, 0).saturating_mul(r.into())) + // Minimum execution time: 74_614_000 picoseconds. + Weight::from_parts(80_847_976, 0) + // Standard Error: 59_799 + .saturating_add(Weight::from_parts(7_809_250, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_exit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_666_000 picoseconds. - Weight::from_parts(60_945_076, 0) - // Standard Error: 33_393 - .saturating_add(Weight::from_parts(23_384_948, 0).saturating_mul(r.into())) + // Minimum execution time: 70_956_000 picoseconds. + Weight::from_parts(76_883_436, 0) + // Standard Error: 1_052_647 + .saturating_add(Weight::from_parts(96_563_242, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_leave(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_263_000 picoseconds. - Weight::from_parts(61_548_284, 0) - // Standard Error: 32_083 - .saturating_add(Weight::from_parts(12_007_632, 0).saturating_mul(r.into())) + // Minimum execution time: 70_324_000 picoseconds. + Weight::from_parts(76_094_758, 0) + // Standard Error: 1_523_647 + .saturating_add(Weight::from_parts(130_303_114, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_588_000 picoseconds. - Weight::from_parts(61_778_726, 0) - // Standard Error: 31_381 - .saturating_add(Weight::from_parts(10_988_944, 0).saturating_mul(r.into())) + // Minimum execution time: 71_253_000 picoseconds. + Weight::from_parts(76_988_662, 0) + // Standard Error: 1_321_349 + .saturating_add(Weight::from_parts(112_591_140, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait_for(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_586_000 picoseconds. - Weight::from_parts(61_400_256, 0) - // Standard Error: 31_003 - .saturating_add(Weight::from_parts(11_474_984, 0).saturating_mul(r.into())) + // Minimum execution time: 71_457_000 picoseconds. + Weight::from_parts(76_401_868, 0) + // Standard Error: 1_044_536 + .saturating_add(Weight::from_parts(92_188_166, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait_up_to(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_130_000 picoseconds. - Weight::from_parts(61_405_294, 0) - // Standard Error: 32_031 - .saturating_add(Weight::from_parts(11_597_666, 0).saturating_mul(r.into())) + // Minimum execution time: 71_393_000 picoseconds. + Weight::from_parts(77_342_970, 0) + // Standard Error: 1_531_666 + .saturating_add(Weight::from_parts(127_918_232, 0).saturating_mul(r.into())) } /// The range of component `c` is `[0, 512]`. fn db_write_per_kb(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 991_000 picoseconds. - Weight::from_parts(1_051_000, 0) - // Standard Error: 471 - .saturating_add(Weight::from_parts(243_048, 0).saturating_mul(c.into())) + // Minimum execution time: 1_010_000 picoseconds. + Weight::from_parts(1_042_000, 0) + // Standard Error: 443 + .saturating_add(Weight::from_parts(239_667, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// The range of component `c` is `[0, 512]`. @@ -379,10 +380,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `146 + c * (1024 ±0)` // Estimated: `3610 + c * (1024 ±0)` - // Minimum execution time: 3_251_000 picoseconds. - Weight::from_parts(3_368_000, 3610) - // Standard Error: 1_099 - .saturating_add(Weight::from_parts(598_985, 0).saturating_mul(c.into())) + // Minimum execution time: 3_268_000 picoseconds. + Weight::from_parts(3_371_000, 3610) + // Standard Error: 1_081 + .saturating_add(Weight::from_parts(583_390, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 1024).saturating_mul(c.into())) } @@ -391,67 +392,67 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 35_348_000 picoseconds. - Weight::from_parts(36_683_968, 0) - // Standard Error: 1_863 - .saturating_add(Weight::from_parts(196_755, 0).saturating_mul(c.into())) + // Minimum execution time: 42_213_000 picoseconds. + Weight::from_parts(43_931_000, 0) + // Standard Error: 9_338 + .saturating_add(Weight::from_parts(2_038_653, 0).saturating_mul(c.into())) } /// The range of component `d` is `[0, 512]`. fn instantiate_module_data_section_per_kb(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 44_447_000 picoseconds. - Weight::from_parts(53_083_381, 0) - // Standard Error: 1_569 - .saturating_add(Weight::from_parts(463_249, 0).saturating_mul(d.into())) + // Minimum execution time: 54_382_000 picoseconds. + Weight::from_parts(59_367_747, 0) + // Standard Error: 2_227 + .saturating_add(Weight::from_parts(468_300, 0).saturating_mul(d.into())) } /// The range of component `g` is `[0, 512]`. fn instantiate_module_global_section_per_kb(g: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_544_000 picoseconds. - Weight::from_parts(27_323_050, 0) - // Standard Error: 1_895 - .saturating_add(Weight::from_parts(2_416_290, 0).saturating_mul(g.into())) + // Minimum execution time: 41_630_000 picoseconds. + Weight::from_parts(44_328_000, 0) + // Standard Error: 21_640 + .saturating_add(Weight::from_parts(1_798_911, 0).saturating_mul(g.into())) } /// The range of component `t` is `[0, 9765]`. fn instantiate_module_table_section_per_kb(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_160_000 picoseconds. - Weight::from_parts(34_614_000, 0) - // Standard Error: 2_123 - .saturating_add(Weight::from_parts(359_300, 0).saturating_mul(t.into())) + // Minimum execution time: 42_537_000 picoseconds. + Weight::from_parts(43_174_777, 0) + // Standard Error: 223 + .saturating_add(Weight::from_parts(644_866, 0).saturating_mul(t.into())) } - /// The range of component `t` is `[0, 512]`. + /// The range of component `e` is `[0, 512]`. fn instantiate_module_element_section_per_kb(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 36_788_000 picoseconds. - Weight::from_parts(38_141_151, 0) - // Standard Error: 3_777 - .saturating_add(Weight::from_parts(18_936_755, 0).saturating_mul(e.into())) + // Minimum execution time: 258_586_000 picoseconds. + Weight::from_parts(448_596_483, 0) + // Standard Error: 80_189 + .saturating_add(Weight::from_parts(2_245_891, 0).saturating_mul(e.into())) } /// The range of component `t` is `[0, 512]`. fn instantiate_module_type_section_per_kb(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_697_000 picoseconds. - Weight::from_parts(36_274_820, 0) - // Standard Error: 1_864 - .saturating_add(Weight::from_parts(260_172, 0).saturating_mul(t.into())) + // Minimum execution time: 42_219_000 picoseconds. + Weight::from_parts(44_257_000, 0) + // Standard Error: 101_981 + .saturating_add(Weight::from_parts(15_590_711, 0).saturating_mul(t.into())) } fn claim_value() -> Weight { // Proof Size summary in bytes: - // Measured: `1321` + // Measured: `1357` // Estimated: `8799` - // Minimum execution time: 127_842_000 picoseconds. - Weight::from_parts(129_744_000, 8799) + // Minimum execution time: 135_545_000 picoseconds. + Weight::from_parts(137_798_000, 8799) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -460,61 +461,61 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `3578` - // Minimum execution time: 91_056_000 picoseconds. - Weight::from_parts(75_482_370, 3578) - // Standard Error: 42_175 - .saturating_add(Weight::from_parts(61_763_926, 0).saturating_mul(c.into())) + // Minimum execution time: 91_838_000 picoseconds. + Weight::from_parts(87_499_000, 3578) + // Standard Error: 37_656 + .saturating_add(Weight::from_parts(57_062_879, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } /// The range of component `s` is `[0, 4194304]`. fn create_program(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `991` - // Estimated: `4456` - // Minimum execution time: 107_748_000 picoseconds. - Weight::from_parts(134_740_079, 4456) + // Measured: `1113` + // Estimated: `6196` + // Minimum execution time: 165_191_000 picoseconds. + Weight::from_parts(195_228_532, 6196) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_704, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(13_u64)) - .saturating_add(T::DbWeight::get().writes(10_u64)) + .saturating_add(Weight::from_parts(1_678, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(15_u64)) + .saturating_add(T::DbWeight::get().writes(12_u64)) } /// The range of component `c` is `[0, 250]`. /// The range of component `s` is `[0, 4194304]`. fn upload_program(c: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `379` - // Estimated: `3844` - // Minimum execution time: 7_358_280_000 picoseconds. - Weight::from_parts(412_535_550, 3844) - // Standard Error: 103_792 - .saturating_add(Weight::from_parts(62_072_527, 0).saturating_mul(c.into())) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_636, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(13_u64)) - .saturating_add(T::DbWeight::get().writes(14_u64)) + // Measured: `475` + // Estimated: `6196` + // Minimum execution time: 7_008_485_000 picoseconds. + Weight::from_parts(7_016_678_000, 6196) + // Standard Error: 319_814 + .saturating_add(Weight::from_parts(38_334_392, 0).saturating_mul(c.into())) + // Standard Error: 19 + .saturating_add(Weight::from_parts(563, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(15_u64)) + .saturating_add(T::DbWeight::get().writes(16_u64)) } /// The range of component `p` is `[0, 2097152]`. fn send_message(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `480` + // Measured: `516` // Estimated: `6196` - // Minimum execution time: 95_735_000 picoseconds. - Weight::from_parts(6_957_254, 6196) + // Minimum execution time: 97_151_000 picoseconds. + Weight::from_parts(9_468_475, 6196) // Standard Error: 3 - .saturating_add(Weight::from_parts(995, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(975, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } /// The range of component `p` is `[0, 2097152]`. fn send_reply(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1320` + // Measured: `1356` // Estimated: `8799` - // Minimum execution time: 156_312_000 picoseconds. - Weight::from_parts(72_298_958, 8799) + // Minimum execution time: 163_939_000 picoseconds. + Weight::from_parts(82_754_731, 8799) // Standard Error: 4 - .saturating_add(Weight::from_parts(1_018, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(991, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } @@ -523,25 +524,25 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0 + d * (207 ±0)` // Estimated: `3593 + d * (2683 ±0)` - // Minimum execution time: 62_000_000 picoseconds. - Weight::from_parts(63_000_000, 3593) - // Standard Error: 24_979 - .saturating_add(Weight::from_parts(50_498_014, 0).saturating_mul(d.into())) - .saturating_add(RocksDbWeight::get().reads(2_u64)) - .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(d.into()))) - .saturating_add(RocksDbWeight::get().writes(1_u64)) - .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(d.into()))) + // Minimum execution time: 52_008_000 picoseconds. + Weight::from_parts(52_280_000, 3593) + // Standard Error: 33_470 + .saturating_add(Weight::from_parts(42_601_006, 0).saturating_mul(d.into())) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(d.into()))) + .saturating_add(T::DbWeight::get().writes(1_u64)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(d.into()))) .saturating_add(Weight::from_parts(0, 2683).saturating_mul(d.into())) } /// The range of component `e` is `[0, 512]`. fn reinstrument_per_kb(e: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `327 + e * (1024 ±0)` - // Estimated: `3791 + e * (1024 ±0)` - // Minimum execution time: 78_478_000 picoseconds. - Weight::from_parts(60_084_454, 3791) - // Standard Error: 214_025 - .saturating_add(Weight::from_parts(638_778_276, 0).saturating_mul(e.into())) + // Measured: `329 + e * (1024 ±0)` + // Estimated: `3793 + e * (1024 ±0)` + // Minimum execution time: 81_614_000 picoseconds. + Weight::from_parts(81_821_000, 3793) + // Standard Error: 240_361 + .saturating_add(Weight::from_parts(642_844_212, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1024).saturating_mul(e.into())) @@ -551,10 +552,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `101 + a * (8 ±0)` // Estimated: `3566 + a * (8 ±0)` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(15_735_686, 3566) - // Standard Error: 47 - .saturating_add(Weight::from_parts(19_766, 0).saturating_mul(a.into())) + // Minimum execution time: 3_722_000 picoseconds. + Weight::from_parts(7_040_745, 3566) + // Standard Error: 21 + .saturating_add(Weight::from_parts(20_729, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(a.into())) } @@ -563,548 +564,548 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 740_740_000 picoseconds. - Weight::from_parts(653_250_042, 0) - // Standard Error: 218_399 - .saturating_add(Weight::from_parts(121_659_232, 0).saturating_mul(r.into())) + // Minimum execution time: 772_153_000 picoseconds. + Weight::from_parts(691_085_192, 0) + // Standard Error: 248_133 + .saturating_add(Weight::from_parts(125_211_418, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn mem_grow(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_119_000 picoseconds. - Weight::from_parts(7_435_356, 0) - // Standard Error: 84_763 - .saturating_add(Weight::from_parts(64_827_518, 0).saturating_mul(r.into())) + // Minimum execution time: 285_000 picoseconds. + Weight::from_parts(315_000, 0) + // Standard Error: 196_322 + .saturating_add(Weight::from_parts(68_714_212, 0).saturating_mul(r.into())) } /// The range of component `p` is `[1, 819]`. fn mem_grow_per_page(_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 69_165_000 picoseconds. - Weight::from_parts(74_601_757, 0) + // Minimum execution time: 66_346_000 picoseconds. + Weight::from_parts(69_649_440, 0) } /// The range of component `r` is `[0, 20]`. fn free(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 778_464_000 picoseconds. - Weight::from_parts(744_321_591, 0) - // Standard Error: 213_175 - .saturating_add(Weight::from_parts(67_584_978, 0).saturating_mul(r.into())) + // Minimum execution time: 806_255_000 picoseconds. + Weight::from_parts(786_722_553, 0) + // Standard Error: 240_484 + .saturating_add(Weight::from_parts(69_478_089, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn free_range(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 707_145_000 picoseconds. - Weight::from_parts(682_585_812, 0) - // Standard Error: 225_717 - .saturating_add(Weight::from_parts(69_939_771, 0).saturating_mul(r.into())) + // Minimum execution time: 748_334_000 picoseconds. + Weight::from_parts(717_314_931, 0) + // Standard Error: 243_876 + .saturating_add(Weight::from_parts(73_586_110, 0).saturating_mul(r.into())) } /// The range of component `p` is `[1, 700]`. fn free_range_per_page(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 718_223_000 picoseconds. - Weight::from_parts(808_127_136, 0) - // Standard Error: 5_697 - .saturating_add(Weight::from_parts(2_994_128, 0).saturating_mul(p.into())) + // Minimum execution time: 776_782_000 picoseconds. + Weight::from_parts(867_934_346, 0) + // Standard Error: 6_879 + .saturating_add(Weight::from_parts(3_033_220, 0).saturating_mul(p.into())) } /// The range of component `r` is `[0, 256]`. fn gr_reserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_079_000 picoseconds. - Weight::from_parts(72_222_087, 0) - // Standard Error: 3_384 - .saturating_add(Weight::from_parts(2_084_430, 0).saturating_mul(r.into())) + // Minimum execution time: 75_702_000 picoseconds. + Weight::from_parts(72_549_062, 0) + // Standard Error: 3_640 + .saturating_add(Weight::from_parts(2_195_328, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 256]`. fn gr_unreserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 102_759_000 picoseconds. - Weight::from_parts(112_129_712, 0) - // Standard Error: 3_037 - .saturating_add(Weight::from_parts(1_940_658, 0).saturating_mul(r.into())) + // Minimum execution time: 103_482_000 picoseconds. + Weight::from_parts(115_404_854, 0) + // Standard Error: 3_224 + .saturating_add(Weight::from_parts(2_244_307, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_system_reserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 60_825_000 picoseconds. - Weight::from_parts(79_790_595, 0) - // Standard Error: 56_060 - .saturating_add(Weight::from_parts(80_575_460, 0).saturating_mul(r.into())) + // Minimum execution time: 73_440_000 picoseconds. + Weight::from_parts(86_480_576, 0) + // Standard Error: 86_500 + .saturating_add(Weight::from_parts(83_244_247, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_message_id(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_011_000 picoseconds. - Weight::from_parts(68_503_669, 0) - // Standard Error: 263_717 - .saturating_add(Weight::from_parts(74_518_443, 0).saturating_mul(r.into())) + // Minimum execution time: 73_666_000 picoseconds. + Weight::from_parts(84_830_850, 0) + // Standard Error: 76_741 + .saturating_add(Weight::from_parts(72_215_909, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_program_id(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 61_817_000 picoseconds. - Weight::from_parts(74_374_662, 0) - // Standard Error: 48_101 - .saturating_add(Weight::from_parts(71_922_470, 0).saturating_mul(r.into())) + // Minimum execution time: 72_688_000 picoseconds. + Weight::from_parts(86_978_134, 0) + // Standard Error: 68_291 + .saturating_add(Weight::from_parts(72_030_483, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_source(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_953_000 picoseconds. - Weight::from_parts(78_740_202, 0) - // Standard Error: 147_900 - .saturating_add(Weight::from_parts(72_436_902, 0).saturating_mul(r.into())) + // Minimum execution time: 73_471_000 picoseconds. + Weight::from_parts(83_518_257, 0) + // Standard Error: 77_888 + .saturating_add(Weight::from_parts(72_647_555, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_value(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_454_000 picoseconds. - Weight::from_parts(71_060_167, 0) - // Standard Error: 208_526 - .saturating_add(Weight::from_parts(73_618_160, 0).saturating_mul(r.into())) + // Minimum execution time: 72_711_000 picoseconds. + Weight::from_parts(84_559_032, 0) + // Standard Error: 77_218 + .saturating_add(Weight::from_parts(72_333_901, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_value_available(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_142_000 picoseconds. - Weight::from_parts(77_134_039, 0) - // Standard Error: 46_326 - .saturating_add(Weight::from_parts(79_256_911, 0).saturating_mul(r.into())) + // Minimum execution time: 72_706_000 picoseconds. + Weight::from_parts(85_031_891, 0) + // Standard Error: 64_827 + .saturating_add(Weight::from_parts(72_199_037, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_gas_available(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_697_000 picoseconds. - Weight::from_parts(71_280_142, 0) - // Standard Error: 83_514 - .saturating_add(Weight::from_parts(79_475_915, 0).saturating_mul(r.into())) + // Minimum execution time: 72_704_000 picoseconds. + Weight::from_parts(85_342_680, 0) + // Standard Error: 55_380 + .saturating_add(Weight::from_parts(72_188_287, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_size(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_067_000 picoseconds. - Weight::from_parts(85_305_702, 0) - // Standard Error: 185_168 - .saturating_add(Weight::from_parts(71_159_305, 0).saturating_mul(r.into())) + // Minimum execution time: 74_003_000 picoseconds. + Weight::from_parts(86_465_636, 0) + // Standard Error: 63_958 + .saturating_add(Weight::from_parts(71_807_995, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_read(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 683_843_000 picoseconds. - Weight::from_parts(723_565_299, 0) - // Standard Error: 216_184 - .saturating_add(Weight::from_parts(128_743_735, 0).saturating_mul(r.into())) + // Minimum execution time: 683_441_000 picoseconds. + Weight::from_parts(712_191_502, 0) + // Standard Error: 139_652 + .saturating_add(Weight::from_parts(133_753_826, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_read_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 793_998_000 picoseconds. - Weight::from_parts(798_332_000, 0) - // Standard Error: 117_291 - .saturating_add(Weight::from_parts(16_544_234, 0).saturating_mul(n.into())) + // Minimum execution time: 817_943_000 picoseconds. + Weight::from_parts(826_465_000, 0) + // Standard Error: 119_104 + .saturating_add(Weight::from_parts(16_159_400, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_env_vars(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_769_000 picoseconds. - Weight::from_parts(76_526_063, 0) - // Standard Error: 287_959 - .saturating_add(Weight::from_parts(82_604_811, 0).saturating_mul(r.into())) + // Minimum execution time: 73_249_000 picoseconds. + Weight::from_parts(85_387_353, 0) + // Standard Error: 94_629 + .saturating_add(Weight::from_parts(82_622_132, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_block_height(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_123_000 picoseconds. - Weight::from_parts(71_215_182, 0) - // Standard Error: 159_092 - .saturating_add(Weight::from_parts(72_199_413, 0).saturating_mul(r.into())) + // Minimum execution time: 73_351_000 picoseconds. + Weight::from_parts(86_797_062, 0) + // Standard Error: 93_741 + .saturating_add(Weight::from_parts(78_374_247, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_block_timestamp(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_554_000 picoseconds. - Weight::from_parts(74_432_437, 0) - // Standard Error: 47_489 - .saturating_add(Weight::from_parts(71_782_100, 0).saturating_mul(r.into())) + // Minimum execution time: 73_743_000 picoseconds. + Weight::from_parts(86_659_181, 0) + // Standard Error: 68_268 + .saturating_add(Weight::from_parts(71_500_893, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 20]`. fn gr_random(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_209_000 picoseconds. - Weight::from_parts(81_020_535, 0) - // Standard Error: 149_522 - .saturating_add(Weight::from_parts(145_223_647, 0).saturating_mul(n.into())) + // Minimum execution time: 73_830_000 picoseconds. + Weight::from_parts(90_187_397, 0) + // Standard Error: 186_196 + .saturating_add(Weight::from_parts(148_010_685, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_deposit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_784_000 picoseconds. - Weight::from_parts(65_869_000, 0) - // Standard Error: 3_904_257 - .saturating_add(Weight::from_parts(731_805_655, 0).saturating_mul(r.into())) + // Minimum execution time: 75_646_000 picoseconds. + Weight::from_parts(78_273_000, 0) + // Standard Error: 2_806_746 + .saturating_add(Weight::from_parts(629_704_408, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_615_000 picoseconds. - Weight::from_parts(74_722_045, 0) - // Standard Error: 194_666 - .saturating_add(Weight::from_parts(235_908_247, 0).saturating_mul(r.into())) + // Minimum execution time: 73_233_000 picoseconds. + Weight::from_parts(83_921_758, 0) + // Standard Error: 185_635 + .saturating_add(Weight::from_parts(237_129_865, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 289_189_000 picoseconds. - Weight::from_parts(291_035_000, 0) - // Standard Error: 260_141 - .saturating_add(Weight::from_parts(41_136_292, 0).saturating_mul(n.into())) + // Minimum execution time: 296_969_000 picoseconds. + Weight::from_parts(298_985_000, 0) + // Standard Error: 253_454 + .saturating_add(Weight::from_parts(40_386_347, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_793_000 picoseconds. - Weight::from_parts(72_323_411, 0) - // Standard Error: 151_034 - .saturating_add(Weight::from_parts(238_825_023, 0).saturating_mul(r.into())) + // Minimum execution time: 73_288_000 picoseconds. + Weight::from_parts(89_204_827, 0) + // Standard Error: 200_278 + .saturating_add(Weight::from_parts(239_818_561, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_wgas_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 293_375_000 picoseconds. - Weight::from_parts(295_304_000, 0) - // Standard Error: 258_605 - .saturating_add(Weight::from_parts(41_049_469, 0).saturating_mul(n.into())) + // Minimum execution time: 300_106_000 picoseconds. + Weight::from_parts(303_875_000, 0) + // Standard Error: 249_930 + .saturating_add(Weight::from_parts(40_333_892, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 684_816_000 picoseconds. - Weight::from_parts(701_630_081, 0) - // Standard Error: 185_993 - .saturating_add(Weight::from_parts(226_793_863, 0).saturating_mul(r.into())) + // Minimum execution time: 688_959_000 picoseconds. + Weight::from_parts(703_207_986, 0) + // Standard Error: 157_844 + .saturating_add(Weight::from_parts(226_913_525, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_input_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 678_218_000 picoseconds. - Weight::from_parts(708_679_759, 0) - // Standard Error: 212_978 - .saturating_add(Weight::from_parts(229_380_293, 0).saturating_mul(r.into())) + // Minimum execution time: 685_090_000 picoseconds. + Weight::from_parts(704_454_554, 0) + // Standard Error: 180_430 + .saturating_add(Weight::from_parts(231_236_920, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_init(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_118_000 picoseconds. - Weight::from_parts(74_356_887, 0) - // Standard Error: 58_295 - .saturating_add(Weight::from_parts(87_860_909, 0).saturating_mul(r.into())) + // Minimum execution time: 73_111_000 picoseconds. + Weight::from_parts(81_082_532, 0) + // Standard Error: 93_145 + .saturating_add(Weight::from_parts(86_954_903, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_push(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_761_957_000 picoseconds. - Weight::from_parts(1_822_477_976, 0) - // Standard Error: 151_720 - .saturating_add(Weight::from_parts(161_756_949, 0).saturating_mul(r.into())) + // Minimum execution time: 1_760_965_000 picoseconds. + Weight::from_parts(1_845_535_850, 0) + // Standard Error: 314_641 + .saturating_add(Weight::from_parts(155_554_869, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_push_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 277_173_000 picoseconds. - Weight::from_parts(280_451_000, 0) - // Standard Error: 260_571 - .saturating_add(Weight::from_parts(41_229_651, 0).saturating_mul(n.into())) + // Minimum execution time: 281_442_000 picoseconds. + Weight::from_parts(288_125_000, 0) + // Standard Error: 246_660 + .saturating_add(Weight::from_parts(40_350_642, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_687_233_000 picoseconds. - Weight::from_parts(1_827_139_879, 0) - // Standard Error: 162_247 - .saturating_add(Weight::from_parts(196_316_284, 0).saturating_mul(r.into())) + // Minimum execution time: 1_742_726_000 picoseconds. + Weight::from_parts(1_841_004_875, 0) + // Standard Error: 235_718 + .saturating_add(Weight::from_parts(196_802_226, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_commit_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_711_334_000 picoseconds. - Weight::from_parts(1_826_428_398, 0) - // Standard Error: 169_581 - .saturating_add(Weight::from_parts(199_470_392, 0).saturating_mul(r.into())) + // Minimum execution time: 1_731_055_000 picoseconds. + Weight::from_parts(1_826_121_868, 0) + // Standard Error: 203_003 + .saturating_add(Weight::from_parts(199_985_216, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reservation_send(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 140_830_000 picoseconds. - Weight::from_parts(146_818_158, 0) - // Standard Error: 178_439 - .saturating_add(Weight::from_parts(252_911_483, 0).saturating_mul(r.into())) + // Minimum execution time: 139_482_000 picoseconds. + Weight::from_parts(136_169_897, 0) + // Standard Error: 194_378 + .saturating_add(Weight::from_parts(273_651_783, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_send_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 379_307_000 picoseconds. - Weight::from_parts(380_217_000, 0) - // Standard Error: 257_875 - .saturating_add(Weight::from_parts(41_211_921, 0).saturating_mul(n.into())) + // Minimum execution time: 386_363_000 picoseconds. + Weight::from_parts(391_786_000, 0) + // Standard Error: 258_457 + .saturating_add(Weight::from_parts(40_427_721, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reservation_send_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_819_540_000 picoseconds. - Weight::from_parts(1_895_407_753, 0) - // Standard Error: 181_488 - .saturating_add(Weight::from_parts(212_948_376, 0).saturating_mul(r.into())) + // Minimum execution time: 1_786_972_000 picoseconds. + Weight::from_parts(1_870_349_345, 0) + // Standard Error: 252_629 + .saturating_add(Weight::from_parts(233_348_493, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_427_000 picoseconds. - Weight::from_parts(82_330_000, 0) - // Standard Error: 2_611 - .saturating_add(Weight::from_parts(673_738, 0).saturating_mul(n.into())) + // Minimum execution time: 86_425_000 picoseconds. + Weight::from_parts(6_237_930, 0) + // Standard Error: 3_877 + .saturating_add(Weight::from_parts(728_798, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_wgas_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 80_933_000 picoseconds. - Weight::from_parts(82_389_000, 0) - // Standard Error: 2_640 - .saturating_add(Weight::from_parts(675_302, 0).saturating_mul(n.into())) + // Minimum execution time: 86_204_000 picoseconds. + Weight::from_parts(6_382_287, 0) + // Standard Error: 3_876 + .saturating_add(Weight::from_parts(728_188, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_push(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 65_416_000 picoseconds. - Weight::from_parts(68_318_482, 0) - // Standard Error: 367_827 - .saturating_add(Weight::from_parts(138_926_133, 0).saturating_mul(r.into())) + // Minimum execution time: 73_392_000 picoseconds. + Weight::from_parts(98_913_061, 0) + // Standard Error: 149_394 + .saturating_add(Weight::from_parts(136_129_726, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 8192]`. fn gr_reply_push_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 77_420_000 picoseconds. - Weight::from_parts(80_735_790, 0) - // Standard Error: 716 - .saturating_add(Weight::from_parts(672_255, 0).saturating_mul(n.into())) + // Minimum execution time: 83_698_000 picoseconds. + Weight::from_parts(87_372_499, 0) + // Standard Error: 686 + .saturating_add(Weight::from_parts(668_338, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_reply_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 79_886_000 picoseconds. - Weight::from_parts(80_388_000, 0) - // Standard Error: 2_607 - .saturating_add(Weight::from_parts(675_230, 0).saturating_mul(n.into())) + // Minimum execution time: 83_432_000 picoseconds. + Weight::from_parts(5_271_088, 0) + // Standard Error: 3_912 + .saturating_add(Weight::from_parts(720_353, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_reply_commit_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_347_000 picoseconds. - Weight::from_parts(82_111_000, 0) - // Standard Error: 2_668 - .saturating_add(Weight::from_parts(673_330, 0).saturating_mul(n.into())) + // Minimum execution time: 84_977_000 picoseconds. + Weight::from_parts(6_445_153, 0) + // Standard Error: 3_907 + .saturating_add(Weight::from_parts(726_961, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_to(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_347_000 picoseconds. - Weight::from_parts(74_512_490, 0) - // Standard Error: 178_897 - .saturating_add(Weight::from_parts(73_965_812, 0).saturating_mul(r.into())) + // Minimum execution time: 72_430_000 picoseconds. + Weight::from_parts(84_793_838, 0) + // Standard Error: 73_990 + .saturating_add(Weight::from_parts(75_811_938, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_signal_code(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 66_450_000 picoseconds. - Weight::from_parts(88_801_264, 0) - // Standard Error: 182_723 - .saturating_add(Weight::from_parts(71_400_426, 0).saturating_mul(r.into())) + // Minimum execution time: 74_453_000 picoseconds. + Weight::from_parts(81_824_002, 0) + // Standard Error: 98_573 + .saturating_add(Weight::from_parts(79_443_293, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_signal_from(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 66_514_000 picoseconds. - Weight::from_parts(70_789_962, 0) - // Standard Error: 265_186 - .saturating_add(Weight::from_parts(74_669_206, 0).saturating_mul(r.into())) + // Minimum execution time: 74_281_000 picoseconds. + Weight::from_parts(85_954_515, 0) + // Standard Error: 83_865 + .saturating_add(Weight::from_parts(76_081_410, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_push_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 681_082_000 picoseconds. - Weight::from_parts(700_871_534, 0) - // Standard Error: 300_662 - .saturating_add(Weight::from_parts(93_383_929, 0).saturating_mul(r.into())) + // Minimum execution time: 685_858_000 picoseconds. + Weight::from_parts(704_529_778, 0) + // Standard Error: 92_814 + .saturating_add(Weight::from_parts(91_766_393, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_push_input_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 691_414_000 picoseconds. - Weight::from_parts(699_656_877, 0) - // Standard Error: 321 - .saturating_add(Weight::from_parts(146_829, 0).saturating_mul(n.into())) + // Minimum execution time: 702_381_000 picoseconds. + Weight::from_parts(705_004_038, 0) + // Standard Error: 243 + .saturating_add(Weight::from_parts(147_513, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_push_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_389_103_000 picoseconds. - Weight::from_parts(2_430_329_059, 0) - // Standard Error: 272_111 - .saturating_add(Weight::from_parts(116_238_106, 0).saturating_mul(r.into())) + // Minimum execution time: 2_316_341_000 picoseconds. + Weight::from_parts(2_460_147_863, 0) + // Standard Error: 244_611 + .saturating_add(Weight::from_parts(115_133_940, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_push_input_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_542_554_000 picoseconds. - Weight::from_parts(2_299_595_154, 0) - // Standard Error: 6_667 - .saturating_add(Weight::from_parts(13_426_168, 0).saturating_mul(n.into())) + // Minimum execution time: 2_421_148_000 picoseconds. + Weight::from_parts(2_357_811_309, 0) + // Standard Error: 6_197 + .saturating_add(Weight::from_parts(13_258_237, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_debug(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_942_000 picoseconds. - Weight::from_parts(71_222_257, 0) - // Standard Error: 282_548 - .saturating_add(Weight::from_parts(96_974_311, 0).saturating_mul(r.into())) + // Minimum execution time: 74_244_000 picoseconds. + Weight::from_parts(86_739_673, 0) + // Standard Error: 51_192 + .saturating_add(Weight::from_parts(102_043_421, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_debug_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 127_348_000 picoseconds. - Weight::from_parts(128_826_000, 0) - // Standard Error: 275_805 - .saturating_add(Weight::from_parts(36_847_588, 0).saturating_mul(n.into())) + // Minimum execution time: 139_693_000 picoseconds. + Weight::from_parts(142_957_000, 0) + // Standard Error: 260_388 + .saturating_add(Weight::from_parts(35_962_486, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_code(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_312_000 picoseconds. - Weight::from_parts(76_973_512, 0) - // Standard Error: 267_579 - .saturating_add(Weight::from_parts(73_865_785, 0).saturating_mul(r.into())) + // Minimum execution time: 72_360_000 picoseconds. + Weight::from_parts(85_921_193, 0) + // Standard Error: 61_329 + .saturating_add(Weight::from_parts(72_076_077, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_wake(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 99_983_000 picoseconds. - Weight::from_parts(101_079_000, 0) - // Standard Error: 1_785_219 - .saturating_add(Weight::from_parts(298_212_769, 0).saturating_mul(r.into())) + // Minimum execution time: 101_988_000 picoseconds. + Weight::from_parts(106_011_000, 0) + // Standard Error: 1_138_394 + .saturating_add(Weight::from_parts(240_918_489, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_create_program(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 72_754_000 picoseconds. - Weight::from_parts(66_952_440, 0) - // Standard Error: 211_231 - .saturating_add(Weight::from_parts(299_662_143, 0).saturating_mul(r.into())) + // Minimum execution time: 77_083_000 picoseconds. + Weight::from_parts(82_392_641, 0) + // Standard Error: 241_345 + .saturating_add(Weight::from_parts(295_215_414, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 2048]`. /// The range of component `s` is `[1, 2048]`. @@ -1112,22 +1113,22 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_516_220_000 picoseconds. - Weight::from_parts(62_529_111_000, 0) - // Standard Error: 442_882 - .saturating_add(Weight::from_parts(9_722_855, 0).saturating_mul(p.into())) - // Standard Error: 442_860 - .saturating_add(Weight::from_parts(115_654_491, 0).saturating_mul(s.into())) + // Minimum execution time: 60_912_497_000 picoseconds. + Weight::from_parts(61_001_736_000, 0) + // Standard Error: 434_085 + .saturating_add(Weight::from_parts(9_577_304, 0).saturating_mul(p.into())) + // Standard Error: 434_063 + .saturating_add(Weight::from_parts(114_958_531, 0).saturating_mul(s.into())) } /// The range of component `r` is `[0, 20]`. fn gr_create_program_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 72_855_000 picoseconds. - Weight::from_parts(64_239_384, 0) - // Standard Error: 180_241 - .saturating_add(Weight::from_parts(302_970_508, 0).saturating_mul(r.into())) + // Minimum execution time: 77_894_000 picoseconds. + Weight::from_parts(77_856_403, 0) + // Standard Error: 227_166 + .saturating_add(Weight::from_parts(300_654_636, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 2048]`. /// The range of component `s` is `[1, 2048]`. @@ -1135,22 +1136,22 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_660_773_000 picoseconds. - Weight::from_parts(62_745_638_000, 0) - // Standard Error: 440_013 - .saturating_add(Weight::from_parts(9_690_878, 0).saturating_mul(p.into())) - // Standard Error: 439_991 - .saturating_add(Weight::from_parts(115_839_080, 0).saturating_mul(s.into())) + // Minimum execution time: 61_021_139_000 picoseconds. + Weight::from_parts(61_043_109_000, 0) + // Standard Error: 430_182 + .saturating_add(Weight::from_parts(9_408_879, 0).saturating_mul(p.into())) + // Standard Error: 430_161 + .saturating_add(Weight::from_parts(114_644_381, 0).saturating_mul(s.into())) } /// The range of component `p` is `[0, 512]`. fn lazy_pages_signal_read(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 64_426_000 picoseconds. - Weight::from_parts(94_830_600, 1131) - // Standard Error: 5_927 - .saturating_add(Weight::from_parts(13_542_530, 0).saturating_mul(p.into())) + // Minimum execution time: 75_577_000 picoseconds. + Weight::from_parts(101_890_284, 1131) + // Standard Error: 7_029 + .saturating_add(Weight::from_parts(13_466_439, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -1159,10 +1160,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 63_843_000 picoseconds. - Weight::from_parts(64_633_000, 1131) - // Standard Error: 16_915 - .saturating_add(Weight::from_parts(34_986_519, 0).saturating_mul(p.into())) + // Minimum execution time: 74_841_000 picoseconds. + Weight::from_parts(75_691_000, 1131) + // Standard Error: 13_487 + .saturating_add(Weight::from_parts(36_441_083, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -1171,10 +1172,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `5069931` - // Minimum execution time: 6_989_689_000 picoseconds. - Weight::from_parts(6_944_641_877, 5069931) - // Standard Error: 22_716 - .saturating_add(Weight::from_parts(34_655_231, 0).saturating_mul(p.into())) + // Minimum execution time: 6_947_594_000 picoseconds. + Weight::from_parts(7_016_485_652, 5069931) + // Standard Error: 60_333 + .saturating_add(Weight::from_parts(36_561_754, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2048_u64)) } /// The range of component `p` is `[0, 512]`. @@ -1182,10 +1183,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1820 + p * (65580 ±0)` // Estimated: `1946 + p * (75482 ±0)` - // Minimum execution time: 63_290_000 picoseconds. - Weight::from_parts(64_778_000, 1946) - // Standard Error: 64_743 - .saturating_add(Weight::from_parts(56_066_142, 0).saturating_mul(p.into())) + // Minimum execution time: 76_536_000 picoseconds. + Weight::from_parts(14_595_619, 1946) + // Standard Error: 157_578 + .saturating_add(Weight::from_parts(50_153_031, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 75482).saturating_mul(p.into())) } @@ -1194,10 +1195,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 67_053_000 picoseconds. - Weight::from_parts(2_058_229, 1131) - // Standard Error: 271_877 - .saturating_add(Weight::from_parts(54_230_656, 0).saturating_mul(p.into())) + // Minimum execution time: 78_193_000 picoseconds. + Weight::from_parts(7_236_713, 1131) + // Standard Error: 269_644 + .saturating_add(Weight::from_parts(48_480_231, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -1206,10 +1207,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1496 + p * (9883 ±2)` - // Minimum execution time: 712_903_000 picoseconds. - Weight::from_parts(603_237_610, 1496) - // Standard Error: 357_309 - .saturating_add(Weight::from_parts(63_168_097, 0).saturating_mul(p.into())) + // Minimum execution time: 713_187_000 picoseconds. + Weight::from_parts(590_866_829, 1496) + // Standard Error: 369_244 + .saturating_add(Weight::from_parts(59_523_369, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9883).saturating_mul(p.into())) } @@ -1218,10 +1219,10 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `317931` - // Minimum execution time: 1_334_949_000 picoseconds. - Weight::from_parts(1_233_350_508, 317931) - // Standard Error: 363_291 - .saturating_add(Weight::from_parts(58_133_894, 0).saturating_mul(p.into())) + // Minimum execution time: 1_154_253_000 picoseconds. + Weight::from_parts(1_039_979_380, 317931) + // Standard Error: 368_468 + .saturating_add(Weight::from_parts(59_946_120, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(128_u64)) } /// The range of component `r` is `[50, 500]`. @@ -1229,880 +1230,882 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_550_066_000 picoseconds. - Weight::from_parts(4_734_780_905, 0) - // Standard Error: 33_164 - .saturating_add(Weight::from_parts(1_414_229 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 4_408_476_000 picoseconds. + Weight::from_parts(4_345_850_428, 0) + // Standard Error: 21_058 + .saturating_add(Weight::from_parts(2_656_511 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i32load(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_237_338_000 picoseconds. - Weight::from_parts(4_278_916_633, 0) - // Standard Error: 10_367 - .saturating_add(Weight::from_parts(2_204_826 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 4_405_085_000 picoseconds. + Weight::from_parts(4_338_401_176, 0) + // Standard Error: 21_960 + .saturating_add(Weight::from_parts(2_641_092 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i64store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_462_837_000 picoseconds. - Weight::from_parts(8_633_141_052, 0) - // Standard Error: 103_305 - .saturating_add(Weight::from_parts(8_363_979 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 9_431_492_000 picoseconds. + Weight::from_parts(9_673_680_509, 0) + // Standard Error: 30_676 + .saturating_add(Weight::from_parts(4_680_213 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i32store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_402_210_000 picoseconds. - Weight::from_parts(8_456_542_985, 0) - // Standard Error: 81_438 - .saturating_add(Weight::from_parts(8_402_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 9_360_480_000 picoseconds. + Weight::from_parts(9_537_261_740, 0) + // Standard Error: 27_533 + .saturating_add(Weight::from_parts(4_979_672 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_select(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(310_058, 0) - // Standard Error: 2_437 - .saturating_add(Weight::from_parts(1_992_632 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(1_379_000, 0) + // Standard Error: 9_565 + .saturating_add(Weight::from_parts(2_945_850 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_179_000 picoseconds. - Weight::from_parts(670_203, 0) - // Standard Error: 2_916 - .saturating_add(Weight::from_parts(1_930_908 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_383_000 picoseconds. + Weight::from_parts(1_429_000, 0) + // Standard Error: 4_951 + .saturating_add(Weight::from_parts(2_209_232 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_108_000 picoseconds. - Weight::from_parts(1_167_000, 0) - // Standard Error: 1_627 - .saturating_add(Weight::from_parts(1_542_130 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_320_000 picoseconds. + Weight::from_parts(2_272_981, 0) + // Standard Error: 953 + .saturating_add(Weight::from_parts(1_508_484 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_101_000 picoseconds. - Weight::from_parts(387_051, 0) - // Standard Error: 2_939 - .saturating_add(Weight::from_parts(1_789_477 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_288_000 picoseconds. + Weight::from_parts(144_996, 0) + // Standard Error: 11_883 + .saturating_add(Weight::from_parts(2_531_434 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_table(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_071_000 picoseconds. - Weight::from_parts(1_264_212, 0) - // Standard Error: 2_598 - .saturating_add(Weight::from_parts(3_415_339 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_351_000 picoseconds. + Weight::from_parts(1_389_000, 0) + // Standard Error: 27_866 + .saturating_add(Weight::from_parts(4_686_267 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. fn instr_br_table_per_entry(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_663_000 picoseconds. - Weight::from_parts(4_037_704, 0) - // Standard Error: 596 - .saturating_add(Weight::from_parts(42_663 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(e.into())) + // Minimum execution time: 4_967_000 picoseconds. + Weight::from_parts(5_468_496, 0) + // Standard Error: 844 + .saturating_add(Weight::from_parts(73_871 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(e.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call_const(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_151_000 picoseconds. - Weight::from_parts(1_125_724, 0) - // Standard Error: 5_890 - .saturating_add(Weight::from_parts(2_449_200 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_350_000 picoseconds. + Weight::from_parts(1_401_024, 0) + // Standard Error: 6_380 + .saturating_add(Weight::from_parts(2_471_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } fn instr_i64const(r: u32, ) -> Weight { Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts((2_449_200 - - 2_310_323) * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts((2_471_195 - + 2_301_712) * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_114_000 picoseconds. - Weight::from_parts(645_468, 0) - // Standard Error: 11_843 - .saturating_add(Weight::from_parts(2_310_323 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_309_000 picoseconds. + Weight::from_parts(1_843_444, 0) + // Standard Error: 12_136 + .saturating_add(Weight::from_parts(2_301_712 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call_indirect(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_220_000 picoseconds. - Weight::from_parts(1_464_642, 0) - // Standard Error: 10_969 - .saturating_add(Weight::from_parts(7_400_628 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_411_000 picoseconds. + Weight::from_parts(1_445_000, 0) + // Standard Error: 15_605 + .saturating_add(Weight::from_parts(9_830_913 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 128]`. fn instr_call_indirect_per_param(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_666_000 picoseconds. - Weight::from_parts(3_692_740, 0) - // Standard Error: 2_612 - .saturating_add(Weight::from_parts(490_880 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(p.into())) + // Minimum execution time: 10_270_000 picoseconds. + Weight::from_parts(10_345_000, 0) + // Standard Error: 9_614 + .saturating_add(Weight::from_parts(657_200 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(p.into())) } /// The range of component `l` is `[0, 1024]`. - fn instr_call_per_local(_l: u32, ) -> Weight { + fn instr_call_per_local(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_453_000 picoseconds. - Weight::from_parts(2_672_317, 0) + // Minimum execution time: 3_756_000 picoseconds. + Weight::from_parts(3_964_298, 0) + // Standard Error: 7 + .saturating_add(Weight::from_parts(12 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(l.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_602_000 picoseconds. - Weight::from_parts(6_688_896, 0) - // Standard Error: 3_400 - .saturating_add(Weight::from_parts(356_031 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 6_016_000 picoseconds. + Weight::from_parts(8_681_396, 0) + // Standard Error: 3_586 + .saturating_add(Weight::from_parts(310_101 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_584_000 picoseconds. - Weight::from_parts(7_272_206, 0) - // Standard Error: 3_857 - .saturating_add(Weight::from_parts(737_122 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 5_906_000 picoseconds. + Weight::from_parts(9_137_545, 0) + // Standard Error: 3_316 + .saturating_add(Weight::from_parts(685_474 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_tee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_547_000 picoseconds. - Weight::from_parts(8_406_173, 0) - // Standard Error: 4_393 - .saturating_add(Weight::from_parts(700_704 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 5_975_000 picoseconds. + Weight::from_parts(9_760_427, 0) + // Standard Error: 3_573 + .saturating_add(Weight::from_parts(671_443 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_779_000 picoseconds. - Weight::from_parts(4_358_940, 0) - // Standard Error: 3_030 - .saturating_add(Weight::from_parts(353_939 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_374_000 picoseconds. + Weight::from_parts(1_000_357, 0) + // Standard Error: 3_626 + .saturating_add(Weight::from_parts(291_977 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_794_000 picoseconds. - Weight::from_parts(4_564_948, 0) - // Standard Error: 2_940 - .saturating_add(Weight::from_parts(539_450 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_358_000 picoseconds. + Weight::from_parts(1_418_000, 0) + // Standard Error: 9_282 + .saturating_add(Weight::from_parts(649_994 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_memory_current(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_548_000 picoseconds. - Weight::from_parts(4_717_005, 0) - // Standard Error: 4_665 - .saturating_add(Weight::from_parts(5_547_761 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_536_000 picoseconds. + Weight::from_parts(1_044_793, 0) + // Standard Error: 5_498 + .saturating_add(Weight::from_parts(5_731_900 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_064_000 picoseconds. - Weight::from_parts(410_766, 0) - // Standard Error: 3_452 - .saturating_add(Weight::from_parts(2_021_854 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_233_000 picoseconds. + Weight::from_parts(1_215_148, 0) + // Standard Error: 2_819 + .saturating_add(Weight::from_parts(260_155 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_123_000 picoseconds. - Weight::from_parts(468_123, 0) - // Standard Error: 3_586 - .saturating_add(Weight::from_parts(1_956_633 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_328_000 picoseconds. + Weight::from_parts(1_437_168, 0) + // Standard Error: 3_610 + .saturating_add(Weight::from_parts(202_028 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_174_000 picoseconds. - Weight::from_parts(233_592, 0) - // Standard Error: 2_814 - .saturating_add(Weight::from_parts(1_939_744 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_357_000 picoseconds. + Weight::from_parts(1_136_794, 0) + // Standard Error: 2_205 + .saturating_add(Weight::from_parts(268_251 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_126_000 picoseconds. - Weight::from_parts(161_858, 0) - // Standard Error: 2_763 - .saturating_add(Weight::from_parts(1_872_412 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_786_406, 0) + // Standard Error: 547 + .saturating_add(Weight::from_parts(180_114 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_051_000 picoseconds. - Weight::from_parts(970_769, 0) - // Standard Error: 1_487 - .saturating_add(Weight::from_parts(331_209 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_317_000 picoseconds. + Weight::from_parts(1_117_534, 0) + // Standard Error: 2_364 + .saturating_add(Weight::from_parts(269_422 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(940_022, 0) - // Standard Error: 2_635 - .saturating_add(Weight::from_parts(264_051 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_805_624, 0) + // Standard Error: 1_838 + .saturating_add(Weight::from_parts(195_483 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(622_887, 0) - // Standard Error: 4_781 - .saturating_add(Weight::from_parts(736_921 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_320_000 picoseconds. + Weight::from_parts(1_392_000, 0) + // Standard Error: 9_162 + .saturating_add(Weight::from_parts(912_172 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_138_000 picoseconds. - Weight::from_parts(767_930, 0) - // Standard Error: 1_870 - .saturating_add(Weight::from_parts(512_872 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_301_000 picoseconds. + Weight::from_parts(1_338_000, 0) + // Standard Error: 3_325 + .saturating_add(Weight::from_parts(496_929 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32extend8s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_089_000 picoseconds. - Weight::from_parts(804_044, 0) - // Standard Error: 2_549 - .saturating_add(Weight::from_parts(277_747 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(1_611_666, 0) + // Standard Error: 625 + .saturating_add(Weight::from_parts(171_506 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32extend16s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_162_948, 0) - // Standard Error: 1_228 - .saturating_add(Weight::from_parts(242_966 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_317_000 picoseconds. + Weight::from_parts(1_700_147, 0) + // Standard Error: 877 + .saturating_add(Weight::from_parts(170_172 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend8s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_116_000 picoseconds. - Weight::from_parts(1_298_716, 0) - // Standard Error: 2_781 - .saturating_add(Weight::from_parts(311_638 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_316_000 picoseconds. + Weight::from_parts(1_329_895, 0) + // Standard Error: 1_945 + .saturating_add(Weight::from_parts(244_746 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend16s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(1_529_854, 0) - // Standard Error: 2_716 - .saturating_add(Weight::from_parts(303_947 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_277_000 picoseconds. + Weight::from_parts(1_095_174, 0) + // Standard Error: 4_447 + .saturating_add(Weight::from_parts(256_010 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend32s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_130_000 picoseconds. - Weight::from_parts(1_166_717, 0) - // Standard Error: 1_413 - .saturating_add(Weight::from_parts(287_342 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(948_185, 0) + // Standard Error: 5_240 + .saturating_add(Weight::from_parts(252_152 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendsi32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_165_000 picoseconds. - Weight::from_parts(891_706, 0) - // Standard Error: 2_465 - .saturating_add(Weight::from_parts(249_410 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_364_000 picoseconds. + Weight::from_parts(1_691_742, 0) + // Standard Error: 1_108 + .saturating_add(Weight::from_parts(154_813 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendui32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_125_000 picoseconds. - Weight::from_parts(1_399_184, 0) - // Standard Error: 1_248 - .saturating_add(Weight::from_parts(141_084 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_363_000 picoseconds. + Weight::from_parts(1_847_986, 0) + // Standard Error: 1_147 + .saturating_add(Weight::from_parts(93_233 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32wrapi64(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_138_000 picoseconds. - Weight::from_parts(1_505_788, 0) - // Standard Error: 862 - .saturating_add(Weight::from_parts(133_725 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_281_000 picoseconds. + Weight::from_parts(1_961_077, 0) + // Standard Error: 696 + .saturating_add(Weight::from_parts(87_341 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_112_000 picoseconds. - Weight::from_parts(1_214_179, 0) - // Standard Error: 4_666 - .saturating_add(Weight::from_parts(720_432 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_333_000 picoseconds. + Weight::from_parts(1_372_000, 0) + // Standard Error: 11_911 + .saturating_add(Weight::from_parts(1_008_734 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_108_000 picoseconds. - Weight::from_parts(1_273_454, 0) - // Standard Error: 4_433 - .saturating_add(Weight::from_parts(532_996 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_307_000 picoseconds. + Weight::from_parts(1_376_000, 0) + // Standard Error: 4_838 + .saturating_add(Weight::from_parts(540_102 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_131_000 picoseconds. - Weight::from_parts(606_887, 0) - // Standard Error: 4_030 - .saturating_add(Weight::from_parts(740_699 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_298_000 picoseconds. + Weight::from_parts(1_343_000, 0) + // Standard Error: 16_519 + .saturating_add(Weight::from_parts(1_191_585 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_073_000 picoseconds. - Weight::from_parts(652_962, 0) - // Standard Error: 2_826 - .saturating_add(Weight::from_parts(545_710 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_303_000 picoseconds. + Weight::from_parts(1_399_000, 0) + // Standard Error: 6_288 + .saturating_add(Weight::from_parts(573_438 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_105_000 picoseconds. - Weight::from_parts(505_518, 0) - // Standard Error: 3_790 - .saturating_add(Weight::from_parts(746_533 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_328_000 picoseconds. + Weight::from_parts(1_397_000, 0) + // Standard Error: 9_065 + .saturating_add(Weight::from_parts(917_725 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(912_665, 0) - // Standard Error: 3_811 - .saturating_add(Weight::from_parts(534_806 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_326_000 picoseconds. + Weight::from_parts(1_387_000, 0) + // Standard Error: 3_994 + .saturating_add(Weight::from_parts(512_663 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_119_000 picoseconds. - Weight::from_parts(741_736, 0) - // Standard Error: 3_635 - .saturating_add(Weight::from_parts(741_879 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_275_000 picoseconds. + Weight::from_parts(1_370_000, 0) + // Standard Error: 8_166 + .saturating_add(Weight::from_parts(896_742 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_129_000 picoseconds. - Weight::from_parts(748_486, 0) - // Standard Error: 4_137 - .saturating_add(Weight::from_parts(534_778 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_322_000 picoseconds. + Weight::from_parts(1_352_000, 0) + // Standard Error: 4_428 + .saturating_add(Weight::from_parts(521_146 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_077_000 picoseconds. - Weight::from_parts(1_098_504, 0) - // Standard Error: 4_305 - .saturating_add(Weight::from_parts(727_854 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_316_000 picoseconds. + Weight::from_parts(1_362_000, 0) + // Standard Error: 10_964 + .saturating_add(Weight::from_parts(950_113 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_114_000 picoseconds. - Weight::from_parts(1_122_798, 0) - // Standard Error: 1_840 - .saturating_add(Weight::from_parts(505_466 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_314_000 picoseconds. + Weight::from_parts(1_430_000, 0) + // Standard Error: 6_233 + .saturating_add(Weight::from_parts(527_757 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_141_000 picoseconds. - Weight::from_parts(1_415_320, 0) - // Standard Error: 4_769 - .saturating_add(Weight::from_parts(721_643 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_290_000 picoseconds. + Weight::from_parts(1_345_000, 0) + // Standard Error: 8_041 + .saturating_add(Weight::from_parts(888_646 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_098_000 picoseconds. - Weight::from_parts(1_353_387, 0) - // Standard Error: 2_800 - .saturating_add(Weight::from_parts(508_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_332_000 picoseconds. + Weight::from_parts(1_402_000, 0) + // Standard Error: 3_295 + .saturating_add(Weight::from_parts(501_011 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_149_000 picoseconds. - Weight::from_parts(1_110_037, 0) - // Standard Error: 4_337 - .saturating_add(Weight::from_parts(722_241 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(1_377_000, 0) + // Standard Error: 8_442 + .saturating_add(Weight::from_parts(910_933 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_102_000 picoseconds. - Weight::from_parts(772_878, 0) - // Standard Error: 3_726 - .saturating_add(Weight::from_parts(557_525 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_333_000 picoseconds. + Weight::from_parts(1_401_000, 0) + // Standard Error: 5_606 + .saturating_add(Weight::from_parts(521_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(483_272, 0) - // Standard Error: 4_088 - .saturating_add(Weight::from_parts(748_806 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_376_000, 0) + // Standard Error: 12_294 + .saturating_add(Weight::from_parts(950_492 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_083_000 picoseconds. - Weight::from_parts(1_474_751, 0) - // Standard Error: 3_387 - .saturating_add(Weight::from_parts(508_996 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_336_000 picoseconds. + Weight::from_parts(1_403_000, 0) + // Standard Error: 4_497 + .saturating_add(Weight::from_parts(487_845 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_164_000 picoseconds. - Weight::from_parts(1_056_323, 0) - // Standard Error: 4_486 - .saturating_add(Weight::from_parts(743_520 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_371_000 picoseconds. + Weight::from_parts(1_407_000, 0) + // Standard Error: 14_384 + .saturating_add(Weight::from_parts(1_038_473 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_145_000 picoseconds. - Weight::from_parts(1_314_789, 0) - // Standard Error: 1_726 - .saturating_add(Weight::from_parts(498_625 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_318_000 picoseconds. + Weight::from_parts(1_366_000, 0) + // Standard Error: 3_536 + .saturating_add(Weight::from_parts(501_421 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_121_000 picoseconds. - Weight::from_parts(1_204_844, 0) - // Standard Error: 5_170 - .saturating_add(Weight::from_parts(734_780 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_349_000 picoseconds. + Weight::from_parts(1_390_000, 0) + // Standard Error: 12_990 + .saturating_add(Weight::from_parts(1_006_416 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_125_000 picoseconds. - Weight::from_parts(902_365, 0) - // Standard Error: 2_953 - .saturating_add(Weight::from_parts(541_622 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_326_000 picoseconds. + Weight::from_parts(1_373_000, 0) + // Standard Error: 3_004 + .saturating_add(Weight::from_parts(499_955 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_130_000 picoseconds. - Weight::from_parts(1_262_188, 0) - // Standard Error: 2_027 - .saturating_add(Weight::from_parts(545_118 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_357_000 picoseconds. + Weight::from_parts(1_394_000, 0) + // Standard Error: 5_225 + .saturating_add(Weight::from_parts(589_236 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_166_000 picoseconds. - Weight::from_parts(1_184_873, 0) - // Standard Error: 1_758 - .saturating_add(Weight::from_parts(354_905 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_327_000 picoseconds. + Weight::from_parts(616_374, 0) + // Standard Error: 6_078 + .saturating_add(Weight::from_parts(323_741 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_113_000 picoseconds. - Weight::from_parts(1_920_304, 0) - // Standard Error: 4_397 - .saturating_add(Weight::from_parts(543_294 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_377_000, 0) + // Standard Error: 4_261 + .saturating_add(Weight::from_parts(580_272 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_066_000 picoseconds. - Weight::from_parts(954_875, 0) - // Standard Error: 2_835 - .saturating_add(Weight::from_parts(354_448 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_395_000 picoseconds. + Weight::from_parts(1_248_581, 0) + // Standard Error: 1_837 + .saturating_add(Weight::from_parts(273_735 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_143_000 picoseconds. - Weight::from_parts(802_477, 0) - // Standard Error: 4_347 - .saturating_add(Weight::from_parts(683_732 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_322_000 picoseconds. + Weight::from_parts(1_368_000, 0) + // Standard Error: 12_113 + .saturating_add(Weight::from_parts(934_388 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_092_000 picoseconds. - Weight::from_parts(787_353, 0) - // Standard Error: 3_985 - .saturating_add(Weight::from_parts(522_097 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_344_000 picoseconds. + Weight::from_parts(1_411_000, 0) + // Standard Error: 6_047 + .saturating_add(Weight::from_parts(550_572 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_115_000 picoseconds. - Weight::from_parts(1_243_884, 0) - // Standard Error: 2_490 - .saturating_add(Weight::from_parts(1_495_765 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_290_000 picoseconds. + Weight::from_parts(1_385_000, 0) + // Standard Error: 7_866 + .saturating_add(Weight::from_parts(1_964_453 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(504_698, 0) - // Standard Error: 3_551 - .saturating_add(Weight::from_parts(1_142_343 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_349_000 picoseconds. + Weight::from_parts(1_411_000, 0) + // Standard Error: 11_840 + .saturating_add(Weight::from_parts(1_463_772 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_094_000 picoseconds. - Weight::from_parts(883_449, 0) - // Standard Error: 2_784 - .saturating_add(Weight::from_parts(1_546_236 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_369_000, 0) + // Standard Error: 8_470 + .saturating_add(Weight::from_parts(1_776_938 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_100_000 picoseconds. - Weight::from_parts(817_447, 0) - // Standard Error: 4_504 - .saturating_add(Weight::from_parts(1_106_059 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_348_000 picoseconds. + Weight::from_parts(1_387_000, 0) + // Standard Error: 9_310 + .saturating_add(Weight::from_parts(1_348_132 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_092_000 picoseconds. - Weight::from_parts(1_145_000, 0) - // Standard Error: 29_822 - .saturating_add(Weight::from_parts(4_651_461 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_369_000 picoseconds. + Weight::from_parts(1_434_000, 0) + // Standard Error: 32_697 + .saturating_add(Weight::from_parts(8_745_987 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_106_000 picoseconds. - Weight::from_parts(1_135_000, 0) - // Standard Error: 30_763 - .saturating_add(Weight::from_parts(3_323_346 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_343_000 picoseconds. + Weight::from_parts(1_378_000, 0) + // Standard Error: 43_147 + .saturating_add(Weight::from_parts(7_112_006 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_106_000 picoseconds. - Weight::from_parts(1_369_161, 0) - // Standard Error: 3_106 - .saturating_add(Weight::from_parts(1_528_954 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_367_000 picoseconds. + Weight::from_parts(1_417_000, 0) + // Standard Error: 6_535 + .saturating_add(Weight::from_parts(1_778_734 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_081_000 picoseconds. - Weight::from_parts(928_623, 0) - // Standard Error: 4_983 - .saturating_add(Weight::from_parts(1_093_720 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_363_000 picoseconds. + Weight::from_parts(1_418_000, 0) + // Standard Error: 8_351 + .saturating_add(Weight::from_parts(1_317_333 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_076_000 picoseconds. - Weight::from_parts(921_033, 0) - // Standard Error: 4_447 - .saturating_add(Weight::from_parts(558_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_299_000 picoseconds. + Weight::from_parts(1_384_000, 0) + // Standard Error: 7_392 + .saturating_add(Weight::from_parts(623_815 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_571_241, 0) - // Standard Error: 1_336 - .saturating_add(Weight::from_parts(313_419 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_287_000 picoseconds. + Weight::from_parts(935_149, 0) + // Standard Error: 2_071 + .saturating_add(Weight::from_parts(304_270 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_139_000 picoseconds. - Weight::from_parts(1_430_760, 0) - // Standard Error: 3_950 - .saturating_add(Weight::from_parts(525_019 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_299_000 picoseconds. + Weight::from_parts(1_355_000, 0) + // Standard Error: 4_359 + .saturating_add(Weight::from_parts(589_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_113_000 picoseconds. - Weight::from_parts(1_533_556, 0) - // Standard Error: 2_902 - .saturating_add(Weight::from_parts(330_155 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_294_000 picoseconds. + Weight::from_parts(1_027_247, 0) + // Standard Error: 2_047 + .saturating_add(Weight::from_parts(303_177 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(1_008_523, 0) - // Standard Error: 3_975 - .saturating_add(Weight::from_parts(541_732 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_405_000, 0) + // Standard Error: 5_133 + .saturating_add(Weight::from_parts(609_550 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_102_000 picoseconds. - Weight::from_parts(1_249_074, 0) - // Standard Error: 2_832 - .saturating_add(Weight::from_parts(335_476 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(603_111, 0) + // Standard Error: 6_223 + .saturating_add(Weight::from_parts(326_084 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_128_000 picoseconds. - Weight::from_parts(1_127_905, 0) - // Standard Error: 3_725 - .saturating_add(Weight::from_parts(491_963 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_303_000 picoseconds. + Weight::from_parts(1_397_000, 0) + // Standard Error: 5_895 + .saturating_add(Weight::from_parts(506_341 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_556_117, 0) - // Standard Error: 1_160 - .saturating_add(Weight::from_parts(293_739 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_247_692, 0) + // Standard Error: 1_511 + .saturating_add(Weight::from_parts(274_134 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_061_000 picoseconds. - Weight::from_parts(1_223_969, 0) - // Standard Error: 2_213 - .saturating_add(Weight::from_parts(471_266 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_311_000 picoseconds. + Weight::from_parts(1_354_000, 0) + // Standard Error: 2_897 + .saturating_add(Weight::from_parts(483_641 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(1_311_929, 0) - // Standard Error: 3_691 - .saturating_add(Weight::from_parts(331_159 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(1_329_094, 0) + // Standard Error: 2_115 + .saturating_add(Weight::from_parts(275_076 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_148_000 picoseconds. - Weight::from_parts(1_006_469, 0) - // Standard Error: 1_885 - .saturating_add(Weight::from_parts(475_187 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_276_000 picoseconds. + Weight::from_parts(1_347_000, 0) + // Standard Error: 5_598 + .saturating_add(Weight::from_parts(517_531 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_131_000 picoseconds. - Weight::from_parts(1_702_645, 0) - // Standard Error: 2_508 - .saturating_add(Weight::from_parts(299_600 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_288_000 picoseconds. + Weight::from_parts(777_418, 0) + // Standard Error: 6_424 + .saturating_add(Weight::from_parts(311_033 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_165_000 picoseconds. - Weight::from_parts(726_005, 0) - // Standard Error: 3_603 - .saturating_add(Weight::from_parts(497_056 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_297_000 picoseconds. + Weight::from_parts(1_378_000, 0) + // Standard Error: 4_789 + .saturating_add(Weight::from_parts(509_554 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_104_000 picoseconds. - Weight::from_parts(1_441_366, 0) - // Standard Error: 1_572 - .saturating_add(Weight::from_parts(303_529 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_311_000 picoseconds. + Weight::from_parts(617_995, 0) + // Standard Error: 7_052 + .saturating_add(Weight::from_parts(322_976 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_140_000 picoseconds. - Weight::from_parts(1_732_474, 0) - // Standard Error: 3_245 - .saturating_add(Weight::from_parts(457_613 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_318_000 picoseconds. + Weight::from_parts(1_391_000, 0) + // Standard Error: 3_787 + .saturating_add(Weight::from_parts(498_275 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(966_620, 0) - // Standard Error: 2_857 - .saturating_add(Weight::from_parts(335_047 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_393_000 picoseconds. + Weight::from_parts(879_010, 0) + // Standard Error: 5_769 + .saturating_add(Weight::from_parts(308_463 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } fn tasks_remove_gas_reservation() -> Weight { // Proof Size summary in bytes: - // Measured: `1164` + // Measured: `1192` // Estimated: `6196` - // Minimum execution time: 75_485_000 picoseconds. - Weight::from_parts(76_731_000, 6196) + // Minimum execution time: 77_564_000 picoseconds. + Weight::from_parts(79_369_000, 6196) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -2110,17 +2113,17 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `858` // Estimated: `4323` - // Minimum execution time: 41_658_000 picoseconds. - Weight::from_parts(42_239_000, 4323) + // Minimum execution time: 43_250_000 picoseconds. + Weight::from_parts(44_016_000, 4323) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } fn tasks_send_user_message() -> Weight { // Proof Size summary in bytes: - // Measured: `1079` + // Measured: `1113` // Estimated: `6196` - // Minimum execution time: 84_821_000 picoseconds. - Weight::from_parts(86_439_000, 6196) + // Minimum execution time: 88_938_000 picoseconds. + Weight::from_parts(89_815_000, 6196) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -2128,8 +2131,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `694` // Estimated: `4159` - // Minimum execution time: 29_130_000 picoseconds. - Weight::from_parts(29_681_000, 4159) + // Minimum execution time: 30_606_000 picoseconds. + Weight::from_parts(31_277_000, 4159) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -2137,8 +2140,8 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `937` // Estimated: `4402` - // Minimum execution time: 41_459_000 picoseconds. - Weight::from_parts(42_424_000, 4402) + // Minimum execution time: 43_204_000 picoseconds. + Weight::from_parts(43_879_000, 4402) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -2146,25 +2149,25 @@ impl WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `80` // Estimated: `3545` - // Minimum execution time: 4_410_000 picoseconds. - Weight::from_parts(4_668_000, 3545) + // Minimum execution time: 4_683_000 picoseconds. + Weight::from_parts(5_115_000, 3545) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn tasks_remove_from_waitlist() -> Weight { // Proof Size summary in bytes: - // Measured: `1635` - // Estimated: `7575` - // Minimum execution time: 116_824_000 picoseconds. - Weight::from_parts(117_581_000, 7575) - .saturating_add(T::DbWeight::get().reads(18_u64)) + // Measured: `1669` + // Estimated: `7609` + // Minimum execution time: 119_848_000 picoseconds. + Weight::from_parts(121_716_000, 7609) + .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } fn tasks_remove_from_mailbox() -> Weight { // Proof Size summary in bytes: - // Measured: `1364` - // Estimated: `7304` - // Minimum execution time: 97_425_000 picoseconds. - Weight::from_parts(98_374_000, 7304) + // Measured: `1398` + // Estimated: `7338` + // Minimum execution time: 105_087_000 picoseconds. + Weight::from_parts(106_798_000, 7338) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } @@ -2177,140 +2180,140 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_827_000 picoseconds. - Weight::from_parts(61_020_514, 0) - // Standard Error: 30_183 - .saturating_add(Weight::from_parts(21_457_412, 0).saturating_mul(r.into())) + // Minimum execution time: 72_468_000 picoseconds. + Weight::from_parts(78_340_598, 0) + // Standard Error: 66_021 + .saturating_add(Weight::from_parts(13_603_312, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_153_000 picoseconds. - Weight::from_parts(61_570_016, 0) - // Standard Error: 31_234 - .saturating_add(Weight::from_parts(20_948_196, 0).saturating_mul(r.into())) + // Minimum execution time: 72_836_000 picoseconds. + Weight::from_parts(78_568_154, 0) + // Standard Error: 57_541 + .saturating_add(Weight::from_parts(11_943_522, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_996_000 picoseconds. - Weight::from_parts(61_204_042, 0) - // Standard Error: 28_310 - .saturating_add(Weight::from_parts(20_275_066, 0).saturating_mul(r.into())) + // Minimum execution time: 70_826_000 picoseconds. + Weight::from_parts(76_361_756, 0) + // Standard Error: 58_313 + .saturating_add(Weight::from_parts(12_018_944, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_commit_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_839_000 picoseconds. - Weight::from_parts(61_270_490, 0) - // Standard Error: 29_097 - .saturating_add(Weight::from_parts(20_158_062, 0).saturating_mul(r.into())) + // Minimum execution time: 71_437_000 picoseconds. + Weight::from_parts(76_910_212, 0) + // Standard Error: 57_889 + .saturating_add(Weight::from_parts(12_137_604, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 674_493_000 picoseconds. - Weight::from_parts(676_531_348, 0) - // Standard Error: 36_129 - .saturating_add(Weight::from_parts(19_389_162, 0).saturating_mul(r.into())) + // Minimum execution time: 686_795_000 picoseconds. + Weight::from_parts(693_880_106, 0) + // Standard Error: 84_577 + .saturating_add(Weight::from_parts(13_351_726, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_input_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 674_131_000 picoseconds. - Weight::from_parts(676_524_070, 0) - // Standard Error: 36_930 - .saturating_add(Weight::from_parts(24_915_830, 0).saturating_mul(r.into())) + // Minimum execution time: 690_552_000 picoseconds. + Weight::from_parts(696_770_436, 0) + // Standard Error: 81_154 + .saturating_add(Weight::from_parts(10_595_976, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reservation_reply(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 71_003_000 picoseconds. - Weight::from_parts(73_890_102, 0) - // Standard Error: 29_231 - .saturating_add(Weight::from_parts(7_839_490, 0).saturating_mul(r.into())) + // Minimum execution time: 75_006_000 picoseconds. + Weight::from_parts(81_745_692, 0) + // Standard Error: 60_857 + .saturating_add(Weight::from_parts(8_379_472, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reservation_reply_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 71_625_000 picoseconds. - Weight::from_parts(74_015_746, 0) - // Standard Error: 28_894 - .saturating_add(Weight::from_parts(6_918_144, 0).saturating_mul(r.into())) + // Minimum execution time: 74_614_000 picoseconds. + Weight::from_parts(80_847_976, 0) + // Standard Error: 59_799 + .saturating_add(Weight::from_parts(7_809_250, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_exit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_666_000 picoseconds. - Weight::from_parts(60_945_076, 0) - // Standard Error: 33_393 - .saturating_add(Weight::from_parts(23_384_948, 0).saturating_mul(r.into())) + // Minimum execution time: 70_956_000 picoseconds. + Weight::from_parts(76_883_436, 0) + // Standard Error: 1_052_647 + .saturating_add(Weight::from_parts(96_563_242, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_leave(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_263_000 picoseconds. - Weight::from_parts(61_548_284, 0) - // Standard Error: 32_083 - .saturating_add(Weight::from_parts(12_007_632, 0).saturating_mul(r.into())) + // Minimum execution time: 70_324_000 picoseconds. + Weight::from_parts(76_094_758, 0) + // Standard Error: 1_523_647 + .saturating_add(Weight::from_parts(130_303_114, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_588_000 picoseconds. - Weight::from_parts(61_778_726, 0) - // Standard Error: 31_381 - .saturating_add(Weight::from_parts(10_988_944, 0).saturating_mul(r.into())) + // Minimum execution time: 71_253_000 picoseconds. + Weight::from_parts(76_988_662, 0) + // Standard Error: 1_321_349 + .saturating_add(Weight::from_parts(112_591_140, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait_for(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_586_000 picoseconds. - Weight::from_parts(61_400_256, 0) - // Standard Error: 31_003 - .saturating_add(Weight::from_parts(11_474_984, 0).saturating_mul(r.into())) + // Minimum execution time: 71_457_000 picoseconds. + Weight::from_parts(76_401_868, 0) + // Standard Error: 1_044_536 + .saturating_add(Weight::from_parts(92_188_166, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait_up_to(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_130_000 picoseconds. - Weight::from_parts(61_405_294, 0) - // Standard Error: 32_031 - .saturating_add(Weight::from_parts(11_597_666, 0).saturating_mul(r.into())) + // Minimum execution time: 71_393_000 picoseconds. + Weight::from_parts(77_342_970, 0) + // Standard Error: 1_531_666 + .saturating_add(Weight::from_parts(127_918_232, 0).saturating_mul(r.into())) } /// The range of component `c` is `[0, 512]`. fn db_write_per_kb(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 991_000 picoseconds. - Weight::from_parts(1_051_000, 0) - // Standard Error: 471 - .saturating_add(Weight::from_parts(243_048, 0).saturating_mul(c.into())) + // Minimum execution time: 1_010_000 picoseconds. + Weight::from_parts(1_042_000, 0) + // Standard Error: 443 + .saturating_add(Weight::from_parts(239_667, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// The range of component `c` is `[0, 512]`. @@ -2318,10 +2321,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `146 + c * (1024 ±0)` // Estimated: `3610 + c * (1024 ±0)` - // Minimum execution time: 3_251_000 picoseconds. - Weight::from_parts(3_368_000, 3610) - // Standard Error: 1_099 - .saturating_add(Weight::from_parts(598_985, 0).saturating_mul(c.into())) + // Minimum execution time: 3_268_000 picoseconds. + Weight::from_parts(3_371_000, 3610) + // Standard Error: 1_081 + .saturating_add(Weight::from_parts(583_390, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 1024).saturating_mul(c.into())) } @@ -2330,67 +2333,67 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 35_348_000 picoseconds. - Weight::from_parts(36_683_968, 0) - // Standard Error: 1_863 - .saturating_add(Weight::from_parts(196_755, 0).saturating_mul(c.into())) + // Minimum execution time: 42_213_000 picoseconds. + Weight::from_parts(43_931_000, 0) + // Standard Error: 9_338 + .saturating_add(Weight::from_parts(2_038_653, 0).saturating_mul(c.into())) } /// The range of component `d` is `[0, 512]`. fn instantiate_module_data_section_per_kb(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 44_447_000 picoseconds. - Weight::from_parts(53_083_381, 0) - // Standard Error: 1_569 - .saturating_add(Weight::from_parts(463_249, 0).saturating_mul(d.into())) + // Minimum execution time: 54_382_000 picoseconds. + Weight::from_parts(59_367_747, 0) + // Standard Error: 2_227 + .saturating_add(Weight::from_parts(468_300, 0).saturating_mul(d.into())) } /// The range of component `g` is `[0, 512]`. fn instantiate_module_global_section_per_kb(g: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_544_000 picoseconds. - Weight::from_parts(27_323_050, 0) - // Standard Error: 1_895 - .saturating_add(Weight::from_parts(2_416_290, 0).saturating_mul(g.into())) + // Minimum execution time: 41_630_000 picoseconds. + Weight::from_parts(44_328_000, 0) + // Standard Error: 21_640 + .saturating_add(Weight::from_parts(1_798_911, 0).saturating_mul(g.into())) } /// The range of component `t` is `[0, 9765]`. fn instantiate_module_table_section_per_kb(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_160_000 picoseconds. - Weight::from_parts(34_614_000, 0) - // Standard Error: 2_123 - .saturating_add(Weight::from_parts(359_300, 0).saturating_mul(t.into())) + // Minimum execution time: 42_537_000 picoseconds. + Weight::from_parts(43_174_777, 0) + // Standard Error: 223 + .saturating_add(Weight::from_parts(644_866, 0).saturating_mul(t.into())) } - /// The range of component `t` is `[0, 512]`. + /// The range of component `e` is `[0, 512]`. fn instantiate_module_element_section_per_kb(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 36_788_000 picoseconds. - Weight::from_parts(38_141_151, 0) - // Standard Error: 3_777 - .saturating_add(Weight::from_parts(18_936_755, 0).saturating_mul(e.into())) + // Minimum execution time: 258_586_000 picoseconds. + Weight::from_parts(448_596_483, 0) + // Standard Error: 80_189 + .saturating_add(Weight::from_parts(2_245_891, 0).saturating_mul(e.into())) } /// The range of component `t` is `[0, 512]`. fn instantiate_module_type_section_per_kb(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_697_000 picoseconds. - Weight::from_parts(36_274_820, 0) - // Standard Error: 1_864 - .saturating_add(Weight::from_parts(260_172, 0).saturating_mul(t.into())) + // Minimum execution time: 42_219_000 picoseconds. + Weight::from_parts(44_257_000, 0) + // Standard Error: 101_981 + .saturating_add(Weight::from_parts(15_590_711, 0).saturating_mul(t.into())) } fn claim_value() -> Weight { // Proof Size summary in bytes: - // Measured: `1321` + // Measured: `1357` // Estimated: `8799` - // Minimum execution time: 127_842_000 picoseconds. - Weight::from_parts(129_744_000, 8799) + // Minimum execution time: 135_545_000 picoseconds. + Weight::from_parts(137_798_000, 8799) .saturating_add(RocksDbWeight::get().reads(17_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) } @@ -2399,61 +2402,61 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `3578` - // Minimum execution time: 91_056_000 picoseconds. - Weight::from_parts(75_482_370, 3578) - // Standard Error: 42_175 - .saturating_add(Weight::from_parts(61_763_926, 0).saturating_mul(c.into())) + // Minimum execution time: 91_838_000 picoseconds. + Weight::from_parts(87_499_000, 3578) + // Standard Error: 37_656 + .saturating_add(Weight::from_parts(57_062_879, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } /// The range of component `s` is `[0, 4194304]`. fn create_program(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `991` - // Estimated: `4456` - // Minimum execution time: 107_748_000 picoseconds. - Weight::from_parts(134_740_079, 4456) + // Measured: `1113` + // Estimated: `6196` + // Minimum execution time: 165_191_000 picoseconds. + Weight::from_parts(195_228_532, 6196) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_704, 0).saturating_mul(s.into())) - .saturating_add(RocksDbWeight::get().reads(13_u64)) - .saturating_add(RocksDbWeight::get().writes(10_u64)) + .saturating_add(Weight::from_parts(1_678, 0).saturating_mul(s.into())) + .saturating_add(RocksDbWeight::get().reads(15_u64)) + .saturating_add(RocksDbWeight::get().writes(12_u64)) } /// The range of component `c` is `[0, 250]`. /// The range of component `s` is `[0, 4194304]`. fn upload_program(c: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `379` - // Estimated: `3844` - // Minimum execution time: 7_358_280_000 picoseconds. - Weight::from_parts(412_535_550, 3844) - // Standard Error: 103_792 - .saturating_add(Weight::from_parts(62_072_527, 0).saturating_mul(c.into())) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_636, 0).saturating_mul(s.into())) - .saturating_add(RocksDbWeight::get().reads(13_u64)) - .saturating_add(RocksDbWeight::get().writes(14_u64)) + // Measured: `475` + // Estimated: `6196` + // Minimum execution time: 7_008_485_000 picoseconds. + Weight::from_parts(7_016_678_000, 6196) + // Standard Error: 319_814 + .saturating_add(Weight::from_parts(38_334_392, 0).saturating_mul(c.into())) + // Standard Error: 19 + .saturating_add(Weight::from_parts(563, 0).saturating_mul(s.into())) + .saturating_add(RocksDbWeight::get().reads(15_u64)) + .saturating_add(RocksDbWeight::get().writes(16_u64)) } /// The range of component `p` is `[0, 2097152]`. fn send_message(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `480` + // Measured: `516` // Estimated: `6196` - // Minimum execution time: 95_735_000 picoseconds. - Weight::from_parts(6_957_254, 6196) + // Minimum execution time: 97_151_000 picoseconds. + Weight::from_parts(9_468_475, 6196) // Standard Error: 3 - .saturating_add(Weight::from_parts(995, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(975, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(11_u64)) .saturating_add(RocksDbWeight::get().writes(10_u64)) } /// The range of component `p` is `[0, 2097152]`. fn send_reply(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1320` + // Measured: `1356` // Estimated: `8799` - // Minimum execution time: 156_312_000 picoseconds. - Weight::from_parts(72_298_958, 8799) + // Minimum execution time: 163_939_000 picoseconds. + Weight::from_parts(82_754_731, 8799) // Standard Error: 4 - .saturating_add(Weight::from_parts(1_018, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(991, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(18_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) } @@ -2462,10 +2465,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + d * (207 ±0)` // Estimated: `3593 + d * (2683 ±0)` - // Minimum execution time: 62_000_000 picoseconds. - Weight::from_parts(63_000_000, 3593) - // Standard Error: 24_979 - .saturating_add(Weight::from_parts(50_498_014, 0).saturating_mul(d.into())) + // Minimum execution time: 52_008_000 picoseconds. + Weight::from_parts(52_280_000, 3593) + // Standard Error: 33_470 + .saturating_add(Weight::from_parts(42_601_006, 0).saturating_mul(d.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(d.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -2475,12 +2478,12 @@ impl WeightInfo for () { /// The range of component `e` is `[0, 512]`. fn reinstrument_per_kb(e: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `327 + e * (1024 ±0)` - // Estimated: `3791 + e * (1024 ±0)` - // Minimum execution time: 78_478_000 picoseconds. - Weight::from_parts(60_084_454, 3791) - // Standard Error: 214_025 - .saturating_add(Weight::from_parts(638_778_276, 0).saturating_mul(e.into())) + // Measured: `329 + e * (1024 ±0)` + // Estimated: `3793 + e * (1024 ±0)` + // Minimum execution time: 81_614_000 picoseconds. + Weight::from_parts(81_821_000, 3793) + // Standard Error: 240_361 + .saturating_add(Weight::from_parts(642_844_212, 0).saturating_mul(e.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1024).saturating_mul(e.into())) @@ -2490,10 +2493,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `101 + a * (8 ±0)` // Estimated: `3566 + a * (8 ±0)` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(15_735_686, 3566) - // Standard Error: 47 - .saturating_add(Weight::from_parts(19_766, 0).saturating_mul(a.into())) + // Minimum execution time: 3_722_000 picoseconds. + Weight::from_parts(7_040_745, 3566) + // Standard Error: 21 + .saturating_add(Weight::from_parts(20_729, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(a.into())) } @@ -2502,548 +2505,548 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 740_740_000 picoseconds. - Weight::from_parts(653_250_042, 0) - // Standard Error: 218_399 - .saturating_add(Weight::from_parts(121_659_232, 0).saturating_mul(r.into())) + // Minimum execution time: 772_153_000 picoseconds. + Weight::from_parts(691_085_192, 0) + // Standard Error: 248_133 + .saturating_add(Weight::from_parts(125_211_418, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn mem_grow(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_119_000 picoseconds. - Weight::from_parts(7_435_356, 0) - // Standard Error: 84_763 - .saturating_add(Weight::from_parts(64_827_518, 0).saturating_mul(r.into())) + // Minimum execution time: 285_000 picoseconds. + Weight::from_parts(315_000, 0) + // Standard Error: 196_322 + .saturating_add(Weight::from_parts(68_714_212, 0).saturating_mul(r.into())) } /// The range of component `p` is `[1, 819]`. fn mem_grow_per_page(_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 69_165_000 picoseconds. - Weight::from_parts(74_601_757, 0) + // Minimum execution time: 66_346_000 picoseconds. + Weight::from_parts(69_649_440, 0) } /// The range of component `r` is `[0, 20]`. fn free(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 778_464_000 picoseconds. - Weight::from_parts(744_321_591, 0) - // Standard Error: 213_175 - .saturating_add(Weight::from_parts(67_584_978, 0).saturating_mul(r.into())) + // Minimum execution time: 806_255_000 picoseconds. + Weight::from_parts(786_722_553, 0) + // Standard Error: 240_484 + .saturating_add(Weight::from_parts(69_478_089, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn free_range(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 707_145_000 picoseconds. - Weight::from_parts(682_585_812, 0) - // Standard Error: 225_717 - .saturating_add(Weight::from_parts(69_939_771, 0).saturating_mul(r.into())) + // Minimum execution time: 748_334_000 picoseconds. + Weight::from_parts(717_314_931, 0) + // Standard Error: 243_876 + .saturating_add(Weight::from_parts(73_586_110, 0).saturating_mul(r.into())) } /// The range of component `p` is `[1, 700]`. fn free_range_per_page(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 718_223_000 picoseconds. - Weight::from_parts(808_127_136, 0) - // Standard Error: 5_697 - .saturating_add(Weight::from_parts(2_994_128, 0).saturating_mul(p.into())) + // Minimum execution time: 776_782_000 picoseconds. + Weight::from_parts(867_934_346, 0) + // Standard Error: 6_879 + .saturating_add(Weight::from_parts(3_033_220, 0).saturating_mul(p.into())) } /// The range of component `r` is `[0, 256]`. fn gr_reserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_079_000 picoseconds. - Weight::from_parts(72_222_087, 0) - // Standard Error: 3_384 - .saturating_add(Weight::from_parts(2_084_430, 0).saturating_mul(r.into())) + // Minimum execution time: 75_702_000 picoseconds. + Weight::from_parts(72_549_062, 0) + // Standard Error: 3_640 + .saturating_add(Weight::from_parts(2_195_328, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 256]`. fn gr_unreserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 102_759_000 picoseconds. - Weight::from_parts(112_129_712, 0) - // Standard Error: 3_037 - .saturating_add(Weight::from_parts(1_940_658, 0).saturating_mul(r.into())) + // Minimum execution time: 103_482_000 picoseconds. + Weight::from_parts(115_404_854, 0) + // Standard Error: 3_224 + .saturating_add(Weight::from_parts(2_244_307, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_system_reserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 60_825_000 picoseconds. - Weight::from_parts(79_790_595, 0) - // Standard Error: 56_060 - .saturating_add(Weight::from_parts(80_575_460, 0).saturating_mul(r.into())) + // Minimum execution time: 73_440_000 picoseconds. + Weight::from_parts(86_480_576, 0) + // Standard Error: 86_500 + .saturating_add(Weight::from_parts(83_244_247, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_message_id(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_011_000 picoseconds. - Weight::from_parts(68_503_669, 0) - // Standard Error: 263_717 - .saturating_add(Weight::from_parts(74_518_443, 0).saturating_mul(r.into())) + // Minimum execution time: 73_666_000 picoseconds. + Weight::from_parts(84_830_850, 0) + // Standard Error: 76_741 + .saturating_add(Weight::from_parts(72_215_909, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_program_id(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 61_817_000 picoseconds. - Weight::from_parts(74_374_662, 0) - // Standard Error: 48_101 - .saturating_add(Weight::from_parts(71_922_470, 0).saturating_mul(r.into())) + // Minimum execution time: 72_688_000 picoseconds. + Weight::from_parts(86_978_134, 0) + // Standard Error: 68_291 + .saturating_add(Weight::from_parts(72_030_483, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_source(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_953_000 picoseconds. - Weight::from_parts(78_740_202, 0) - // Standard Error: 147_900 - .saturating_add(Weight::from_parts(72_436_902, 0).saturating_mul(r.into())) + // Minimum execution time: 73_471_000 picoseconds. + Weight::from_parts(83_518_257, 0) + // Standard Error: 77_888 + .saturating_add(Weight::from_parts(72_647_555, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_value(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_454_000 picoseconds. - Weight::from_parts(71_060_167, 0) - // Standard Error: 208_526 - .saturating_add(Weight::from_parts(73_618_160, 0).saturating_mul(r.into())) + // Minimum execution time: 72_711_000 picoseconds. + Weight::from_parts(84_559_032, 0) + // Standard Error: 77_218 + .saturating_add(Weight::from_parts(72_333_901, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_value_available(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_142_000 picoseconds. - Weight::from_parts(77_134_039, 0) - // Standard Error: 46_326 - .saturating_add(Weight::from_parts(79_256_911, 0).saturating_mul(r.into())) + // Minimum execution time: 72_706_000 picoseconds. + Weight::from_parts(85_031_891, 0) + // Standard Error: 64_827 + .saturating_add(Weight::from_parts(72_199_037, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_gas_available(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_697_000 picoseconds. - Weight::from_parts(71_280_142, 0) - // Standard Error: 83_514 - .saturating_add(Weight::from_parts(79_475_915, 0).saturating_mul(r.into())) + // Minimum execution time: 72_704_000 picoseconds. + Weight::from_parts(85_342_680, 0) + // Standard Error: 55_380 + .saturating_add(Weight::from_parts(72_188_287, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_size(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_067_000 picoseconds. - Weight::from_parts(85_305_702, 0) - // Standard Error: 185_168 - .saturating_add(Weight::from_parts(71_159_305, 0).saturating_mul(r.into())) + // Minimum execution time: 74_003_000 picoseconds. + Weight::from_parts(86_465_636, 0) + // Standard Error: 63_958 + .saturating_add(Weight::from_parts(71_807_995, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_read(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 683_843_000 picoseconds. - Weight::from_parts(723_565_299, 0) - // Standard Error: 216_184 - .saturating_add(Weight::from_parts(128_743_735, 0).saturating_mul(r.into())) + // Minimum execution time: 683_441_000 picoseconds. + Weight::from_parts(712_191_502, 0) + // Standard Error: 139_652 + .saturating_add(Weight::from_parts(133_753_826, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_read_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 793_998_000 picoseconds. - Weight::from_parts(798_332_000, 0) - // Standard Error: 117_291 - .saturating_add(Weight::from_parts(16_544_234, 0).saturating_mul(n.into())) + // Minimum execution time: 817_943_000 picoseconds. + Weight::from_parts(826_465_000, 0) + // Standard Error: 119_104 + .saturating_add(Weight::from_parts(16_159_400, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_env_vars(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_769_000 picoseconds. - Weight::from_parts(76_526_063, 0) - // Standard Error: 287_959 - .saturating_add(Weight::from_parts(82_604_811, 0).saturating_mul(r.into())) + // Minimum execution time: 73_249_000 picoseconds. + Weight::from_parts(85_387_353, 0) + // Standard Error: 94_629 + .saturating_add(Weight::from_parts(82_622_132, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_block_height(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_123_000 picoseconds. - Weight::from_parts(71_215_182, 0) - // Standard Error: 159_092 - .saturating_add(Weight::from_parts(72_199_413, 0).saturating_mul(r.into())) + // Minimum execution time: 73_351_000 picoseconds. + Weight::from_parts(86_797_062, 0) + // Standard Error: 93_741 + .saturating_add(Weight::from_parts(78_374_247, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_block_timestamp(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_554_000 picoseconds. - Weight::from_parts(74_432_437, 0) - // Standard Error: 47_489 - .saturating_add(Weight::from_parts(71_782_100, 0).saturating_mul(r.into())) + // Minimum execution time: 73_743_000 picoseconds. + Weight::from_parts(86_659_181, 0) + // Standard Error: 68_268 + .saturating_add(Weight::from_parts(71_500_893, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 20]`. fn gr_random(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_209_000 picoseconds. - Weight::from_parts(81_020_535, 0) - // Standard Error: 149_522 - .saturating_add(Weight::from_parts(145_223_647, 0).saturating_mul(n.into())) + // Minimum execution time: 73_830_000 picoseconds. + Weight::from_parts(90_187_397, 0) + // Standard Error: 186_196 + .saturating_add(Weight::from_parts(148_010_685, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_deposit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_784_000 picoseconds. - Weight::from_parts(65_869_000, 0) - // Standard Error: 3_904_257 - .saturating_add(Weight::from_parts(731_805_655, 0).saturating_mul(r.into())) + // Minimum execution time: 75_646_000 picoseconds. + Weight::from_parts(78_273_000, 0) + // Standard Error: 2_806_746 + .saturating_add(Weight::from_parts(629_704_408, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_615_000 picoseconds. - Weight::from_parts(74_722_045, 0) - // Standard Error: 194_666 - .saturating_add(Weight::from_parts(235_908_247, 0).saturating_mul(r.into())) + // Minimum execution time: 73_233_000 picoseconds. + Weight::from_parts(83_921_758, 0) + // Standard Error: 185_635 + .saturating_add(Weight::from_parts(237_129_865, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 289_189_000 picoseconds. - Weight::from_parts(291_035_000, 0) - // Standard Error: 260_141 - .saturating_add(Weight::from_parts(41_136_292, 0).saturating_mul(n.into())) + // Minimum execution time: 296_969_000 picoseconds. + Weight::from_parts(298_985_000, 0) + // Standard Error: 253_454 + .saturating_add(Weight::from_parts(40_386_347, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_793_000 picoseconds. - Weight::from_parts(72_323_411, 0) - // Standard Error: 151_034 - .saturating_add(Weight::from_parts(238_825_023, 0).saturating_mul(r.into())) + // Minimum execution time: 73_288_000 picoseconds. + Weight::from_parts(89_204_827, 0) + // Standard Error: 200_278 + .saturating_add(Weight::from_parts(239_818_561, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_wgas_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 293_375_000 picoseconds. - Weight::from_parts(295_304_000, 0) - // Standard Error: 258_605 - .saturating_add(Weight::from_parts(41_049_469, 0).saturating_mul(n.into())) + // Minimum execution time: 300_106_000 picoseconds. + Weight::from_parts(303_875_000, 0) + // Standard Error: 249_930 + .saturating_add(Weight::from_parts(40_333_892, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 684_816_000 picoseconds. - Weight::from_parts(701_630_081, 0) - // Standard Error: 185_993 - .saturating_add(Weight::from_parts(226_793_863, 0).saturating_mul(r.into())) + // Minimum execution time: 688_959_000 picoseconds. + Weight::from_parts(703_207_986, 0) + // Standard Error: 157_844 + .saturating_add(Weight::from_parts(226_913_525, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_input_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 678_218_000 picoseconds. - Weight::from_parts(708_679_759, 0) - // Standard Error: 212_978 - .saturating_add(Weight::from_parts(229_380_293, 0).saturating_mul(r.into())) + // Minimum execution time: 685_090_000 picoseconds. + Weight::from_parts(704_454_554, 0) + // Standard Error: 180_430 + .saturating_add(Weight::from_parts(231_236_920, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_init(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_118_000 picoseconds. - Weight::from_parts(74_356_887, 0) - // Standard Error: 58_295 - .saturating_add(Weight::from_parts(87_860_909, 0).saturating_mul(r.into())) + // Minimum execution time: 73_111_000 picoseconds. + Weight::from_parts(81_082_532, 0) + // Standard Error: 93_145 + .saturating_add(Weight::from_parts(86_954_903, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_push(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_761_957_000 picoseconds. - Weight::from_parts(1_822_477_976, 0) - // Standard Error: 151_720 - .saturating_add(Weight::from_parts(161_756_949, 0).saturating_mul(r.into())) + // Minimum execution time: 1_760_965_000 picoseconds. + Weight::from_parts(1_845_535_850, 0) + // Standard Error: 314_641 + .saturating_add(Weight::from_parts(155_554_869, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_push_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 277_173_000 picoseconds. - Weight::from_parts(280_451_000, 0) - // Standard Error: 260_571 - .saturating_add(Weight::from_parts(41_229_651, 0).saturating_mul(n.into())) + // Minimum execution time: 281_442_000 picoseconds. + Weight::from_parts(288_125_000, 0) + // Standard Error: 246_660 + .saturating_add(Weight::from_parts(40_350_642, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_687_233_000 picoseconds. - Weight::from_parts(1_827_139_879, 0) - // Standard Error: 162_247 - .saturating_add(Weight::from_parts(196_316_284, 0).saturating_mul(r.into())) + // Minimum execution time: 1_742_726_000 picoseconds. + Weight::from_parts(1_841_004_875, 0) + // Standard Error: 235_718 + .saturating_add(Weight::from_parts(196_802_226, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_commit_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_711_334_000 picoseconds. - Weight::from_parts(1_826_428_398, 0) - // Standard Error: 169_581 - .saturating_add(Weight::from_parts(199_470_392, 0).saturating_mul(r.into())) + // Minimum execution time: 1_731_055_000 picoseconds. + Weight::from_parts(1_826_121_868, 0) + // Standard Error: 203_003 + .saturating_add(Weight::from_parts(199_985_216, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reservation_send(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 140_830_000 picoseconds. - Weight::from_parts(146_818_158, 0) - // Standard Error: 178_439 - .saturating_add(Weight::from_parts(252_911_483, 0).saturating_mul(r.into())) + // Minimum execution time: 139_482_000 picoseconds. + Weight::from_parts(136_169_897, 0) + // Standard Error: 194_378 + .saturating_add(Weight::from_parts(273_651_783, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_send_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 379_307_000 picoseconds. - Weight::from_parts(380_217_000, 0) - // Standard Error: 257_875 - .saturating_add(Weight::from_parts(41_211_921, 0).saturating_mul(n.into())) + // Minimum execution time: 386_363_000 picoseconds. + Weight::from_parts(391_786_000, 0) + // Standard Error: 258_457 + .saturating_add(Weight::from_parts(40_427_721, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reservation_send_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_819_540_000 picoseconds. - Weight::from_parts(1_895_407_753, 0) - // Standard Error: 181_488 - .saturating_add(Weight::from_parts(212_948_376, 0).saturating_mul(r.into())) + // Minimum execution time: 1_786_972_000 picoseconds. + Weight::from_parts(1_870_349_345, 0) + // Standard Error: 252_629 + .saturating_add(Weight::from_parts(233_348_493, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_427_000 picoseconds. - Weight::from_parts(82_330_000, 0) - // Standard Error: 2_611 - .saturating_add(Weight::from_parts(673_738, 0).saturating_mul(n.into())) + // Minimum execution time: 86_425_000 picoseconds. + Weight::from_parts(6_237_930, 0) + // Standard Error: 3_877 + .saturating_add(Weight::from_parts(728_798, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_wgas_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 80_933_000 picoseconds. - Weight::from_parts(82_389_000, 0) - // Standard Error: 2_640 - .saturating_add(Weight::from_parts(675_302, 0).saturating_mul(n.into())) + // Minimum execution time: 86_204_000 picoseconds. + Weight::from_parts(6_382_287, 0) + // Standard Error: 3_876 + .saturating_add(Weight::from_parts(728_188, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_push(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 65_416_000 picoseconds. - Weight::from_parts(68_318_482, 0) - // Standard Error: 367_827 - .saturating_add(Weight::from_parts(138_926_133, 0).saturating_mul(r.into())) + // Minimum execution time: 73_392_000 picoseconds. + Weight::from_parts(98_913_061, 0) + // Standard Error: 149_394 + .saturating_add(Weight::from_parts(136_129_726, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 8192]`. fn gr_reply_push_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 77_420_000 picoseconds. - Weight::from_parts(80_735_790, 0) - // Standard Error: 716 - .saturating_add(Weight::from_parts(672_255, 0).saturating_mul(n.into())) + // Minimum execution time: 83_698_000 picoseconds. + Weight::from_parts(87_372_499, 0) + // Standard Error: 686 + .saturating_add(Weight::from_parts(668_338, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_reply_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 79_886_000 picoseconds. - Weight::from_parts(80_388_000, 0) - // Standard Error: 2_607 - .saturating_add(Weight::from_parts(675_230, 0).saturating_mul(n.into())) + // Minimum execution time: 83_432_000 picoseconds. + Weight::from_parts(5_271_088, 0) + // Standard Error: 3_912 + .saturating_add(Weight::from_parts(720_353, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_reply_commit_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_347_000 picoseconds. - Weight::from_parts(82_111_000, 0) - // Standard Error: 2_668 - .saturating_add(Weight::from_parts(673_330, 0).saturating_mul(n.into())) + // Minimum execution time: 84_977_000 picoseconds. + Weight::from_parts(6_445_153, 0) + // Standard Error: 3_907 + .saturating_add(Weight::from_parts(726_961, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_to(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_347_000 picoseconds. - Weight::from_parts(74_512_490, 0) - // Standard Error: 178_897 - .saturating_add(Weight::from_parts(73_965_812, 0).saturating_mul(r.into())) + // Minimum execution time: 72_430_000 picoseconds. + Weight::from_parts(84_793_838, 0) + // Standard Error: 73_990 + .saturating_add(Weight::from_parts(75_811_938, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_signal_code(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 66_450_000 picoseconds. - Weight::from_parts(88_801_264, 0) - // Standard Error: 182_723 - .saturating_add(Weight::from_parts(71_400_426, 0).saturating_mul(r.into())) + // Minimum execution time: 74_453_000 picoseconds. + Weight::from_parts(81_824_002, 0) + // Standard Error: 98_573 + .saturating_add(Weight::from_parts(79_443_293, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_signal_from(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 66_514_000 picoseconds. - Weight::from_parts(70_789_962, 0) - // Standard Error: 265_186 - .saturating_add(Weight::from_parts(74_669_206, 0).saturating_mul(r.into())) + // Minimum execution time: 74_281_000 picoseconds. + Weight::from_parts(85_954_515, 0) + // Standard Error: 83_865 + .saturating_add(Weight::from_parts(76_081_410, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_push_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 681_082_000 picoseconds. - Weight::from_parts(700_871_534, 0) - // Standard Error: 300_662 - .saturating_add(Weight::from_parts(93_383_929, 0).saturating_mul(r.into())) + // Minimum execution time: 685_858_000 picoseconds. + Weight::from_parts(704_529_778, 0) + // Standard Error: 92_814 + .saturating_add(Weight::from_parts(91_766_393, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_push_input_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 691_414_000 picoseconds. - Weight::from_parts(699_656_877, 0) - // Standard Error: 321 - .saturating_add(Weight::from_parts(146_829, 0).saturating_mul(n.into())) + // Minimum execution time: 702_381_000 picoseconds. + Weight::from_parts(705_004_038, 0) + // Standard Error: 243 + .saturating_add(Weight::from_parts(147_513, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_push_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_389_103_000 picoseconds. - Weight::from_parts(2_430_329_059, 0) - // Standard Error: 272_111 - .saturating_add(Weight::from_parts(116_238_106, 0).saturating_mul(r.into())) + // Minimum execution time: 2_316_341_000 picoseconds. + Weight::from_parts(2_460_147_863, 0) + // Standard Error: 244_611 + .saturating_add(Weight::from_parts(115_133_940, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_push_input_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_542_554_000 picoseconds. - Weight::from_parts(2_299_595_154, 0) - // Standard Error: 6_667 - .saturating_add(Weight::from_parts(13_426_168, 0).saturating_mul(n.into())) + // Minimum execution time: 2_421_148_000 picoseconds. + Weight::from_parts(2_357_811_309, 0) + // Standard Error: 6_197 + .saturating_add(Weight::from_parts(13_258_237, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_debug(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_942_000 picoseconds. - Weight::from_parts(71_222_257, 0) - // Standard Error: 282_548 - .saturating_add(Weight::from_parts(96_974_311, 0).saturating_mul(r.into())) + // Minimum execution time: 74_244_000 picoseconds. + Weight::from_parts(86_739_673, 0) + // Standard Error: 51_192 + .saturating_add(Weight::from_parts(102_043_421, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_debug_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 127_348_000 picoseconds. - Weight::from_parts(128_826_000, 0) - // Standard Error: 275_805 - .saturating_add(Weight::from_parts(36_847_588, 0).saturating_mul(n.into())) + // Minimum execution time: 139_693_000 picoseconds. + Weight::from_parts(142_957_000, 0) + // Standard Error: 260_388 + .saturating_add(Weight::from_parts(35_962_486, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_code(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_312_000 picoseconds. - Weight::from_parts(76_973_512, 0) - // Standard Error: 267_579 - .saturating_add(Weight::from_parts(73_865_785, 0).saturating_mul(r.into())) + // Minimum execution time: 72_360_000 picoseconds. + Weight::from_parts(85_921_193, 0) + // Standard Error: 61_329 + .saturating_add(Weight::from_parts(72_076_077, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_wake(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 99_983_000 picoseconds. - Weight::from_parts(101_079_000, 0) - // Standard Error: 1_785_219 - .saturating_add(Weight::from_parts(298_212_769, 0).saturating_mul(r.into())) + // Minimum execution time: 101_988_000 picoseconds. + Weight::from_parts(106_011_000, 0) + // Standard Error: 1_138_394 + .saturating_add(Weight::from_parts(240_918_489, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_create_program(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 72_754_000 picoseconds. - Weight::from_parts(66_952_440, 0) - // Standard Error: 211_231 - .saturating_add(Weight::from_parts(299_662_143, 0).saturating_mul(r.into())) + // Minimum execution time: 77_083_000 picoseconds. + Weight::from_parts(82_392_641, 0) + // Standard Error: 241_345 + .saturating_add(Weight::from_parts(295_215_414, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 2048]`. /// The range of component `s` is `[1, 2048]`. @@ -3051,22 +3054,22 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_516_220_000 picoseconds. - Weight::from_parts(62_529_111_000, 0) - // Standard Error: 442_882 - .saturating_add(Weight::from_parts(9_722_855, 0).saturating_mul(p.into())) - // Standard Error: 442_860 - .saturating_add(Weight::from_parts(115_654_491, 0).saturating_mul(s.into())) + // Minimum execution time: 60_912_497_000 picoseconds. + Weight::from_parts(61_001_736_000, 0) + // Standard Error: 434_085 + .saturating_add(Weight::from_parts(9_577_304, 0).saturating_mul(p.into())) + // Standard Error: 434_063 + .saturating_add(Weight::from_parts(114_958_531, 0).saturating_mul(s.into())) } /// The range of component `r` is `[0, 20]`. fn gr_create_program_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 72_855_000 picoseconds. - Weight::from_parts(64_239_384, 0) - // Standard Error: 180_241 - .saturating_add(Weight::from_parts(302_970_508, 0).saturating_mul(r.into())) + // Minimum execution time: 77_894_000 picoseconds. + Weight::from_parts(77_856_403, 0) + // Standard Error: 227_166 + .saturating_add(Weight::from_parts(300_654_636, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 2048]`. /// The range of component `s` is `[1, 2048]`. @@ -3074,22 +3077,22 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_660_773_000 picoseconds. - Weight::from_parts(62_745_638_000, 0) - // Standard Error: 440_013 - .saturating_add(Weight::from_parts(9_690_878, 0).saturating_mul(p.into())) - // Standard Error: 439_991 - .saturating_add(Weight::from_parts(115_839_080, 0).saturating_mul(s.into())) + // Minimum execution time: 61_021_139_000 picoseconds. + Weight::from_parts(61_043_109_000, 0) + // Standard Error: 430_182 + .saturating_add(Weight::from_parts(9_408_879, 0).saturating_mul(p.into())) + // Standard Error: 430_161 + .saturating_add(Weight::from_parts(114_644_381, 0).saturating_mul(s.into())) } /// The range of component `p` is `[0, 512]`. fn lazy_pages_signal_read(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 64_426_000 picoseconds. - Weight::from_parts(94_830_600, 1131) - // Standard Error: 5_927 - .saturating_add(Weight::from_parts(13_542_530, 0).saturating_mul(p.into())) + // Minimum execution time: 75_577_000 picoseconds. + Weight::from_parts(101_890_284, 1131) + // Standard Error: 7_029 + .saturating_add(Weight::from_parts(13_466_439, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -3098,10 +3101,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 63_843_000 picoseconds. - Weight::from_parts(64_633_000, 1131) - // Standard Error: 16_915 - .saturating_add(Weight::from_parts(34_986_519, 0).saturating_mul(p.into())) + // Minimum execution time: 74_841_000 picoseconds. + Weight::from_parts(75_691_000, 1131) + // Standard Error: 13_487 + .saturating_add(Weight::from_parts(36_441_083, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -3110,10 +3113,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `141` // Estimated: `5069931` - // Minimum execution time: 6_989_689_000 picoseconds. - Weight::from_parts(6_944_641_877, 5069931) - // Standard Error: 22_716 - .saturating_add(Weight::from_parts(34_655_231, 0).saturating_mul(p.into())) + // Minimum execution time: 6_947_594_000 picoseconds. + Weight::from_parts(7_016_485_652, 5069931) + // Standard Error: 60_333 + .saturating_add(Weight::from_parts(36_561_754, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2048_u64)) } /// The range of component `p` is `[0, 512]`. @@ -3121,10 +3124,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1820 + p * (65580 ±0)` // Estimated: `1946 + p * (75482 ±0)` - // Minimum execution time: 63_290_000 picoseconds. - Weight::from_parts(64_778_000, 1946) - // Standard Error: 64_743 - .saturating_add(Weight::from_parts(56_066_142, 0).saturating_mul(p.into())) + // Minimum execution time: 76_536_000 picoseconds. + Weight::from_parts(14_595_619, 1946) + // Standard Error: 157_578 + .saturating_add(Weight::from_parts(50_153_031, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 75482).saturating_mul(p.into())) } @@ -3133,10 +3136,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 67_053_000 picoseconds. - Weight::from_parts(2_058_229, 1131) - // Standard Error: 271_877 - .saturating_add(Weight::from_parts(54_230_656, 0).saturating_mul(p.into())) + // Minimum execution time: 78_193_000 picoseconds. + Weight::from_parts(7_236_713, 1131) + // Standard Error: 269_644 + .saturating_add(Weight::from_parts(48_480_231, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -3145,10 +3148,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1496 + p * (9883 ±2)` - // Minimum execution time: 712_903_000 picoseconds. - Weight::from_parts(603_237_610, 1496) - // Standard Error: 357_309 - .saturating_add(Weight::from_parts(63_168_097, 0).saturating_mul(p.into())) + // Minimum execution time: 713_187_000 picoseconds. + Weight::from_parts(590_866_829, 1496) + // Standard Error: 369_244 + .saturating_add(Weight::from_parts(59_523_369, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9883).saturating_mul(p.into())) } @@ -3157,10 +3160,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `141` // Estimated: `317931` - // Minimum execution time: 1_334_949_000 picoseconds. - Weight::from_parts(1_233_350_508, 317931) - // Standard Error: 363_291 - .saturating_add(Weight::from_parts(58_133_894, 0).saturating_mul(p.into())) + // Minimum execution time: 1_154_253_000 picoseconds. + Weight::from_parts(1_039_979_380, 317931) + // Standard Error: 368_468 + .saturating_add(Weight::from_parts(59_946_120, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(128_u64)) } /// The range of component `r` is `[50, 500]`. @@ -3168,880 +3171,882 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_550_066_000 picoseconds. - Weight::from_parts(4_734_780_905, 0) - // Standard Error: 33_164 - .saturating_add(Weight::from_parts(1_414_229 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 4_408_476_000 picoseconds. + Weight::from_parts(4_345_850_428, 0) + // Standard Error: 21_058 + .saturating_add(Weight::from_parts(2_656_511 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i32load(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_237_338_000 picoseconds. - Weight::from_parts(4_278_916_633, 0) - // Standard Error: 10_367 - .saturating_add(Weight::from_parts(2_204_826 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 4_405_085_000 picoseconds. + Weight::from_parts(4_338_401_176, 0) + // Standard Error: 21_960 + .saturating_add(Weight::from_parts(2_641_092 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i64store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_462_837_000 picoseconds. - Weight::from_parts(8_633_141_052, 0) - // Standard Error: 103_305 - .saturating_add(Weight::from_parts(8_363_979 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 9_431_492_000 picoseconds. + Weight::from_parts(9_673_680_509, 0) + // Standard Error: 30_676 + .saturating_add(Weight::from_parts(4_680_213 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i32store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_402_210_000 picoseconds. - Weight::from_parts(8_456_542_985, 0) - // Standard Error: 81_438 - .saturating_add(Weight::from_parts(8_402_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 9_360_480_000 picoseconds. + Weight::from_parts(9_537_261_740, 0) + // Standard Error: 27_533 + .saturating_add(Weight::from_parts(4_979_672 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_select(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(310_058, 0) - // Standard Error: 2_437 - .saturating_add(Weight::from_parts(1_992_632 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(1_379_000, 0) + // Standard Error: 9_565 + .saturating_add(Weight::from_parts(2_945_850 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_179_000 picoseconds. - Weight::from_parts(670_203, 0) - // Standard Error: 2_916 - .saturating_add(Weight::from_parts(1_930_908 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_383_000 picoseconds. + Weight::from_parts(1_429_000, 0) + // Standard Error: 4_951 + .saturating_add(Weight::from_parts(2_209_232 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_108_000 picoseconds. - Weight::from_parts(1_167_000, 0) - // Standard Error: 1_627 - .saturating_add(Weight::from_parts(1_542_130 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_320_000 picoseconds. + Weight::from_parts(2_272_981, 0) + // Standard Error: 953 + .saturating_add(Weight::from_parts(1_508_484 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_101_000 picoseconds. - Weight::from_parts(387_051, 0) - // Standard Error: 2_939 - .saturating_add(Weight::from_parts(1_789_477 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_288_000 picoseconds. + Weight::from_parts(144_996, 0) + // Standard Error: 11_883 + .saturating_add(Weight::from_parts(2_531_434 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_table(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_071_000 picoseconds. - Weight::from_parts(1_264_212, 0) - // Standard Error: 2_598 - .saturating_add(Weight::from_parts(3_415_339 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_351_000 picoseconds. + Weight::from_parts(1_389_000, 0) + // Standard Error: 27_866 + .saturating_add(Weight::from_parts(4_686_267 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. fn instr_br_table_per_entry(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_663_000 picoseconds. - Weight::from_parts(4_037_704, 0) - // Standard Error: 596 - .saturating_add(Weight::from_parts(42_663 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(e.into())) + // Minimum execution time: 4_967_000 picoseconds. + Weight::from_parts(5_468_496, 0) + // Standard Error: 844 + .saturating_add(Weight::from_parts(73_871 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(e.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call_const(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_151_000 picoseconds. - Weight::from_parts(1_125_724, 0) - // Standard Error: 5_890 - .saturating_add(Weight::from_parts(2_449_200 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_350_000 picoseconds. + Weight::from_parts(1_401_024, 0) + // Standard Error: 6_380 + .saturating_add(Weight::from_parts(2_471_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } fn instr_i64const(r: u32, ) -> Weight { Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts((2_449_200 - - 2_310_323) * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts((2_471_195 - + 2_301_712) * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_114_000 picoseconds. - Weight::from_parts(645_468, 0) - // Standard Error: 11_843 - .saturating_add(Weight::from_parts(2_310_323 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_309_000 picoseconds. + Weight::from_parts(1_843_444, 0) + // Standard Error: 12_136 + .saturating_add(Weight::from_parts(2_301_712 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call_indirect(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_220_000 picoseconds. - Weight::from_parts(1_464_642, 0) - // Standard Error: 10_969 - .saturating_add(Weight::from_parts(7_400_628 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_411_000 picoseconds. + Weight::from_parts(1_445_000, 0) + // Standard Error: 15_605 + .saturating_add(Weight::from_parts(9_830_913 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 128]`. fn instr_call_indirect_per_param(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_666_000 picoseconds. - Weight::from_parts(3_692_740, 0) - // Standard Error: 2_612 - .saturating_add(Weight::from_parts(490_880 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(p.into())) + // Minimum execution time: 10_270_000 picoseconds. + Weight::from_parts(10_345_000, 0) + // Standard Error: 9_614 + .saturating_add(Weight::from_parts(657_200 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(p.into())) } /// The range of component `l` is `[0, 1024]`. - fn instr_call_per_local(_l: u32, ) -> Weight { + fn instr_call_per_local(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_453_000 picoseconds. - Weight::from_parts(2_672_317, 0) + // Minimum execution time: 3_756_000 picoseconds. + Weight::from_parts(3_964_298, 0) + // Standard Error: 7 + .saturating_add(Weight::from_parts(12 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(l.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_602_000 picoseconds. - Weight::from_parts(6_688_896, 0) - // Standard Error: 3_400 - .saturating_add(Weight::from_parts(356_031 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 6_016_000 picoseconds. + Weight::from_parts(8_681_396, 0) + // Standard Error: 3_586 + .saturating_add(Weight::from_parts(310_101 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_584_000 picoseconds. - Weight::from_parts(7_272_206, 0) - // Standard Error: 3_857 - .saturating_add(Weight::from_parts(737_122 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 5_906_000 picoseconds. + Weight::from_parts(9_137_545, 0) + // Standard Error: 3_316 + .saturating_add(Weight::from_parts(685_474 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_tee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_547_000 picoseconds. - Weight::from_parts(8_406_173, 0) - // Standard Error: 4_393 - .saturating_add(Weight::from_parts(700_704 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 5_975_000 picoseconds. + Weight::from_parts(9_760_427, 0) + // Standard Error: 3_573 + .saturating_add(Weight::from_parts(671_443 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_779_000 picoseconds. - Weight::from_parts(4_358_940, 0) - // Standard Error: 3_030 - .saturating_add(Weight::from_parts(353_939 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_374_000 picoseconds. + Weight::from_parts(1_000_357, 0) + // Standard Error: 3_626 + .saturating_add(Weight::from_parts(291_977 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_794_000 picoseconds. - Weight::from_parts(4_564_948, 0) - // Standard Error: 2_940 - .saturating_add(Weight::from_parts(539_450 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_358_000 picoseconds. + Weight::from_parts(1_418_000, 0) + // Standard Error: 9_282 + .saturating_add(Weight::from_parts(649_994 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_memory_current(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_548_000 picoseconds. - Weight::from_parts(4_717_005, 0) - // Standard Error: 4_665 - .saturating_add(Weight::from_parts(5_547_761 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_536_000 picoseconds. + Weight::from_parts(1_044_793, 0) + // Standard Error: 5_498 + .saturating_add(Weight::from_parts(5_731_900 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_064_000 picoseconds. - Weight::from_parts(410_766, 0) - // Standard Error: 3_452 - .saturating_add(Weight::from_parts(2_021_854 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_233_000 picoseconds. + Weight::from_parts(1_215_148, 0) + // Standard Error: 2_819 + .saturating_add(Weight::from_parts(260_155 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_123_000 picoseconds. - Weight::from_parts(468_123, 0) - // Standard Error: 3_586 - .saturating_add(Weight::from_parts(1_956_633 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_328_000 picoseconds. + Weight::from_parts(1_437_168, 0) + // Standard Error: 3_610 + .saturating_add(Weight::from_parts(202_028 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_174_000 picoseconds. - Weight::from_parts(233_592, 0) - // Standard Error: 2_814 - .saturating_add(Weight::from_parts(1_939_744 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_357_000 picoseconds. + Weight::from_parts(1_136_794, 0) + // Standard Error: 2_205 + .saturating_add(Weight::from_parts(268_251 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_126_000 picoseconds. - Weight::from_parts(161_858, 0) - // Standard Error: 2_763 - .saturating_add(Weight::from_parts(1_872_412 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_786_406, 0) + // Standard Error: 547 + .saturating_add(Weight::from_parts(180_114 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_051_000 picoseconds. - Weight::from_parts(970_769, 0) - // Standard Error: 1_487 - .saturating_add(Weight::from_parts(331_209 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_317_000 picoseconds. + Weight::from_parts(1_117_534, 0) + // Standard Error: 2_364 + .saturating_add(Weight::from_parts(269_422 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(940_022, 0) - // Standard Error: 2_635 - .saturating_add(Weight::from_parts(264_051 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_805_624, 0) + // Standard Error: 1_838 + .saturating_add(Weight::from_parts(195_483 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(622_887, 0) - // Standard Error: 4_781 - .saturating_add(Weight::from_parts(736_921 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_320_000 picoseconds. + Weight::from_parts(1_392_000, 0) + // Standard Error: 9_162 + .saturating_add(Weight::from_parts(912_172 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_138_000 picoseconds. - Weight::from_parts(767_930, 0) - // Standard Error: 1_870 - .saturating_add(Weight::from_parts(512_872 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_301_000 picoseconds. + Weight::from_parts(1_338_000, 0) + // Standard Error: 3_325 + .saturating_add(Weight::from_parts(496_929 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32extend8s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_089_000 picoseconds. - Weight::from_parts(804_044, 0) - // Standard Error: 2_549 - .saturating_add(Weight::from_parts(277_747 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(1_611_666, 0) + // Standard Error: 625 + .saturating_add(Weight::from_parts(171_506 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32extend16s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_162_948, 0) - // Standard Error: 1_228 - .saturating_add(Weight::from_parts(242_966 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_317_000 picoseconds. + Weight::from_parts(1_700_147, 0) + // Standard Error: 877 + .saturating_add(Weight::from_parts(170_172 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend8s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_116_000 picoseconds. - Weight::from_parts(1_298_716, 0) - // Standard Error: 2_781 - .saturating_add(Weight::from_parts(311_638 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_316_000 picoseconds. + Weight::from_parts(1_329_895, 0) + // Standard Error: 1_945 + .saturating_add(Weight::from_parts(244_746 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend16s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(1_529_854, 0) - // Standard Error: 2_716 - .saturating_add(Weight::from_parts(303_947 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_277_000 picoseconds. + Weight::from_parts(1_095_174, 0) + // Standard Error: 4_447 + .saturating_add(Weight::from_parts(256_010 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend32s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_130_000 picoseconds. - Weight::from_parts(1_166_717, 0) - // Standard Error: 1_413 - .saturating_add(Weight::from_parts(287_342 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(948_185, 0) + // Standard Error: 5_240 + .saturating_add(Weight::from_parts(252_152 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendsi32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_165_000 picoseconds. - Weight::from_parts(891_706, 0) - // Standard Error: 2_465 - .saturating_add(Weight::from_parts(249_410 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_364_000 picoseconds. + Weight::from_parts(1_691_742, 0) + // Standard Error: 1_108 + .saturating_add(Weight::from_parts(154_813 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendui32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_125_000 picoseconds. - Weight::from_parts(1_399_184, 0) - // Standard Error: 1_248 - .saturating_add(Weight::from_parts(141_084 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_363_000 picoseconds. + Weight::from_parts(1_847_986, 0) + // Standard Error: 1_147 + .saturating_add(Weight::from_parts(93_233 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32wrapi64(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_138_000 picoseconds. - Weight::from_parts(1_505_788, 0) - // Standard Error: 862 - .saturating_add(Weight::from_parts(133_725 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_281_000 picoseconds. + Weight::from_parts(1_961_077, 0) + // Standard Error: 696 + .saturating_add(Weight::from_parts(87_341 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_112_000 picoseconds. - Weight::from_parts(1_214_179, 0) - // Standard Error: 4_666 - .saturating_add(Weight::from_parts(720_432 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_333_000 picoseconds. + Weight::from_parts(1_372_000, 0) + // Standard Error: 11_911 + .saturating_add(Weight::from_parts(1_008_734 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_108_000 picoseconds. - Weight::from_parts(1_273_454, 0) - // Standard Error: 4_433 - .saturating_add(Weight::from_parts(532_996 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_307_000 picoseconds. + Weight::from_parts(1_376_000, 0) + // Standard Error: 4_838 + .saturating_add(Weight::from_parts(540_102 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_131_000 picoseconds. - Weight::from_parts(606_887, 0) - // Standard Error: 4_030 - .saturating_add(Weight::from_parts(740_699 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_298_000 picoseconds. + Weight::from_parts(1_343_000, 0) + // Standard Error: 16_519 + .saturating_add(Weight::from_parts(1_191_585 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_073_000 picoseconds. - Weight::from_parts(652_962, 0) - // Standard Error: 2_826 - .saturating_add(Weight::from_parts(545_710 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_303_000 picoseconds. + Weight::from_parts(1_399_000, 0) + // Standard Error: 6_288 + .saturating_add(Weight::from_parts(573_438 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_105_000 picoseconds. - Weight::from_parts(505_518, 0) - // Standard Error: 3_790 - .saturating_add(Weight::from_parts(746_533 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_328_000 picoseconds. + Weight::from_parts(1_397_000, 0) + // Standard Error: 9_065 + .saturating_add(Weight::from_parts(917_725 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(912_665, 0) - // Standard Error: 3_811 - .saturating_add(Weight::from_parts(534_806 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_326_000 picoseconds. + Weight::from_parts(1_387_000, 0) + // Standard Error: 3_994 + .saturating_add(Weight::from_parts(512_663 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_119_000 picoseconds. - Weight::from_parts(741_736, 0) - // Standard Error: 3_635 - .saturating_add(Weight::from_parts(741_879 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_275_000 picoseconds. + Weight::from_parts(1_370_000, 0) + // Standard Error: 8_166 + .saturating_add(Weight::from_parts(896_742 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_129_000 picoseconds. - Weight::from_parts(748_486, 0) - // Standard Error: 4_137 - .saturating_add(Weight::from_parts(534_778 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_322_000 picoseconds. + Weight::from_parts(1_352_000, 0) + // Standard Error: 4_428 + .saturating_add(Weight::from_parts(521_146 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_077_000 picoseconds. - Weight::from_parts(1_098_504, 0) - // Standard Error: 4_305 - .saturating_add(Weight::from_parts(727_854 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_316_000 picoseconds. + Weight::from_parts(1_362_000, 0) + // Standard Error: 10_964 + .saturating_add(Weight::from_parts(950_113 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_114_000 picoseconds. - Weight::from_parts(1_122_798, 0) - // Standard Error: 1_840 - .saturating_add(Weight::from_parts(505_466 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_314_000 picoseconds. + Weight::from_parts(1_430_000, 0) + // Standard Error: 6_233 + .saturating_add(Weight::from_parts(527_757 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_141_000 picoseconds. - Weight::from_parts(1_415_320, 0) - // Standard Error: 4_769 - .saturating_add(Weight::from_parts(721_643 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_290_000 picoseconds. + Weight::from_parts(1_345_000, 0) + // Standard Error: 8_041 + .saturating_add(Weight::from_parts(888_646 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_098_000 picoseconds. - Weight::from_parts(1_353_387, 0) - // Standard Error: 2_800 - .saturating_add(Weight::from_parts(508_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_332_000 picoseconds. + Weight::from_parts(1_402_000, 0) + // Standard Error: 3_295 + .saturating_add(Weight::from_parts(501_011 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_149_000 picoseconds. - Weight::from_parts(1_110_037, 0) - // Standard Error: 4_337 - .saturating_add(Weight::from_parts(722_241 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(1_377_000, 0) + // Standard Error: 8_442 + .saturating_add(Weight::from_parts(910_933 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_102_000 picoseconds. - Weight::from_parts(772_878, 0) - // Standard Error: 3_726 - .saturating_add(Weight::from_parts(557_525 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_333_000 picoseconds. + Weight::from_parts(1_401_000, 0) + // Standard Error: 5_606 + .saturating_add(Weight::from_parts(521_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(483_272, 0) - // Standard Error: 4_088 - .saturating_add(Weight::from_parts(748_806 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_376_000, 0) + // Standard Error: 12_294 + .saturating_add(Weight::from_parts(950_492 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_083_000 picoseconds. - Weight::from_parts(1_474_751, 0) - // Standard Error: 3_387 - .saturating_add(Weight::from_parts(508_996 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_336_000 picoseconds. + Weight::from_parts(1_403_000, 0) + // Standard Error: 4_497 + .saturating_add(Weight::from_parts(487_845 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_164_000 picoseconds. - Weight::from_parts(1_056_323, 0) - // Standard Error: 4_486 - .saturating_add(Weight::from_parts(743_520 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_371_000 picoseconds. + Weight::from_parts(1_407_000, 0) + // Standard Error: 14_384 + .saturating_add(Weight::from_parts(1_038_473 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_145_000 picoseconds. - Weight::from_parts(1_314_789, 0) - // Standard Error: 1_726 - .saturating_add(Weight::from_parts(498_625 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_318_000 picoseconds. + Weight::from_parts(1_366_000, 0) + // Standard Error: 3_536 + .saturating_add(Weight::from_parts(501_421 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_121_000 picoseconds. - Weight::from_parts(1_204_844, 0) - // Standard Error: 5_170 - .saturating_add(Weight::from_parts(734_780 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_349_000 picoseconds. + Weight::from_parts(1_390_000, 0) + // Standard Error: 12_990 + .saturating_add(Weight::from_parts(1_006_416 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_125_000 picoseconds. - Weight::from_parts(902_365, 0) - // Standard Error: 2_953 - .saturating_add(Weight::from_parts(541_622 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_326_000 picoseconds. + Weight::from_parts(1_373_000, 0) + // Standard Error: 3_004 + .saturating_add(Weight::from_parts(499_955 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_130_000 picoseconds. - Weight::from_parts(1_262_188, 0) - // Standard Error: 2_027 - .saturating_add(Weight::from_parts(545_118 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_357_000 picoseconds. + Weight::from_parts(1_394_000, 0) + // Standard Error: 5_225 + .saturating_add(Weight::from_parts(589_236 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_166_000 picoseconds. - Weight::from_parts(1_184_873, 0) - // Standard Error: 1_758 - .saturating_add(Weight::from_parts(354_905 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_327_000 picoseconds. + Weight::from_parts(616_374, 0) + // Standard Error: 6_078 + .saturating_add(Weight::from_parts(323_741 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_113_000 picoseconds. - Weight::from_parts(1_920_304, 0) - // Standard Error: 4_397 - .saturating_add(Weight::from_parts(543_294 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_377_000, 0) + // Standard Error: 4_261 + .saturating_add(Weight::from_parts(580_272 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_066_000 picoseconds. - Weight::from_parts(954_875, 0) - // Standard Error: 2_835 - .saturating_add(Weight::from_parts(354_448 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_395_000 picoseconds. + Weight::from_parts(1_248_581, 0) + // Standard Error: 1_837 + .saturating_add(Weight::from_parts(273_735 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_143_000 picoseconds. - Weight::from_parts(802_477, 0) - // Standard Error: 4_347 - .saturating_add(Weight::from_parts(683_732 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_322_000 picoseconds. + Weight::from_parts(1_368_000, 0) + // Standard Error: 12_113 + .saturating_add(Weight::from_parts(934_388 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_092_000 picoseconds. - Weight::from_parts(787_353, 0) - // Standard Error: 3_985 - .saturating_add(Weight::from_parts(522_097 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_344_000 picoseconds. + Weight::from_parts(1_411_000, 0) + // Standard Error: 6_047 + .saturating_add(Weight::from_parts(550_572 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_115_000 picoseconds. - Weight::from_parts(1_243_884, 0) - // Standard Error: 2_490 - .saturating_add(Weight::from_parts(1_495_765 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_290_000 picoseconds. + Weight::from_parts(1_385_000, 0) + // Standard Error: 7_866 + .saturating_add(Weight::from_parts(1_964_453 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(504_698, 0) - // Standard Error: 3_551 - .saturating_add(Weight::from_parts(1_142_343 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_349_000 picoseconds. + Weight::from_parts(1_411_000, 0) + // Standard Error: 11_840 + .saturating_add(Weight::from_parts(1_463_772 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_094_000 picoseconds. - Weight::from_parts(883_449, 0) - // Standard Error: 2_784 - .saturating_add(Weight::from_parts(1_546_236 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_369_000, 0) + // Standard Error: 8_470 + .saturating_add(Weight::from_parts(1_776_938 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_100_000 picoseconds. - Weight::from_parts(817_447, 0) - // Standard Error: 4_504 - .saturating_add(Weight::from_parts(1_106_059 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_348_000 picoseconds. + Weight::from_parts(1_387_000, 0) + // Standard Error: 9_310 + .saturating_add(Weight::from_parts(1_348_132 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_092_000 picoseconds. - Weight::from_parts(1_145_000, 0) - // Standard Error: 29_822 - .saturating_add(Weight::from_parts(4_651_461 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_369_000 picoseconds. + Weight::from_parts(1_434_000, 0) + // Standard Error: 32_697 + .saturating_add(Weight::from_parts(8_745_987 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_106_000 picoseconds. - Weight::from_parts(1_135_000, 0) - // Standard Error: 30_763 - .saturating_add(Weight::from_parts(3_323_346 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_343_000 picoseconds. + Weight::from_parts(1_378_000, 0) + // Standard Error: 43_147 + .saturating_add(Weight::from_parts(7_112_006 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_106_000 picoseconds. - Weight::from_parts(1_369_161, 0) - // Standard Error: 3_106 - .saturating_add(Weight::from_parts(1_528_954 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_367_000 picoseconds. + Weight::from_parts(1_417_000, 0) + // Standard Error: 6_535 + .saturating_add(Weight::from_parts(1_778_734 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_081_000 picoseconds. - Weight::from_parts(928_623, 0) - // Standard Error: 4_983 - .saturating_add(Weight::from_parts(1_093_720 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_363_000 picoseconds. + Weight::from_parts(1_418_000, 0) + // Standard Error: 8_351 + .saturating_add(Weight::from_parts(1_317_333 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_076_000 picoseconds. - Weight::from_parts(921_033, 0) - // Standard Error: 4_447 - .saturating_add(Weight::from_parts(558_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_299_000 picoseconds. + Weight::from_parts(1_384_000, 0) + // Standard Error: 7_392 + .saturating_add(Weight::from_parts(623_815 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_571_241, 0) - // Standard Error: 1_336 - .saturating_add(Weight::from_parts(313_419 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_287_000 picoseconds. + Weight::from_parts(935_149, 0) + // Standard Error: 2_071 + .saturating_add(Weight::from_parts(304_270 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_139_000 picoseconds. - Weight::from_parts(1_430_760, 0) - // Standard Error: 3_950 - .saturating_add(Weight::from_parts(525_019 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_299_000 picoseconds. + Weight::from_parts(1_355_000, 0) + // Standard Error: 4_359 + .saturating_add(Weight::from_parts(589_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_113_000 picoseconds. - Weight::from_parts(1_533_556, 0) - // Standard Error: 2_902 - .saturating_add(Weight::from_parts(330_155 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_294_000 picoseconds. + Weight::from_parts(1_027_247, 0) + // Standard Error: 2_047 + .saturating_add(Weight::from_parts(303_177 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(1_008_523, 0) - // Standard Error: 3_975 - .saturating_add(Weight::from_parts(541_732 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_405_000, 0) + // Standard Error: 5_133 + .saturating_add(Weight::from_parts(609_550 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_102_000 picoseconds. - Weight::from_parts(1_249_074, 0) - // Standard Error: 2_832 - .saturating_add(Weight::from_parts(335_476 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(603_111, 0) + // Standard Error: 6_223 + .saturating_add(Weight::from_parts(326_084 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_128_000 picoseconds. - Weight::from_parts(1_127_905, 0) - // Standard Error: 3_725 - .saturating_add(Weight::from_parts(491_963 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_303_000 picoseconds. + Weight::from_parts(1_397_000, 0) + // Standard Error: 5_895 + .saturating_add(Weight::from_parts(506_341 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_556_117, 0) - // Standard Error: 1_160 - .saturating_add(Weight::from_parts(293_739 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_247_692, 0) + // Standard Error: 1_511 + .saturating_add(Weight::from_parts(274_134 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_061_000 picoseconds. - Weight::from_parts(1_223_969, 0) - // Standard Error: 2_213 - .saturating_add(Weight::from_parts(471_266 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_311_000 picoseconds. + Weight::from_parts(1_354_000, 0) + // Standard Error: 2_897 + .saturating_add(Weight::from_parts(483_641 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(1_311_929, 0) - // Standard Error: 3_691 - .saturating_add(Weight::from_parts(331_159 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(1_329_094, 0) + // Standard Error: 2_115 + .saturating_add(Weight::from_parts(275_076 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_148_000 picoseconds. - Weight::from_parts(1_006_469, 0) - // Standard Error: 1_885 - .saturating_add(Weight::from_parts(475_187 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_276_000 picoseconds. + Weight::from_parts(1_347_000, 0) + // Standard Error: 5_598 + .saturating_add(Weight::from_parts(517_531 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_131_000 picoseconds. - Weight::from_parts(1_702_645, 0) - // Standard Error: 2_508 - .saturating_add(Weight::from_parts(299_600 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_288_000 picoseconds. + Weight::from_parts(777_418, 0) + // Standard Error: 6_424 + .saturating_add(Weight::from_parts(311_033 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_165_000 picoseconds. - Weight::from_parts(726_005, 0) - // Standard Error: 3_603 - .saturating_add(Weight::from_parts(497_056 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_297_000 picoseconds. + Weight::from_parts(1_378_000, 0) + // Standard Error: 4_789 + .saturating_add(Weight::from_parts(509_554 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_104_000 picoseconds. - Weight::from_parts(1_441_366, 0) - // Standard Error: 1_572 - .saturating_add(Weight::from_parts(303_529 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_311_000 picoseconds. + Weight::from_parts(617_995, 0) + // Standard Error: 7_052 + .saturating_add(Weight::from_parts(322_976 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_140_000 picoseconds. - Weight::from_parts(1_732_474, 0) - // Standard Error: 3_245 - .saturating_add(Weight::from_parts(457_613 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_318_000 picoseconds. + Weight::from_parts(1_391_000, 0) + // Standard Error: 3_787 + .saturating_add(Weight::from_parts(498_275 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(966_620, 0) - // Standard Error: 2_857 - .saturating_add(Weight::from_parts(335_047 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_393_000 picoseconds. + Weight::from_parts(879_010, 0) + // Standard Error: 5_769 + .saturating_add(Weight::from_parts(308_463 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } fn tasks_remove_gas_reservation() -> Weight { // Proof Size summary in bytes: - // Measured: `1164` + // Measured: `1192` // Estimated: `6196` - // Minimum execution time: 75_485_000 picoseconds. - Weight::from_parts(76_731_000, 6196) + // Minimum execution time: 77_564_000 picoseconds. + Weight::from_parts(79_369_000, 6196) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -4049,17 +4054,17 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `858` // Estimated: `4323` - // Minimum execution time: 41_658_000 picoseconds. - Weight::from_parts(42_239_000, 4323) + // Minimum execution time: 43_250_000 picoseconds. + Weight::from_parts(44_016_000, 4323) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } fn tasks_send_user_message() -> Weight { // Proof Size summary in bytes: - // Measured: `1079` + // Measured: `1113` // Estimated: `6196` - // Minimum execution time: 84_821_000 picoseconds. - Weight::from_parts(86_439_000, 6196) + // Minimum execution time: 88_938_000 picoseconds. + Weight::from_parts(89_815_000, 6196) .saturating_add(RocksDbWeight::get().reads(13_u64)) .saturating_add(RocksDbWeight::get().writes(10_u64)) } @@ -4067,8 +4072,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `694` // Estimated: `4159` - // Minimum execution time: 29_130_000 picoseconds. - Weight::from_parts(29_681_000, 4159) + // Minimum execution time: 30_606_000 picoseconds. + Weight::from_parts(31_277_000, 4159) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -4076,8 +4081,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `937` // Estimated: `4402` - // Minimum execution time: 41_459_000 picoseconds. - Weight::from_parts(42_424_000, 4402) + // Minimum execution time: 43_204_000 picoseconds. + Weight::from_parts(43_879_000, 4402) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -4085,25 +4090,25 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `80` // Estimated: `3545` - // Minimum execution time: 4_410_000 picoseconds. - Weight::from_parts(4_668_000, 3545) + // Minimum execution time: 4_683_000 picoseconds. + Weight::from_parts(5_115_000, 3545) .saturating_add(RocksDbWeight::get().reads(1_u64)) } fn tasks_remove_from_waitlist() -> Weight { // Proof Size summary in bytes: - // Measured: `1635` - // Estimated: `7575` - // Minimum execution time: 116_824_000 picoseconds. - Weight::from_parts(117_581_000, 7575) - .saturating_add(RocksDbWeight::get().reads(18_u64)) + // Measured: `1669` + // Estimated: `7609` + // Minimum execution time: 119_848_000 picoseconds. + Weight::from_parts(121_716_000, 7609) + .saturating_add(RocksDbWeight::get().reads(17_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) } fn tasks_remove_from_mailbox() -> Weight { // Proof Size summary in bytes: - // Measured: `1364` - // Estimated: `7304` - // Minimum execution time: 97_425_000 picoseconds. - Weight::from_parts(98_374_000, 7304) + // Measured: `1398` + // Estimated: `7338` + // Minimum execution time: 105_087_000 picoseconds. + Weight::from_parts(106_798_000, 7338) .saturating_add(RocksDbWeight::get().reads(16_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) } diff --git a/runtime/vara/src/tests.rs b/runtime/vara/src/tests.rs index a09b95ea7cb..0724a67cd02 100644 --- a/runtime/vara/src/tests.rs +++ b/runtime/vara/src/tests.rs @@ -80,16 +80,16 @@ fn instruction_weights_heuristics_test() { _phantom: core::marker::PhantomData, i64const: 160, - i64load: 3_100, + i64load: 5_800, i32load: 8_000, - i64store: 29_000, + i64store: 10_000, i32store: 20_000, select: 7_100, r#if: 8_000, br: 3_300, br_if: 6_000, br_table: 10_900, - br_table_per_entry: 100, + br_table_per_entry: 150, call: 4_900, call_per_local: 0, @@ -103,22 +103,22 @@ fn instruction_weights_heuristics_test() { global_set: 1_000, memory_current: 14_200, - i64clz: 6_100, - i32clz: 6_100, - i64ctz: 6_700, - i32ctz: 6_700, - i64popcnt: 1_000, + i64clz: 400, + i32clz: 300, + i64ctz: 400, + i32ctz: 250, + i64popcnt: 450, i32popcnt: 350, i64eqz: 1_300, i32eqz: 1_200, - i32extend8s: 800, - i32extend16s: 800, - i64extend8s: 800, - i64extend16s: 800, - i64extend32s: 800, - i64extendsi32: 800, + i32extend8s: 400, + i32extend16s: 400, + i64extend8s: 400, + i64extend16s: 400, + i64extend32s: 400, + i64extendsi32: 350, i64extendui32: 400, - i32wrapi64: 150, + i32wrapi64: 10, i64eq: 1_800, i32eq: 1_100, i64ne: 1_700, @@ -144,7 +144,7 @@ fn instruction_weights_heuristics_test() { i64add: 1_300, i32add: 500, i64sub: 1_300, - i32sub: 500, + i32sub: 250, i64mul: 2_000, i32mul: 1_000, i64divs: 3_500, @@ -152,8 +152,8 @@ fn instruction_weights_heuristics_test() { i64divu: 3_500, i32divu: 3_500, - i64rems: 10_000, - i32rems: 10_000, + i64rems: 18_000, + i32rems: 15_000, i64remu: 3_500, i32remu: 3_500, i64and: 1_000, @@ -166,13 +166,13 @@ fn instruction_weights_heuristics_test() { i64shl: 1_000, i32shl: 400, i64shrs: 1_000, - i32shrs: 800, + i32shrs: 250, i64shru: 1_000, i32shru: 400, - i64rotl: 1_500, + i64rotl: 750, i32rotl: 400, i64rotr: 1_000, - i32rotr: 800, + i32rotr: 300, }; check_instructions_weights(weights, expected_weights); @@ -188,7 +188,7 @@ fn syscall_weights_test() { free_range: 900_000.into(), free_range_per_page: 40_000.into(), gr_reserve_gas: 2_300_000.into(), - gr_unreserve_gas: 1_900_000.into(), + gr_unreserve_gas: 2_200_000.into(), gr_system_reserve_gas: 1_000_000.into(), gr_gas_available: 932_300.into(), gr_message_id: 926_500.into(), @@ -203,7 +203,7 @@ fn syscall_weights_test() { gr_block_height: 925_900.into(), gr_block_timestamp: 933_000.into(), gr_random: 1_900_000.into(), - gr_reply_deposit: 6_500_000.into(), + gr_reply_deposit: 4_900_000.into(), gr_send: 3_200_000.into(), gr_send_per_byte: 500.into(), gr_send_wgas: 3_300_000.into(), @@ -216,22 +216,22 @@ fn syscall_weights_test() { gr_reservation_send: 3_400_000.into(), gr_reservation_send_per_byte: 500.into(), gr_reservation_send_commit: 2_900_000.into(), - gr_reply_commit: 21_300_000.into(), - gr_reply_commit_wgas: 19_200_000.into(), + gr_reply_commit: 12_000_000.into(), + gr_reply_commit_wgas: 12_100_000.into(), gr_reservation_reply: 8_300_000.into(), gr_reservation_reply_per_byte: 675_000.into(), - gr_reservation_reply_commit: 7_000_000.into(), + gr_reservation_reply_commit: 7_800_000.into(), gr_reply_push: 1_700_000.into(), - gr_reply: 22_500_000.into(), + gr_reply: 13_600_000.into(), gr_reply_per_byte: 650.into(), - gr_reply_wgas: 21_400_000.into(), + gr_reply_wgas: 11_900_000.into(), gr_reply_wgas_per_byte: 650.into(), gr_reply_push_per_byte: 640.into(), gr_reply_to: 950_200.into(), gr_signal_code: 962_500.into(), gr_signal_from: 941_500.into(), - gr_reply_input: 19_000_000.into(), - gr_reply_input_wgas: 24_600_000.into(), + gr_reply_input: 13_300_000.into(), + gr_reply_input_wgas: 10_600_000.into(), gr_reply_push_input: 1_200_000.into(), gr_reply_push_input_per_byte: 146.into(), gr_send_input: 3_100_000.into(), @@ -241,12 +241,12 @@ fn syscall_weights_test() { gr_debug: 1_200_000.into(), gr_debug_per_byte: 450.into(), gr_reply_code: 919_800.into(), - gr_exit: 24_100_000.into(), - gr_leave: 12_500_000.into(), - gr_wait: 11_400_000.into(), - gr_wait_for: 11_500_000.into(), - gr_wait_up_to: 11_600_000.into(), - gr_wake: 3_700_000.into(), + gr_exit: 96_500_000.into(), + gr_leave: 130_300_000.into(), + gr_wait: 112_500_000.into(), + gr_wait_for: 92_000_000.into(), + gr_wait_up_to: 127_000_000.into(), + gr_wake: 3_000_000.into(), gr_create_program: 4_100_000.into(), gr_create_program_payload_per_byte: 120.into(), gr_create_program_salt_per_byte: 1_400.into(), @@ -285,7 +285,7 @@ fn lazy_page_costs_heuristic_test() { host_func_read: 29_000_000.into(), host_func_write: 137_000_000.into(), host_func_write_after_read: 112_000_000.into(), - load_page_storage_data: 10_700_000.into(), + load_page_storage_data: 9_000_000.into(), }; check_lazy_pages_costs(lazy_pages_costs, expected_lazy_pages_costs); diff --git a/runtime/vara/src/weights/frame_system.rs b/runtime/vara/src/weights/frame_system.rs index 6e237f96274..89afa54728a 100644 --- a/runtime/vara/src/weights/frame_system.rs +++ b/runtime/vara/src/weights/frame_system.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for frame_system //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-08-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("vara-dev"), DB CACHE: 1024 @@ -31,6 +31,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] #![allow(clippy::unnecessary_cast)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; @@ -54,18 +55,18 @@ impl frame_system::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_581_000 picoseconds. - Weight::from_parts(1_854_232, 0) + // Minimum execution time: 1_532_000 picoseconds. + Weight::from_parts(2_573_964, 0) // Standard Error: 0 - .saturating_add(Weight::from_parts(374, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(365, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 1310720]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_093_000 picoseconds. - Weight::from_parts(4_223_000, 0) + // Minimum execution time: 4_170_000 picoseconds. + Weight::from_parts(4_292_000, 0) // Standard Error: 1 .saturating_add(Weight::from_parts(1_347, 0).saturating_mul(b.into())) } @@ -73,8 +74,8 @@ impl frame_system::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 2_569_000 picoseconds. - Weight::from_parts(2_767_000, 1485) + // Minimum execution time: 2_605_000 picoseconds. + Weight::from_parts(2_750_000, 1485) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -82,8 +83,8 @@ impl frame_system::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 76_624_185_000 picoseconds. - Weight::from_parts(77_839_511_000, 1485) + // Minimum execution time: 78_490_713_000 picoseconds. + Weight::from_parts(88_088_488_000, 1485) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -92,10 +93,10 @@ impl frame_system::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_577_000 picoseconds. - Weight::from_parts(1_601_000, 0) - // Standard Error: 822 - .saturating_add(Weight::from_parts(674_780, 0).saturating_mul(i.into())) + // Minimum execution time: 1_533_000 picoseconds. + Weight::from_parts(1_598_000, 0) + // Standard Error: 874 + .saturating_add(Weight::from_parts(698_916, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// The range of component `i` is `[0, 1000]`. @@ -103,21 +104,21 @@ impl frame_system::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_605_000 picoseconds. - Weight::from_parts(1_644_000, 0) - // Standard Error: 744 - .saturating_add(Weight::from_parts(514_366, 0).saturating_mul(i.into())) + // Minimum execution time: 1_637_000 picoseconds. + Weight::from_parts(1_680_000, 0) + // Standard Error: 732 + .saturating_add(Weight::from_parts(526_220, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `82 + p * (69 ±0)` - // Estimated: `89 + p * (70 ±0)` - // Minimum execution time: 3_204_000 picoseconds. - Weight::from_parts(3_331_000, 89) - // Standard Error: 1_168 - .saturating_add(Weight::from_parts(1_077_376, 0).saturating_mul(p.into())) + // Measured: `85 + p * (69 ±0)` + // Estimated: `92 + p * (70 ±0)` + // Minimum execution time: 3_296_000 picoseconds. + Weight::from_parts(3_393_000, 92) + // Standard Error: 1_100 + .saturating_add(Weight::from_parts(1_063_030, 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())) @@ -131,18 +132,18 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_581_000 picoseconds. - Weight::from_parts(1_854_232, 0) + // Minimum execution time: 1_532_000 picoseconds. + Weight::from_parts(2_573_964, 0) // Standard Error: 0 - .saturating_add(Weight::from_parts(374, 0).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(365, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 1310720]`. fn remark_with_event(b: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_093_000 picoseconds. - Weight::from_parts(4_223_000, 0) + // Minimum execution time: 4_170_000 picoseconds. + Weight::from_parts(4_292_000, 0) // Standard Error: 1 .saturating_add(Weight::from_parts(1_347, 0).saturating_mul(b.into())) } @@ -150,8 +151,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 2_569_000 picoseconds. - Weight::from_parts(2_767_000, 1485) + // Minimum execution time: 2_605_000 picoseconds. + Weight::from_parts(2_750_000, 1485) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -159,8 +160,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `1485` - // Minimum execution time: 76_624_185_000 picoseconds. - Weight::from_parts(77_839_511_000, 1485) + // Minimum execution time: 78_490_713_000 picoseconds. + Weight::from_parts(88_088_488_000, 1485) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -169,10 +170,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_577_000 picoseconds. - Weight::from_parts(1_601_000, 0) - // Standard Error: 822 - .saturating_add(Weight::from_parts(674_780, 0).saturating_mul(i.into())) + // Minimum execution time: 1_533_000 picoseconds. + Weight::from_parts(1_598_000, 0) + // Standard Error: 874 + .saturating_add(Weight::from_parts(698_916, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// The range of component `i` is `[0, 1000]`. @@ -180,21 +181,21 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_605_000 picoseconds. - Weight::from_parts(1_644_000, 0) - // Standard Error: 744 - .saturating_add(Weight::from_parts(514_366, 0).saturating_mul(i.into())) + // Minimum execution time: 1_637_000 picoseconds. + Weight::from_parts(1_680_000, 0) + // Standard Error: 732 + .saturating_add(Weight::from_parts(526_220, 0).saturating_mul(i.into())) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// The range of component `p` is `[0, 1000]`. fn kill_prefix(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `82 + p * (69 ±0)` - // Estimated: `89 + p * (70 ±0)` - // Minimum execution time: 3_204_000 picoseconds. - Weight::from_parts(3_331_000, 89) - // Standard Error: 1_168 - .saturating_add(Weight::from_parts(1_077_376, 0).saturating_mul(p.into())) + // Measured: `85 + p * (69 ±0)` + // Estimated: `92 + p * (70 ±0)` + // Minimum execution time: 3_296_000 picoseconds. + Weight::from_parts(3_393_000, 92) + // Standard Error: 1_100 + .saturating_add(Weight::from_parts(1_063_030, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) diff --git a/runtime/vara/src/weights/pallet_balances.rs b/runtime/vara/src/weights/pallet_balances.rs index 81df10e41dd..1d89b3f6d6d 100644 --- a/runtime/vara/src/weights/pallet_balances.rs +++ b/runtime/vara/src/weights/pallet_balances.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_balances //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-08-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("vara-dev"), DB CACHE: 1024 @@ -31,6 +31,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] #![allow(clippy::unnecessary_cast)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; @@ -54,8 +55,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `103` // Estimated: `6196` - // Minimum execution time: 54_733_000 picoseconds. - Weight::from_parts(55_544_000, 6196) + // Minimum execution time: 57_394_000 picoseconds. + Weight::from_parts(57_987_000, 6196) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -63,8 +64,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 32_723_000 picoseconds. - Weight::from_parts(33_354_000, 3593) + // Minimum execution time: 32_912_000 picoseconds. + Weight::from_parts(33_630_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -72,8 +73,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 11_010_000 picoseconds. - Weight::from_parts(11_463_000, 3593) + // Minimum execution time: 11_830_000 picoseconds. + Weight::from_parts(12_163_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -81,8 +82,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 15_632_000 picoseconds. - Weight::from_parts(15_853_000, 3593) + // Minimum execution time: 15_951_000 picoseconds. + Weight::from_parts(16_225_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -90,8 +91,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `206` // Estimated: `8799` - // Minimum execution time: 56_557_000 picoseconds. - Weight::from_parts(57_064_000, 8799) + // Minimum execution time: 57_920_000 picoseconds. + Weight::from_parts(58_705_000, 8799) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -99,8 +100,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 40_455_000 picoseconds. - Weight::from_parts(41_159_000, 3593) + // Minimum execution time: 41_921_000 picoseconds. + Weight::from_parts(43_310_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -108,8 +109,8 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 14_216_000 picoseconds. - Weight::from_parts(14_500_000, 3593) + // Minimum execution time: 14_227_000 picoseconds. + Weight::from_parts(14_624_000, 3593) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -118,10 +119,10 @@ impl pallet_balances::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0 + u * (136 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 13_812_000 picoseconds. - Weight::from_parts(13_988_000, 990) - // Standard Error: 11_603 - .saturating_add(Weight::from_parts(12_360_147, 0).saturating_mul(u.into())) + // Minimum execution time: 14_912_000 picoseconds. + Weight::from_parts(14_994_000, 990) + // Standard Error: 15_665 + .saturating_add(Weight::from_parts(13_084_177, 0).saturating_mul(u.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) @@ -134,8 +135,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `103` // Estimated: `6196` - // Minimum execution time: 54_733_000 picoseconds. - Weight::from_parts(55_544_000, 6196) + // Minimum execution time: 57_394_000 picoseconds. + Weight::from_parts(57_987_000, 6196) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -143,8 +144,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 32_723_000 picoseconds. - Weight::from_parts(33_354_000, 3593) + // Minimum execution time: 32_912_000 picoseconds. + Weight::from_parts(33_630_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -152,8 +153,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 11_010_000 picoseconds. - Weight::from_parts(11_463_000, 3593) + // Minimum execution time: 11_830_000 picoseconds. + Weight::from_parts(12_163_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -161,8 +162,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 15_632_000 picoseconds. - Weight::from_parts(15_853_000, 3593) + // Minimum execution time: 15_951_000 picoseconds. + Weight::from_parts(16_225_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -170,8 +171,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `206` // Estimated: `8799` - // Minimum execution time: 56_557_000 picoseconds. - Weight::from_parts(57_064_000, 8799) + // Minimum execution time: 57_920_000 picoseconds. + Weight::from_parts(58_705_000, 8799) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -179,8 +180,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `3593` - // Minimum execution time: 40_455_000 picoseconds. - Weight::from_parts(41_159_000, 3593) + // Minimum execution time: 41_921_000 picoseconds. + Weight::from_parts(43_310_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -188,8 +189,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `103` // Estimated: `3593` - // Minimum execution time: 14_216_000 picoseconds. - Weight::from_parts(14_500_000, 3593) + // Minimum execution time: 14_227_000 picoseconds. + Weight::from_parts(14_624_000, 3593) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -198,10 +199,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + u * (136 ±0)` // Estimated: `990 + u * (2603 ±0)` - // Minimum execution time: 13_812_000 picoseconds. - Weight::from_parts(13_988_000, 990) - // Standard Error: 11_603 - .saturating_add(Weight::from_parts(12_360_147, 0).saturating_mul(u.into())) + // Minimum execution time: 14_912_000 picoseconds. + Weight::from_parts(14_994_000, 990) + // Standard Error: 15_665 + .saturating_add(Weight::from_parts(13_084_177, 0).saturating_mul(u.into())) .saturating_add(RocksDbWeight::get().reads((1_u64).saturating_mul(u.into()))) .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(u.into()))) .saturating_add(Weight::from_parts(0, 2603).saturating_mul(u.into())) diff --git a/runtime/vara/src/weights/pallet_gear.rs b/runtime/vara/src/weights/pallet_gear.rs index a90d62c7504..afb51ce5660 100644 --- a/runtime/vara/src/weights/pallet_gear.rs +++ b/runtime/vara/src/weights/pallet_gear.rs @@ -19,18 +19,19 @@ //! Autogenerated weights for pallet_gear //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-08-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("vara-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/gear benchmark pallet --chain=vara-dev --steps=50 --repeat=20 --pallet=pallet_gear --extrinsic=alloc,claim_value,create_program,db_read_per_kb,db_write_per_kb,free,free_range,free_range_per_page,gr_block_height,gr_block_timestamp,gr_create_program,gr_create_program_per_kb,gr_create_program_wgas,gr_create_program_wgas_per_kb,gr_debug,gr_debug_per_kb,gr_env_vars,gr_gas_available,gr_message_id,gr_program_id,gr_random,gr_read,gr_read_per_kb,gr_reply_code,gr_reply_deposit,gr_reply_per_kb,gr_reply_push,gr_reply_push_input,gr_reply_push_input_per_kb,gr_reply_push_per_kb,gr_reply_to,gr_reply_wgas_per_kb,gr_reservation_reply_commit_per_kb,gr_reservation_reply_per_kb,gr_reservation_send,gr_reservation_send_commit,gr_reservation_send_per_kb,gr_reserve_gas,gr_send,gr_send_commit,gr_send_commit_wgas,gr_send_init,gr_send_input,gr_send_input_wgas,gr_send_per_kb,gr_send_push,gr_send_push_input,gr_send_push_input_per_kb,gr_send_push_per_kb,gr_send_wgas,gr_send_wgas_per_kb,gr_signal_code,gr_signal_from,gr_size,gr_source,gr_system_reserve_gas,gr_unreserve_gas,gr_value,gr_value_available,gr_wake,instantiate_module_code_section_per_kb,instantiate_module_data_section_per_kb,instantiate_module_global_section_per_kb,instantiate_module_table_section_per_kb,instantiate_module_type_section_per_kb,instr_br,instr_br_if,instr_br_table,instr_br_table_per_entry,instr_call,instr_call_const,instr_call_indirect,instr_call_indirect_per_param,instr_call_per_local,instr_global_get,instr_global_set,instr_i32add,instr_i32and,instr_i32clz,instr_i32ctz,instr_i32divs,instr_i32divu,instr_i32eq,instr_i32eqz,instr_i32extend16s,instr_i32extend8s,instr_i32ges,instr_i32geu,instr_i32gts,instr_i32gtu,instr_i32les,instr_i32leu,instr_i32load,instr_i32lts,instr_i32ltu,instr_i32mul,instr_i32ne,instr_i32or,instr_i32popcnt,instr_i32rems,instr_i32remu,instr_i32rotl,instr_i32rotr,instr_i32shl,instr_i32shrs,instr_i32shru,instr_i32store,instr_i32sub,instr_i32wrapi64,instr_i32xor,instr_i64add,instr_i64and,instr_i64clz,instr_i64ctz,instr_i64divs,instr_i64divu,instr_i64eq,instr_i64eqz,instr_i64extend16s,instr_i64extend32s,instr_i64extend8s,instr_i64extendsi32,instr_i64extendui32,instr_i64ges,instr_i64geu,instr_i64gts,instr_i64gtu,instr_i64les,instr_i64leu,instr_i64load,instr_i64lts,instr_i64ltu,instr_i64mul,instr_i64ne,instr_i64or,instr_i64popcnt,instr_i64rems,instr_i64remu,instr_i64rotl,instr_i64rotr,instr_i64shl,instr_i64shrs,instr_i64shru,instr_i64store,instr_i64sub,instr_i64xor,instr_if,instr_local_get,instr_local_set,instr_local_tee,instr_memory_current,instr_select,lazy_pages_host_func_read,lazy_pages_host_func_write,lazy_pages_host_func_write_after_read,lazy_pages_load_page_storage_data,lazy_pages_signal_read,lazy_pages_signal_write,lazy_pages_signal_write_after_read,mem_grow,mem_grow_per_page,reinstrument_per_kb,send_message,send_reply,tasks_remove_from_mailbox,tasks_remove_from_waitlist,tasks_remove_gas_reservation,tasks_send_dispatch,tasks_send_user_message,tasks_send_user_message_to_mailbox,tasks_wake_message,tasks_wake_message_no_wake,upload_code,upload_program --heap-pages=4096 --output=./scripts/benchmarking/weights-output/pallet_gear.rs --template=.maintain/frame-weight-template.hbs +// ./target/production/gear benchmark pallet --chain=vara-dev --steps=50 --repeat=20 --pallet=pallet_gear --extrinsic=alloc,claim_value,claim_value_to_inheritor,create_program,db_read_per_kb,db_write_per_kb,free,free_range,free_range_per_page,gr_block_height,gr_block_timestamp,gr_create_program,gr_create_program_per_kb,gr_create_program_wgas,gr_create_program_wgas_per_kb,gr_debug,gr_debug_per_kb,gr_env_vars,gr_gas_available,gr_message_id,gr_program_id,gr_random,gr_read,gr_read_per_kb,gr_reply_code,gr_reply_deposit,gr_reply_per_kb,gr_reply_push,gr_reply_push_input,gr_reply_push_input_per_kb,gr_reply_push_per_kb,gr_reply_to,gr_reply_wgas_per_kb,gr_reservation_reply_commit_per_kb,gr_reservation_reply_per_kb,gr_reservation_send,gr_reservation_send_commit,gr_reservation_send_per_kb,gr_reserve_gas,gr_send,gr_send_commit,gr_send_commit_wgas,gr_send_init,gr_send_input,gr_send_input_wgas,gr_send_per_kb,gr_send_push,gr_send_push_input,gr_send_push_input_per_kb,gr_send_push_per_kb,gr_send_wgas,gr_send_wgas_per_kb,gr_signal_code,gr_signal_from,gr_size,gr_source,gr_system_reserve_gas,gr_unreserve_gas,gr_value,gr_value_available,gr_wake,instantiate_module_code_section_per_kb,instantiate_module_data_section_per_kb,instantiate_module_element_section_per_kb,instantiate_module_global_section_per_kb,instantiate_module_table_section_per_kb,instantiate_module_type_section_per_kb,instr_br,instr_br_if,instr_br_table,instr_br_table_per_entry,instr_call,instr_call_const,instr_call_indirect,instr_call_indirect_per_param,instr_call_per_local,instr_global_get,instr_global_set,instr_i32add,instr_i32and,instr_i32clz,instr_i32ctz,instr_i32divs,instr_i32divu,instr_i32eq,instr_i32eqz,instr_i32extend16s,instr_i32extend8s,instr_i32ges,instr_i32geu,instr_i32gts,instr_i32gtu,instr_i32les,instr_i32leu,instr_i32load,instr_i32lts,instr_i32ltu,instr_i32mul,instr_i32ne,instr_i32or,instr_i32popcnt,instr_i32rems,instr_i32remu,instr_i32rotl,instr_i32rotr,instr_i32shl,instr_i32shrs,instr_i32shru,instr_i32store,instr_i32sub,instr_i32wrapi64,instr_i32xor,instr_i64add,instr_i64and,instr_i64clz,instr_i64ctz,instr_i64divs,instr_i64divu,instr_i64eq,instr_i64eqz,instr_i64extend16s,instr_i64extend32s,instr_i64extend8s,instr_i64extendsi32,instr_i64extendui32,instr_i64ges,instr_i64geu,instr_i64gts,instr_i64gtu,instr_i64les,instr_i64leu,instr_i64load,instr_i64lts,instr_i64ltu,instr_i64mul,instr_i64ne,instr_i64or,instr_i64popcnt,instr_i64rems,instr_i64remu,instr_i64rotl,instr_i64rotr,instr_i64shl,instr_i64shrs,instr_i64shru,instr_i64store,instr_i64sub,instr_i64xor,instr_if,instr_local_get,instr_local_set,instr_local_tee,instr_memory_current,instr_select,lazy_pages_host_func_read,lazy_pages_host_func_write,lazy_pages_host_func_write_after_read,lazy_pages_load_page_storage_data,lazy_pages_signal_read,lazy_pages_signal_write,lazy_pages_signal_write_after_read,load_allocations_per_interval,mem_grow,mem_grow_per_page,reinstrument_per_kb,send_message,send_reply,tasks_remove_from_mailbox,tasks_remove_from_waitlist,tasks_remove_gas_reservation,tasks_send_dispatch,tasks_send_user_message,tasks_send_user_message_to_mailbox,tasks_wake_message,tasks_wake_message_no_wake,upload_code,upload_program --heap-pages=4096 --output=./scripts/benchmarking/weights-output/pallet_gear.rs --template=.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] #![allow(clippy::unnecessary_cast)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; @@ -65,7 +66,7 @@ pub trait WeightInfo { fn send_message(p: u32, ) -> Weight; fn send_reply(p: u32, ) -> Weight; fn claim_value_to_inheritor(d: u32, ) -> Weight; - fn reinstrument_per_kb(c: u32, ) -> Weight; + fn reinstrument_per_kb(e: u32, ) -> Weight; fn load_allocations_per_interval(a: u32, ) -> Weight; fn alloc(r: u32, ) -> Weight; fn mem_grow(r: u32, ) -> Weight; @@ -238,140 +239,140 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_827_000 picoseconds. - Weight::from_parts(61_020_514, 0) - // Standard Error: 30_183 - .saturating_add(Weight::from_parts(21_457_412, 0).saturating_mul(r.into())) + // Minimum execution time: 72_468_000 picoseconds. + Weight::from_parts(78_340_598, 0) + // Standard Error: 66_021 + .saturating_add(Weight::from_parts(13_603_312, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_153_000 picoseconds. - Weight::from_parts(61_570_016, 0) - // Standard Error: 31_234 - .saturating_add(Weight::from_parts(20_948_196, 0).saturating_mul(r.into())) + // Minimum execution time: 72_836_000 picoseconds. + Weight::from_parts(78_568_154, 0) + // Standard Error: 57_541 + .saturating_add(Weight::from_parts(11_943_522, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_996_000 picoseconds. - Weight::from_parts(61_204_042, 0) - // Standard Error: 28_310 - .saturating_add(Weight::from_parts(20_275_066, 0).saturating_mul(r.into())) + // Minimum execution time: 70_826_000 picoseconds. + Weight::from_parts(76_361_756, 0) + // Standard Error: 58_313 + .saturating_add(Weight::from_parts(12_018_944, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_commit_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_839_000 picoseconds. - Weight::from_parts(61_270_490, 0) - // Standard Error: 29_097 - .saturating_add(Weight::from_parts(20_158_062, 0).saturating_mul(r.into())) + // Minimum execution time: 71_437_000 picoseconds. + Weight::from_parts(76_910_212, 0) + // Standard Error: 57_889 + .saturating_add(Weight::from_parts(12_137_604, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 674_493_000 picoseconds. - Weight::from_parts(676_531_348, 0) - // Standard Error: 36_129 - .saturating_add(Weight::from_parts(19_389_162, 0).saturating_mul(r.into())) + // Minimum execution time: 686_795_000 picoseconds. + Weight::from_parts(693_880_106, 0) + // Standard Error: 84_577 + .saturating_add(Weight::from_parts(13_351_726, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_input_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 674_131_000 picoseconds. - Weight::from_parts(676_524_070, 0) - // Standard Error: 36_930 - .saturating_add(Weight::from_parts(24_915_830, 0).saturating_mul(r.into())) + // Minimum execution time: 690_552_000 picoseconds. + Weight::from_parts(696_770_436, 0) + // Standard Error: 81_154 + .saturating_add(Weight::from_parts(10_595_976, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reservation_reply(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 71_003_000 picoseconds. - Weight::from_parts(73_890_102, 0) - // Standard Error: 29_231 - .saturating_add(Weight::from_parts(7_839_490, 0).saturating_mul(r.into())) + // Minimum execution time: 75_006_000 picoseconds. + Weight::from_parts(81_745_692, 0) + // Standard Error: 60_857 + .saturating_add(Weight::from_parts(8_379_472, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reservation_reply_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 71_625_000 picoseconds. - Weight::from_parts(74_015_746, 0) - // Standard Error: 28_894 - .saturating_add(Weight::from_parts(6_918_144, 0).saturating_mul(r.into())) + // Minimum execution time: 74_614_000 picoseconds. + Weight::from_parts(80_847_976, 0) + // Standard Error: 59_799 + .saturating_add(Weight::from_parts(7_809_250, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_exit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_666_000 picoseconds. - Weight::from_parts(60_945_076, 0) - // Standard Error: 33_393 - .saturating_add(Weight::from_parts(23_384_948, 0).saturating_mul(r.into())) + // Minimum execution time: 70_956_000 picoseconds. + Weight::from_parts(76_883_436, 0) + // Standard Error: 1_052_647 + .saturating_add(Weight::from_parts(96_563_242, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_leave(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_263_000 picoseconds. - Weight::from_parts(61_548_284, 0) - // Standard Error: 32_083 - .saturating_add(Weight::from_parts(12_007_632, 0).saturating_mul(r.into())) + // Minimum execution time: 70_324_000 picoseconds. + Weight::from_parts(76_094_758, 0) + // Standard Error: 1_523_647 + .saturating_add(Weight::from_parts(130_303_114, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_588_000 picoseconds. - Weight::from_parts(61_778_726, 0) - // Standard Error: 31_381 - .saturating_add(Weight::from_parts(10_988_944, 0).saturating_mul(r.into())) + // Minimum execution time: 71_253_000 picoseconds. + Weight::from_parts(76_988_662, 0) + // Standard Error: 1_321_349 + .saturating_add(Weight::from_parts(112_591_140, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait_for(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_586_000 picoseconds. - Weight::from_parts(61_400_256, 0) - // Standard Error: 31_003 - .saturating_add(Weight::from_parts(11_474_984, 0).saturating_mul(r.into())) + // Minimum execution time: 71_457_000 picoseconds. + Weight::from_parts(76_401_868, 0) + // Standard Error: 1_044_536 + .saturating_add(Weight::from_parts(92_188_166, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait_up_to(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_130_000 picoseconds. - Weight::from_parts(61_405_294, 0) - // Standard Error: 32_031 - .saturating_add(Weight::from_parts(11_597_666, 0).saturating_mul(r.into())) + // Minimum execution time: 71_393_000 picoseconds. + Weight::from_parts(77_342_970, 0) + // Standard Error: 1_531_666 + .saturating_add(Weight::from_parts(127_918_232, 0).saturating_mul(r.into())) } /// The range of component `c` is `[0, 512]`. fn db_write_per_kb(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 991_000 picoseconds. - Weight::from_parts(1_051_000, 0) - // Standard Error: 471 - .saturating_add(Weight::from_parts(243_048, 0).saturating_mul(c.into())) + // Minimum execution time: 1_010_000 picoseconds. + Weight::from_parts(1_042_000, 0) + // Standard Error: 443 + .saturating_add(Weight::from_parts(239_667, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().writes(1_u64)) } /// The range of component `c` is `[0, 512]`. @@ -379,10 +380,10 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `146 + c * (1024 ±0)` // Estimated: `3610 + c * (1024 ±0)` - // Minimum execution time: 3_251_000 picoseconds. - Weight::from_parts(3_368_000, 3610) - // Standard Error: 1_099 - .saturating_add(Weight::from_parts(598_985, 0).saturating_mul(c.into())) + // Minimum execution time: 3_268_000 picoseconds. + Weight::from_parts(3_371_000, 3610) + // Standard Error: 1_081 + .saturating_add(Weight::from_parts(583_390, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 1024).saturating_mul(c.into())) } @@ -391,67 +392,67 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 35_348_000 picoseconds. - Weight::from_parts(36_683_968, 0) - // Standard Error: 1_863 - .saturating_add(Weight::from_parts(196_755, 0).saturating_mul(c.into())) + // Minimum execution time: 42_213_000 picoseconds. + Weight::from_parts(43_931_000, 0) + // Standard Error: 9_338 + .saturating_add(Weight::from_parts(2_038_653, 0).saturating_mul(c.into())) } /// The range of component `d` is `[0, 512]`. fn instantiate_module_data_section_per_kb(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 44_447_000 picoseconds. - Weight::from_parts(53_083_381, 0) - // Standard Error: 1_569 - .saturating_add(Weight::from_parts(463_249, 0).saturating_mul(d.into())) + // Minimum execution time: 54_382_000 picoseconds. + Weight::from_parts(59_367_747, 0) + // Standard Error: 2_227 + .saturating_add(Weight::from_parts(468_300, 0).saturating_mul(d.into())) } /// The range of component `g` is `[0, 512]`. fn instantiate_module_global_section_per_kb(g: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_544_000 picoseconds. - Weight::from_parts(27_323_050, 0) - // Standard Error: 1_895 - .saturating_add(Weight::from_parts(2_416_290, 0).saturating_mul(g.into())) + // Minimum execution time: 41_630_000 picoseconds. + Weight::from_parts(44_328_000, 0) + // Standard Error: 21_640 + .saturating_add(Weight::from_parts(1_798_911, 0).saturating_mul(g.into())) } /// The range of component `t` is `[0, 9765]`. fn instantiate_module_table_section_per_kb(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_160_000 picoseconds. - Weight::from_parts(34_614_000, 0) - // Standard Error: 2_123 - .saturating_add(Weight::from_parts(359_300, 0).saturating_mul(t.into())) + // Minimum execution time: 42_537_000 picoseconds. + Weight::from_parts(43_174_777, 0) + // Standard Error: 223 + .saturating_add(Weight::from_parts(644_866, 0).saturating_mul(t.into())) } - /// The range of component `t` is `[0, 512]`. + /// The range of component `e` is `[0, 512]`. fn instantiate_module_element_section_per_kb(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 36_788_000 picoseconds. - Weight::from_parts(38_141_151, 0) - // Standard Error: 3_777 - .saturating_add(Weight::from_parts(18_936_755, 0).saturating_mul(e.into())) + // Minimum execution time: 258_586_000 picoseconds. + Weight::from_parts(448_596_483, 0) + // Standard Error: 80_189 + .saturating_add(Weight::from_parts(2_245_891, 0).saturating_mul(e.into())) } /// The range of component `t` is `[0, 512]`. fn instantiate_module_type_section_per_kb(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_697_000 picoseconds. - Weight::from_parts(36_274_820, 0) - // Standard Error: 1_864 - .saturating_add(Weight::from_parts(260_172, 0).saturating_mul(t.into())) + // Minimum execution time: 42_219_000 picoseconds. + Weight::from_parts(44_257_000, 0) + // Standard Error: 101_981 + .saturating_add(Weight::from_parts(15_590_711, 0).saturating_mul(t.into())) } fn claim_value() -> Weight { // Proof Size summary in bytes: - // Measured: `1321` + // Measured: `1357` // Estimated: `8799` - // Minimum execution time: 127_842_000 picoseconds. - Weight::from_parts(129_744_000, 8799) + // Minimum execution time: 135_545_000 picoseconds. + Weight::from_parts(137_798_000, 8799) .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(12_u64)) } @@ -460,61 +461,61 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `113` // Estimated: `3578` - // Minimum execution time: 91_056_000 picoseconds. - Weight::from_parts(75_482_370, 3578) - // Standard Error: 42_175 - .saturating_add(Weight::from_parts(61_763_926, 0).saturating_mul(c.into())) + // Minimum execution time: 91_838_000 picoseconds. + Weight::from_parts(87_499_000, 3578) + // Standard Error: 37_656 + .saturating_add(Weight::from_parts(57_062_879, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } /// The range of component `s` is `[0, 4194304]`. fn create_program(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `991` - // Estimated: `4456` - // Minimum execution time: 107_748_000 picoseconds. - Weight::from_parts(134_740_079, 4456) + // Measured: `1113` + // Estimated: `6196` + // Minimum execution time: 165_191_000 picoseconds. + Weight::from_parts(195_228_532, 6196) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_704, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(13_u64)) - .saturating_add(T::DbWeight::get().writes(10_u64)) + .saturating_add(Weight::from_parts(1_678, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(15_u64)) + .saturating_add(T::DbWeight::get().writes(12_u64)) } /// The range of component `c` is `[0, 250]`. /// The range of component `s` is `[0, 4194304]`. fn upload_program(c: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `379` - // Estimated: `3844` - // Minimum execution time: 7_358_280_000 picoseconds. - Weight::from_parts(412_535_550, 3844) - // Standard Error: 103_792 - .saturating_add(Weight::from_parts(62_072_527, 0).saturating_mul(c.into())) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_636, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(13_u64)) - .saturating_add(T::DbWeight::get().writes(14_u64)) + // Measured: `475` + // Estimated: `6196` + // Minimum execution time: 7_008_485_000 picoseconds. + Weight::from_parts(7_016_678_000, 6196) + // Standard Error: 319_814 + .saturating_add(Weight::from_parts(38_334_392, 0).saturating_mul(c.into())) + // Standard Error: 19 + .saturating_add(Weight::from_parts(563, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(15_u64)) + .saturating_add(T::DbWeight::get().writes(16_u64)) } /// The range of component `p` is `[0, 2097152]`. fn send_message(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `480` + // Measured: `516` // Estimated: `6196` - // Minimum execution time: 95_735_000 picoseconds. - Weight::from_parts(6_957_254, 6196) + // Minimum execution time: 97_151_000 picoseconds. + Weight::from_parts(9_468_475, 6196) // Standard Error: 3 - .saturating_add(Weight::from_parts(995, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(975, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(11_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } /// The range of component `p` is `[0, 2097152]`. fn send_reply(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1320` + // Measured: `1356` // Estimated: `8799` - // Minimum execution time: 156_312_000 picoseconds. - Weight::from_parts(72_298_958, 8799) + // Minimum execution time: 163_939_000 picoseconds. + Weight::from_parts(82_754_731, 8799) // Standard Error: 4 - .saturating_add(Weight::from_parts(1_018, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(991, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(18_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } @@ -523,25 +524,25 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0 + d * (207 ±0)` // Estimated: `3593 + d * (2683 ±0)` - // Minimum execution time: 62_000_000 picoseconds. - Weight::from_parts(63_000_000, 3593) - // Standard Error: 24_979 - .saturating_add(Weight::from_parts(50_498_014, 0).saturating_mul(d.into())) - .saturating_add(RocksDbWeight::get().reads(2_u64)) - .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(d.into()))) - .saturating_add(RocksDbWeight::get().writes(1_u64)) - .saturating_add(RocksDbWeight::get().writes((1_u64).saturating_mul(d.into()))) + // Minimum execution time: 52_008_000 picoseconds. + Weight::from_parts(52_280_000, 3593) + // Standard Error: 33_470 + .saturating_add(Weight::from_parts(42_601_006, 0).saturating_mul(d.into())) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(d.into()))) + .saturating_add(T::DbWeight::get().writes(1_u64)) + .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(d.into()))) .saturating_add(Weight::from_parts(0, 2683).saturating_mul(d.into())) } /// The range of component `e` is `[0, 512]`. fn reinstrument_per_kb(e: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `327 + e * (1024 ±0)` - // Estimated: `3791 + e * (1024 ±0)` - // Minimum execution time: 78_478_000 picoseconds. - Weight::from_parts(60_084_454, 3791) - // Standard Error: 214_025 - .saturating_add(Weight::from_parts(638_778_276, 0).saturating_mul(e.into())) + // Measured: `329 + e * (1024 ±0)` + // Estimated: `3793 + e * (1024 ±0)` + // Minimum execution time: 81_614_000 picoseconds. + Weight::from_parts(81_821_000, 3793) + // Standard Error: 240_361 + .saturating_add(Weight::from_parts(642_844_212, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1024).saturating_mul(e.into())) @@ -551,10 +552,10 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `101 + a * (8 ±0)` // Estimated: `3566 + a * (8 ±0)` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(15_735_686, 3566) - // Standard Error: 47 - .saturating_add(Weight::from_parts(19_776, 0).saturating_mul(a.into())) + // Minimum execution time: 3_722_000 picoseconds. + Weight::from_parts(7_040_745, 3566) + // Standard Error: 21 + .saturating_add(Weight::from_parts(20_729, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(a.into())) } @@ -563,548 +564,548 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 740_740_000 picoseconds. - Weight::from_parts(653_250_042, 0) - // Standard Error: 218_399 - .saturating_add(Weight::from_parts(121_659_232, 0).saturating_mul(r.into())) + // Minimum execution time: 772_153_000 picoseconds. + Weight::from_parts(691_085_192, 0) + // Standard Error: 248_133 + .saturating_add(Weight::from_parts(125_211_418, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn mem_grow(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_119_000 picoseconds. - Weight::from_parts(7_435_356, 0) - // Standard Error: 84_763 - .saturating_add(Weight::from_parts(64_827_518, 0).saturating_mul(r.into())) + // Minimum execution time: 285_000 picoseconds. + Weight::from_parts(315_000, 0) + // Standard Error: 196_322 + .saturating_add(Weight::from_parts(68_714_212, 0).saturating_mul(r.into())) } /// The range of component `p` is `[1, 819]`. fn mem_grow_per_page(_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 69_165_000 picoseconds. - Weight::from_parts(74_601_757, 0) + // Minimum execution time: 66_346_000 picoseconds. + Weight::from_parts(69_649_440, 0) } /// The range of component `r` is `[0, 20]`. fn free(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 778_464_000 picoseconds. - Weight::from_parts(744_321_591, 0) - // Standard Error: 213_175 - .saturating_add(Weight::from_parts(67_584_978, 0).saturating_mul(r.into())) + // Minimum execution time: 806_255_000 picoseconds. + Weight::from_parts(786_722_553, 0) + // Standard Error: 240_484 + .saturating_add(Weight::from_parts(69_478_089, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn free_range(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 707_145_000 picoseconds. - Weight::from_parts(682_585_812, 0) - // Standard Error: 225_717 - .saturating_add(Weight::from_parts(69_939_771, 0).saturating_mul(r.into())) + // Minimum execution time: 748_334_000 picoseconds. + Weight::from_parts(717_314_931, 0) + // Standard Error: 243_876 + .saturating_add(Weight::from_parts(73_586_110, 0).saturating_mul(r.into())) } /// The range of component `p` is `[1, 700]`. fn free_range_per_page(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 718_223_000 picoseconds. - Weight::from_parts(808_127_136, 0) - // Standard Error: 5_697 - .saturating_add(Weight::from_parts(2_994_128, 0).saturating_mul(p.into())) + // Minimum execution time: 776_782_000 picoseconds. + Weight::from_parts(867_934_346, 0) + // Standard Error: 6_879 + .saturating_add(Weight::from_parts(3_033_220, 0).saturating_mul(p.into())) } /// The range of component `r` is `[0, 256]`. fn gr_reserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_079_000 picoseconds. - Weight::from_parts(72_222_087, 0) - // Standard Error: 3_384 - .saturating_add(Weight::from_parts(2_084_430, 0).saturating_mul(r.into())) + // Minimum execution time: 75_702_000 picoseconds. + Weight::from_parts(72_549_062, 0) + // Standard Error: 3_640 + .saturating_add(Weight::from_parts(2_195_328, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 256]`. fn gr_unreserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 102_759_000 picoseconds. - Weight::from_parts(112_129_712, 0) - // Standard Error: 3_037 - .saturating_add(Weight::from_parts(1_940_658, 0).saturating_mul(r.into())) + // Minimum execution time: 103_482_000 picoseconds. + Weight::from_parts(115_404_854, 0) + // Standard Error: 3_224 + .saturating_add(Weight::from_parts(2_244_307, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_system_reserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 60_825_000 picoseconds. - Weight::from_parts(79_790_595, 0) - // Standard Error: 56_060 - .saturating_add(Weight::from_parts(80_575_460, 0).saturating_mul(r.into())) + // Minimum execution time: 73_440_000 picoseconds. + Weight::from_parts(86_480_576, 0) + // Standard Error: 86_500 + .saturating_add(Weight::from_parts(83_244_247, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_message_id(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_011_000 picoseconds. - Weight::from_parts(68_503_669, 0) - // Standard Error: 263_717 - .saturating_add(Weight::from_parts(74_518_443, 0).saturating_mul(r.into())) + // Minimum execution time: 73_666_000 picoseconds. + Weight::from_parts(84_830_850, 0) + // Standard Error: 76_741 + .saturating_add(Weight::from_parts(72_215_909, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_program_id(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 61_817_000 picoseconds. - Weight::from_parts(74_374_662, 0) - // Standard Error: 48_101 - .saturating_add(Weight::from_parts(71_922_470, 0).saturating_mul(r.into())) + // Minimum execution time: 72_688_000 picoseconds. + Weight::from_parts(86_978_134, 0) + // Standard Error: 68_291 + .saturating_add(Weight::from_parts(72_030_483, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_source(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_953_000 picoseconds. - Weight::from_parts(78_740_202, 0) - // Standard Error: 147_900 - .saturating_add(Weight::from_parts(72_436_902, 0).saturating_mul(r.into())) + // Minimum execution time: 73_471_000 picoseconds. + Weight::from_parts(83_518_257, 0) + // Standard Error: 77_888 + .saturating_add(Weight::from_parts(72_647_555, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_value(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_454_000 picoseconds. - Weight::from_parts(71_060_167, 0) - // Standard Error: 208_526 - .saturating_add(Weight::from_parts(73_618_160, 0).saturating_mul(r.into())) + // Minimum execution time: 72_711_000 picoseconds. + Weight::from_parts(84_559_032, 0) + // Standard Error: 77_218 + .saturating_add(Weight::from_parts(72_333_901, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_value_available(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_142_000 picoseconds. - Weight::from_parts(77_134_039, 0) - // Standard Error: 46_326 - .saturating_add(Weight::from_parts(79_256_911, 0).saturating_mul(r.into())) + // Minimum execution time: 72_706_000 picoseconds. + Weight::from_parts(85_031_891, 0) + // Standard Error: 64_827 + .saturating_add(Weight::from_parts(72_199_037, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_gas_available(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_697_000 picoseconds. - Weight::from_parts(71_280_142, 0) - // Standard Error: 83_514 - .saturating_add(Weight::from_parts(79_475_915, 0).saturating_mul(r.into())) + // Minimum execution time: 72_704_000 picoseconds. + Weight::from_parts(85_342_680, 0) + // Standard Error: 55_380 + .saturating_add(Weight::from_parts(72_188_287, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_size(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_067_000 picoseconds. - Weight::from_parts(85_305_702, 0) - // Standard Error: 185_168 - .saturating_add(Weight::from_parts(71_159_305, 0).saturating_mul(r.into())) + // Minimum execution time: 74_003_000 picoseconds. + Weight::from_parts(86_465_636, 0) + // Standard Error: 63_958 + .saturating_add(Weight::from_parts(71_807_995, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_read(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 683_843_000 picoseconds. - Weight::from_parts(723_565_299, 0) - // Standard Error: 216_184 - .saturating_add(Weight::from_parts(128_743_735, 0).saturating_mul(r.into())) + // Minimum execution time: 683_441_000 picoseconds. + Weight::from_parts(712_191_502, 0) + // Standard Error: 139_652 + .saturating_add(Weight::from_parts(133_753_826, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_read_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 793_998_000 picoseconds. - Weight::from_parts(798_332_000, 0) - // Standard Error: 117_291 - .saturating_add(Weight::from_parts(16_544_234, 0).saturating_mul(n.into())) + // Minimum execution time: 817_943_000 picoseconds. + Weight::from_parts(826_465_000, 0) + // Standard Error: 119_104 + .saturating_add(Weight::from_parts(16_159_400, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_env_vars(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_769_000 picoseconds. - Weight::from_parts(76_526_063, 0) - // Standard Error: 287_959 - .saturating_add(Weight::from_parts(82_604_811, 0).saturating_mul(r.into())) + // Minimum execution time: 73_249_000 picoseconds. + Weight::from_parts(85_387_353, 0) + // Standard Error: 94_629 + .saturating_add(Weight::from_parts(82_622_132, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_block_height(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_123_000 picoseconds. - Weight::from_parts(71_215_182, 0) - // Standard Error: 159_092 - .saturating_add(Weight::from_parts(72_199_413, 0).saturating_mul(r.into())) + // Minimum execution time: 73_351_000 picoseconds. + Weight::from_parts(86_797_062, 0) + // Standard Error: 93_741 + .saturating_add(Weight::from_parts(78_374_247, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_block_timestamp(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_554_000 picoseconds. - Weight::from_parts(74_432_437, 0) - // Standard Error: 47_489 - .saturating_add(Weight::from_parts(71_782_100, 0).saturating_mul(r.into())) + // Minimum execution time: 73_743_000 picoseconds. + Weight::from_parts(86_659_181, 0) + // Standard Error: 68_268 + .saturating_add(Weight::from_parts(71_500_893, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 20]`. fn gr_random(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_209_000 picoseconds. - Weight::from_parts(81_020_535, 0) - // Standard Error: 149_522 - .saturating_add(Weight::from_parts(145_223_647, 0).saturating_mul(n.into())) + // Minimum execution time: 73_830_000 picoseconds. + Weight::from_parts(90_187_397, 0) + // Standard Error: 186_196 + .saturating_add(Weight::from_parts(148_010_685, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_deposit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_784_000 picoseconds. - Weight::from_parts(65_869_000, 0) - // Standard Error: 3_904_257 - .saturating_add(Weight::from_parts(731_805_655, 0).saturating_mul(r.into())) + // Minimum execution time: 75_646_000 picoseconds. + Weight::from_parts(78_273_000, 0) + // Standard Error: 2_806_746 + .saturating_add(Weight::from_parts(629_704_408, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_615_000 picoseconds. - Weight::from_parts(74_722_045, 0) - // Standard Error: 194_666 - .saturating_add(Weight::from_parts(235_908_247, 0).saturating_mul(r.into())) + // Minimum execution time: 73_233_000 picoseconds. + Weight::from_parts(83_921_758, 0) + // Standard Error: 185_635 + .saturating_add(Weight::from_parts(237_129_865, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 289_189_000 picoseconds. - Weight::from_parts(291_035_000, 0) - // Standard Error: 260_141 - .saturating_add(Weight::from_parts(41_136_292, 0).saturating_mul(n.into())) + // Minimum execution time: 296_969_000 picoseconds. + Weight::from_parts(298_985_000, 0) + // Standard Error: 253_454 + .saturating_add(Weight::from_parts(40_386_347, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_793_000 picoseconds. - Weight::from_parts(72_323_411, 0) - // Standard Error: 151_034 - .saturating_add(Weight::from_parts(238_825_023, 0).saturating_mul(r.into())) + // Minimum execution time: 73_288_000 picoseconds. + Weight::from_parts(89_204_827, 0) + // Standard Error: 200_278 + .saturating_add(Weight::from_parts(239_818_561, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_wgas_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 293_375_000 picoseconds. - Weight::from_parts(295_304_000, 0) - // Standard Error: 258_605 - .saturating_add(Weight::from_parts(41_049_469, 0).saturating_mul(n.into())) + // Minimum execution time: 300_106_000 picoseconds. + Weight::from_parts(303_875_000, 0) + // Standard Error: 249_930 + .saturating_add(Weight::from_parts(40_333_892, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 684_816_000 picoseconds. - Weight::from_parts(701_630_081, 0) - // Standard Error: 185_993 - .saturating_add(Weight::from_parts(226_793_863, 0).saturating_mul(r.into())) + // Minimum execution time: 688_959_000 picoseconds. + Weight::from_parts(703_207_986, 0) + // Standard Error: 157_844 + .saturating_add(Weight::from_parts(226_913_525, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_input_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 678_218_000 picoseconds. - Weight::from_parts(708_679_759, 0) - // Standard Error: 212_978 - .saturating_add(Weight::from_parts(229_380_293, 0).saturating_mul(r.into())) + // Minimum execution time: 685_090_000 picoseconds. + Weight::from_parts(704_454_554, 0) + // Standard Error: 180_430 + .saturating_add(Weight::from_parts(231_236_920, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_init(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_118_000 picoseconds. - Weight::from_parts(74_356_887, 0) - // Standard Error: 58_295 - .saturating_add(Weight::from_parts(87_860_909, 0).saturating_mul(r.into())) + // Minimum execution time: 73_111_000 picoseconds. + Weight::from_parts(81_082_532, 0) + // Standard Error: 93_145 + .saturating_add(Weight::from_parts(86_954_903, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_push(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_761_957_000 picoseconds. - Weight::from_parts(1_822_477_976, 0) - // Standard Error: 151_720 - .saturating_add(Weight::from_parts(161_756_949, 0).saturating_mul(r.into())) + // Minimum execution time: 1_760_965_000 picoseconds. + Weight::from_parts(1_845_535_850, 0) + // Standard Error: 314_641 + .saturating_add(Weight::from_parts(155_554_869, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_push_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 277_173_000 picoseconds. - Weight::from_parts(280_451_000, 0) - // Standard Error: 260_571 - .saturating_add(Weight::from_parts(41_229_651, 0).saturating_mul(n.into())) + // Minimum execution time: 281_442_000 picoseconds. + Weight::from_parts(288_125_000, 0) + // Standard Error: 246_660 + .saturating_add(Weight::from_parts(40_350_642, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_687_233_000 picoseconds. - Weight::from_parts(1_827_139_879, 0) - // Standard Error: 162_247 - .saturating_add(Weight::from_parts(196_316_284, 0).saturating_mul(r.into())) + // Minimum execution time: 1_742_726_000 picoseconds. + Weight::from_parts(1_841_004_875, 0) + // Standard Error: 235_718 + .saturating_add(Weight::from_parts(196_802_226, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_commit_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_711_334_000 picoseconds. - Weight::from_parts(1_826_428_398, 0) - // Standard Error: 169_581 - .saturating_add(Weight::from_parts(199_470_392, 0).saturating_mul(r.into())) + // Minimum execution time: 1_731_055_000 picoseconds. + Weight::from_parts(1_826_121_868, 0) + // Standard Error: 203_003 + .saturating_add(Weight::from_parts(199_985_216, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reservation_send(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 140_830_000 picoseconds. - Weight::from_parts(146_818_158, 0) - // Standard Error: 178_439 - .saturating_add(Weight::from_parts(252_911_483, 0).saturating_mul(r.into())) + // Minimum execution time: 139_482_000 picoseconds. + Weight::from_parts(136_169_897, 0) + // Standard Error: 194_378 + .saturating_add(Weight::from_parts(273_651_783, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_send_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 379_307_000 picoseconds. - Weight::from_parts(380_217_000, 0) - // Standard Error: 257_875 - .saturating_add(Weight::from_parts(41_211_921, 0).saturating_mul(n.into())) + // Minimum execution time: 386_363_000 picoseconds. + Weight::from_parts(391_786_000, 0) + // Standard Error: 258_457 + .saturating_add(Weight::from_parts(40_427_721, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reservation_send_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_819_540_000 picoseconds. - Weight::from_parts(1_895_407_753, 0) - // Standard Error: 181_488 - .saturating_add(Weight::from_parts(212_948_376, 0).saturating_mul(r.into())) + // Minimum execution time: 1_786_972_000 picoseconds. + Weight::from_parts(1_870_349_345, 0) + // Standard Error: 252_629 + .saturating_add(Weight::from_parts(233_348_493, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_427_000 picoseconds. - Weight::from_parts(82_330_000, 0) - // Standard Error: 2_611 - .saturating_add(Weight::from_parts(673_738, 0).saturating_mul(n.into())) + // Minimum execution time: 86_425_000 picoseconds. + Weight::from_parts(6_237_930, 0) + // Standard Error: 3_877 + .saturating_add(Weight::from_parts(728_798, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_wgas_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 80_933_000 picoseconds. - Weight::from_parts(82_389_000, 0) - // Standard Error: 2_640 - .saturating_add(Weight::from_parts(675_302, 0).saturating_mul(n.into())) + // Minimum execution time: 86_204_000 picoseconds. + Weight::from_parts(6_382_287, 0) + // Standard Error: 3_876 + .saturating_add(Weight::from_parts(728_188, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_push(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 65_416_000 picoseconds. - Weight::from_parts(68_318_482, 0) - // Standard Error: 367_827 - .saturating_add(Weight::from_parts(138_926_133, 0).saturating_mul(r.into())) + // Minimum execution time: 73_392_000 picoseconds. + Weight::from_parts(98_913_061, 0) + // Standard Error: 149_394 + .saturating_add(Weight::from_parts(136_129_726, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 8192]`. fn gr_reply_push_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 77_420_000 picoseconds. - Weight::from_parts(80_735_790, 0) - // Standard Error: 716 - .saturating_add(Weight::from_parts(672_255, 0).saturating_mul(n.into())) + // Minimum execution time: 83_698_000 picoseconds. + Weight::from_parts(87_372_499, 0) + // Standard Error: 686 + .saturating_add(Weight::from_parts(668_338, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_reply_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 79_886_000 picoseconds. - Weight::from_parts(80_388_000, 0) - // Standard Error: 2_607 - .saturating_add(Weight::from_parts(675_230, 0).saturating_mul(n.into())) + // Minimum execution time: 83_432_000 picoseconds. + Weight::from_parts(5_271_088, 0) + // Standard Error: 3_912 + .saturating_add(Weight::from_parts(720_353, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_reply_commit_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_347_000 picoseconds. - Weight::from_parts(82_111_000, 0) - // Standard Error: 2_668 - .saturating_add(Weight::from_parts(673_330, 0).saturating_mul(n.into())) + // Minimum execution time: 84_977_000 picoseconds. + Weight::from_parts(6_445_153, 0) + // Standard Error: 3_907 + .saturating_add(Weight::from_parts(726_961, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_to(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_347_000 picoseconds. - Weight::from_parts(74_512_490, 0) - // Standard Error: 178_897 - .saturating_add(Weight::from_parts(73_965_812, 0).saturating_mul(r.into())) + // Minimum execution time: 72_430_000 picoseconds. + Weight::from_parts(84_793_838, 0) + // Standard Error: 73_990 + .saturating_add(Weight::from_parts(75_811_938, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_signal_code(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 66_450_000 picoseconds. - Weight::from_parts(88_801_264, 0) - // Standard Error: 182_723 - .saturating_add(Weight::from_parts(71_400_426, 0).saturating_mul(r.into())) + // Minimum execution time: 74_453_000 picoseconds. + Weight::from_parts(81_824_002, 0) + // Standard Error: 98_573 + .saturating_add(Weight::from_parts(79_443_293, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_signal_from(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 66_514_000 picoseconds. - Weight::from_parts(70_789_962, 0) - // Standard Error: 265_186 - .saturating_add(Weight::from_parts(74_669_206, 0).saturating_mul(r.into())) + // Minimum execution time: 74_281_000 picoseconds. + Weight::from_parts(85_954_515, 0) + // Standard Error: 83_865 + .saturating_add(Weight::from_parts(76_081_410, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_push_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 681_082_000 picoseconds. - Weight::from_parts(700_871_534, 0) - // Standard Error: 300_662 - .saturating_add(Weight::from_parts(93_383_929, 0).saturating_mul(r.into())) + // Minimum execution time: 685_858_000 picoseconds. + Weight::from_parts(704_529_778, 0) + // Standard Error: 92_814 + .saturating_add(Weight::from_parts(91_766_393, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_push_input_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 691_414_000 picoseconds. - Weight::from_parts(699_656_877, 0) - // Standard Error: 321 - .saturating_add(Weight::from_parts(146_829, 0).saturating_mul(n.into())) + // Minimum execution time: 702_381_000 picoseconds. + Weight::from_parts(705_004_038, 0) + // Standard Error: 243 + .saturating_add(Weight::from_parts(147_513, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_push_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_389_103_000 picoseconds. - Weight::from_parts(2_430_329_059, 0) - // Standard Error: 272_111 - .saturating_add(Weight::from_parts(116_238_106, 0).saturating_mul(r.into())) + // Minimum execution time: 2_316_341_000 picoseconds. + Weight::from_parts(2_460_147_863, 0) + // Standard Error: 244_611 + .saturating_add(Weight::from_parts(115_133_940, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_push_input_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_542_554_000 picoseconds. - Weight::from_parts(2_299_595_154, 0) - // Standard Error: 6_667 - .saturating_add(Weight::from_parts(13_426_168, 0).saturating_mul(n.into())) + // Minimum execution time: 2_421_148_000 picoseconds. + Weight::from_parts(2_357_811_309, 0) + // Standard Error: 6_197 + .saturating_add(Weight::from_parts(13_258_237, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_debug(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_942_000 picoseconds. - Weight::from_parts(71_222_257, 0) - // Standard Error: 282_548 - .saturating_add(Weight::from_parts(96_974_311, 0).saturating_mul(r.into())) + // Minimum execution time: 74_244_000 picoseconds. + Weight::from_parts(86_739_673, 0) + // Standard Error: 51_192 + .saturating_add(Weight::from_parts(102_043_421, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_debug_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 127_348_000 picoseconds. - Weight::from_parts(128_826_000, 0) - // Standard Error: 275_805 - .saturating_add(Weight::from_parts(36_847_588, 0).saturating_mul(n.into())) + // Minimum execution time: 139_693_000 picoseconds. + Weight::from_parts(142_957_000, 0) + // Standard Error: 260_388 + .saturating_add(Weight::from_parts(35_962_486, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_code(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_312_000 picoseconds. - Weight::from_parts(76_973_512, 0) - // Standard Error: 267_579 - .saturating_add(Weight::from_parts(73_865_785, 0).saturating_mul(r.into())) + // Minimum execution time: 72_360_000 picoseconds. + Weight::from_parts(85_921_193, 0) + // Standard Error: 61_329 + .saturating_add(Weight::from_parts(72_076_077, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_wake(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 99_983_000 picoseconds. - Weight::from_parts(101_079_000, 0) - // Standard Error: 1_785_219 - .saturating_add(Weight::from_parts(298_212_769, 0).saturating_mul(r.into())) + // Minimum execution time: 101_988_000 picoseconds. + Weight::from_parts(106_011_000, 0) + // Standard Error: 1_138_394 + .saturating_add(Weight::from_parts(240_918_489, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_create_program(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 72_754_000 picoseconds. - Weight::from_parts(66_952_440, 0) - // Standard Error: 211_231 - .saturating_add(Weight::from_parts(299_662_143, 0).saturating_mul(r.into())) + // Minimum execution time: 77_083_000 picoseconds. + Weight::from_parts(82_392_641, 0) + // Standard Error: 241_345 + .saturating_add(Weight::from_parts(295_215_414, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 2048]`. /// The range of component `s` is `[1, 2048]`. @@ -1112,22 +1113,22 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_516_220_000 picoseconds. - Weight::from_parts(62_529_111_000, 0) - // Standard Error: 442_882 - .saturating_add(Weight::from_parts(9_722_855, 0).saturating_mul(p.into())) - // Standard Error: 442_860 - .saturating_add(Weight::from_parts(115_654_491, 0).saturating_mul(s.into())) + // Minimum execution time: 60_912_497_000 picoseconds. + Weight::from_parts(61_001_736_000, 0) + // Standard Error: 434_085 + .saturating_add(Weight::from_parts(9_577_304, 0).saturating_mul(p.into())) + // Standard Error: 434_063 + .saturating_add(Weight::from_parts(114_958_531, 0).saturating_mul(s.into())) } /// The range of component `r` is `[0, 20]`. fn gr_create_program_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 72_855_000 picoseconds. - Weight::from_parts(64_239_384, 0) - // Standard Error: 180_241 - .saturating_add(Weight::from_parts(302_970_508, 0).saturating_mul(r.into())) + // Minimum execution time: 77_894_000 picoseconds. + Weight::from_parts(77_856_403, 0) + // Standard Error: 227_166 + .saturating_add(Weight::from_parts(300_654_636, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 2048]`. /// The range of component `s` is `[1, 2048]`. @@ -1135,22 +1136,22 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_660_773_000 picoseconds. - Weight::from_parts(62_745_638_000, 0) - // Standard Error: 440_013 - .saturating_add(Weight::from_parts(9_690_878, 0).saturating_mul(p.into())) - // Standard Error: 439_991 - .saturating_add(Weight::from_parts(115_839_080, 0).saturating_mul(s.into())) + // Minimum execution time: 61_021_139_000 picoseconds. + Weight::from_parts(61_043_109_000, 0) + // Standard Error: 430_182 + .saturating_add(Weight::from_parts(9_408_879, 0).saturating_mul(p.into())) + // Standard Error: 430_161 + .saturating_add(Weight::from_parts(114_644_381, 0).saturating_mul(s.into())) } /// The range of component `p` is `[0, 512]`. fn lazy_pages_signal_read(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 64_426_000 picoseconds. - Weight::from_parts(94_830_600, 1131) - // Standard Error: 5_927 - .saturating_add(Weight::from_parts(13_542_530, 0).saturating_mul(p.into())) + // Minimum execution time: 75_577_000 picoseconds. + Weight::from_parts(101_890_284, 1131) + // Standard Error: 7_029 + .saturating_add(Weight::from_parts(13_466_439, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -1159,10 +1160,10 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 63_843_000 picoseconds. - Weight::from_parts(64_633_000, 1131) - // Standard Error: 16_915 - .saturating_add(Weight::from_parts(34_986_519, 0).saturating_mul(p.into())) + // Minimum execution time: 74_841_000 picoseconds. + Weight::from_parts(75_691_000, 1131) + // Standard Error: 13_487 + .saturating_add(Weight::from_parts(36_441_083, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -1171,10 +1172,10 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `5069931` - // Minimum execution time: 6_989_689_000 picoseconds. - Weight::from_parts(6_944_641_877, 5069931) - // Standard Error: 22_716 - .saturating_add(Weight::from_parts(34_655_231, 0).saturating_mul(p.into())) + // Minimum execution time: 6_947_594_000 picoseconds. + Weight::from_parts(7_016_485_652, 5069931) + // Standard Error: 60_333 + .saturating_add(Weight::from_parts(36_561_754, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2048_u64)) } /// The range of component `p` is `[0, 512]`. @@ -1182,10 +1183,10 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `1820 + p * (65580 ±0)` // Estimated: `1946 + p * (75482 ±0)` - // Minimum execution time: 63_290_000 picoseconds. - Weight::from_parts(64_778_000, 1946) - // Standard Error: 64_743 - .saturating_add(Weight::from_parts(56_066_142, 0).saturating_mul(p.into())) + // Minimum execution time: 76_536_000 picoseconds. + Weight::from_parts(14_595_619, 1946) + // Standard Error: 157_578 + .saturating_add(Weight::from_parts(50_153_031, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 75482).saturating_mul(p.into())) } @@ -1194,10 +1195,10 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 67_053_000 picoseconds. - Weight::from_parts(2_058_229, 1131) - // Standard Error: 271_877 - .saturating_add(Weight::from_parts(54_230_656, 0).saturating_mul(p.into())) + // Minimum execution time: 78_193_000 picoseconds. + Weight::from_parts(7_236_713, 1131) + // Standard Error: 269_644 + .saturating_add(Weight::from_parts(48_480_231, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -1206,10 +1207,10 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1496 + p * (9883 ±2)` - // Minimum execution time: 712_903_000 picoseconds. - Weight::from_parts(603_237_610, 1496) - // Standard Error: 357_309 - .saturating_add(Weight::from_parts(63_168_097, 0).saturating_mul(p.into())) + // Minimum execution time: 713_187_000 picoseconds. + Weight::from_parts(590_866_829, 1496) + // Standard Error: 369_244 + .saturating_add(Weight::from_parts(59_523_369, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9883).saturating_mul(p.into())) } @@ -1218,10 +1219,10 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `317931` - // Minimum execution time: 1_334_949_000 picoseconds. - Weight::from_parts(1_233_350_508, 317931) - // Standard Error: 363_291 - .saturating_add(Weight::from_parts(58_133_894, 0).saturating_mul(p.into())) + // Minimum execution time: 1_154_253_000 picoseconds. + Weight::from_parts(1_039_979_380, 317931) + // Standard Error: 368_468 + .saturating_add(Weight::from_parts(59_946_120, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(128_u64)) } /// The range of component `r` is `[50, 500]`. @@ -1229,880 +1230,882 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_550_066_000 picoseconds. - Weight::from_parts(4_734_780_905, 0) - // Standard Error: 33_164 - .saturating_add(Weight::from_parts(1_414_229 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 4_408_476_000 picoseconds. + Weight::from_parts(4_345_850_428, 0) + // Standard Error: 21_058 + .saturating_add(Weight::from_parts(2_656_511 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i32load(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_237_338_000 picoseconds. - Weight::from_parts(4_278_916_633, 0) - // Standard Error: 10_367 - .saturating_add(Weight::from_parts(2_204_826 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 4_405_085_000 picoseconds. + Weight::from_parts(4_338_401_176, 0) + // Standard Error: 21_960 + .saturating_add(Weight::from_parts(2_641_092 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i64store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_462_837_000 picoseconds. - Weight::from_parts(8_633_141_052, 0) - // Standard Error: 103_305 - .saturating_add(Weight::from_parts(8_363_979 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 9_431_492_000 picoseconds. + Weight::from_parts(9_673_680_509, 0) + // Standard Error: 30_676 + .saturating_add(Weight::from_parts(4_680_213 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i32store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_402_210_000 picoseconds. - Weight::from_parts(8_456_542_985, 0) - // Standard Error: 81_438 - .saturating_add(Weight::from_parts(8_402_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 9_360_480_000 picoseconds. + Weight::from_parts(9_537_261_740, 0) + // Standard Error: 27_533 + .saturating_add(Weight::from_parts(4_979_672 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_select(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(310_058, 0) - // Standard Error: 2_437 - .saturating_add(Weight::from_parts(1_992_632 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(1_379_000, 0) + // Standard Error: 9_565 + .saturating_add(Weight::from_parts(2_945_850 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_179_000 picoseconds. - Weight::from_parts(670_203, 0) - // Standard Error: 2_916 - .saturating_add(Weight::from_parts(1_930_908 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_383_000 picoseconds. + Weight::from_parts(1_429_000, 0) + // Standard Error: 4_951 + .saturating_add(Weight::from_parts(2_209_232 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_108_000 picoseconds. - Weight::from_parts(1_167_000, 0) - // Standard Error: 1_627 - .saturating_add(Weight::from_parts(1_542_130 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_320_000 picoseconds. + Weight::from_parts(2_272_981, 0) + // Standard Error: 953 + .saturating_add(Weight::from_parts(1_508_484 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_101_000 picoseconds. - Weight::from_parts(387_051, 0) - // Standard Error: 2_939 - .saturating_add(Weight::from_parts(1_789_477 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_288_000 picoseconds. + Weight::from_parts(144_996, 0) + // Standard Error: 11_883 + .saturating_add(Weight::from_parts(2_531_434 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_table(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_071_000 picoseconds. - Weight::from_parts(1_264_212, 0) - // Standard Error: 2_598 - .saturating_add(Weight::from_parts(3_415_339 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_351_000 picoseconds. + Weight::from_parts(1_389_000, 0) + // Standard Error: 27_866 + .saturating_add(Weight::from_parts(4_686_267 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. fn instr_br_table_per_entry(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_663_000 picoseconds. - Weight::from_parts(4_037_704, 0) - // Standard Error: 596 - .saturating_add(Weight::from_parts(42_663 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(e.into())) + // Minimum execution time: 4_967_000 picoseconds. + Weight::from_parts(5_468_496, 0) + // Standard Error: 844 + .saturating_add(Weight::from_parts(73_871 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(e.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call_const(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_151_000 picoseconds. - Weight::from_parts(1_125_724, 0) - // Standard Error: 5_890 - .saturating_add(Weight::from_parts(2_449_200 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_350_000 picoseconds. + Weight::from_parts(1_401_024, 0) + // Standard Error: 6_380 + .saturating_add(Weight::from_parts(2_471_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } fn instr_i64const(r: u32, ) -> Weight { Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts((2_449_200 - - 2_310_323) * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts((2_471_195 - + 2_301_712) * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_114_000 picoseconds. - Weight::from_parts(645_468, 0) - // Standard Error: 11_843 - .saturating_add(Weight::from_parts(2_310_323 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_309_000 picoseconds. + Weight::from_parts(1_843_444, 0) + // Standard Error: 12_136 + .saturating_add(Weight::from_parts(2_301_712 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call_indirect(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_220_000 picoseconds. - Weight::from_parts(1_464_642, 0) - // Standard Error: 10_969 - .saturating_add(Weight::from_parts(7_400_628 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_411_000 picoseconds. + Weight::from_parts(1_445_000, 0) + // Standard Error: 15_605 + .saturating_add(Weight::from_parts(9_830_913 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 128]`. fn instr_call_indirect_per_param(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_666_000 picoseconds. - Weight::from_parts(3_692_740, 0) - // Standard Error: 2_612 - .saturating_add(Weight::from_parts(490_880 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(p.into())) + // Minimum execution time: 10_270_000 picoseconds. + Weight::from_parts(10_345_000, 0) + // Standard Error: 9_614 + .saturating_add(Weight::from_parts(657_200 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(p.into())) } /// The range of component `l` is `[0, 1024]`. - fn instr_call_per_local(_l: u32, ) -> Weight { + fn instr_call_per_local(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_453_000 picoseconds. - Weight::from_parts(2_672_317, 0) + // Minimum execution time: 3_756_000 picoseconds. + Weight::from_parts(3_964_298, 0) + // Standard Error: 7 + .saturating_add(Weight::from_parts(12 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(l.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_602_000 picoseconds. - Weight::from_parts(6_688_896, 0) - // Standard Error: 3_400 - .saturating_add(Weight::from_parts(356_031 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 6_016_000 picoseconds. + Weight::from_parts(8_681_396, 0) + // Standard Error: 3_586 + .saturating_add(Weight::from_parts(310_101 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_584_000 picoseconds. - Weight::from_parts(7_272_206, 0) - // Standard Error: 3_857 - .saturating_add(Weight::from_parts(737_122 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 5_906_000 picoseconds. + Weight::from_parts(9_137_545, 0) + // Standard Error: 3_316 + .saturating_add(Weight::from_parts(685_474 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_tee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_547_000 picoseconds. - Weight::from_parts(8_406_173, 0) - // Standard Error: 4_393 - .saturating_add(Weight::from_parts(700_704 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 5_975_000 picoseconds. + Weight::from_parts(9_760_427, 0) + // Standard Error: 3_573 + .saturating_add(Weight::from_parts(671_443 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_779_000 picoseconds. - Weight::from_parts(4_358_940, 0) - // Standard Error: 3_030 - .saturating_add(Weight::from_parts(353_939 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_374_000 picoseconds. + Weight::from_parts(1_000_357, 0) + // Standard Error: 3_626 + .saturating_add(Weight::from_parts(291_977 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_794_000 picoseconds. - Weight::from_parts(4_564_948, 0) - // Standard Error: 2_940 - .saturating_add(Weight::from_parts(539_450 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_358_000 picoseconds. + Weight::from_parts(1_418_000, 0) + // Standard Error: 9_282 + .saturating_add(Weight::from_parts(649_994 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_memory_current(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_548_000 picoseconds. - Weight::from_parts(4_717_005, 0) - // Standard Error: 4_665 - .saturating_add(Weight::from_parts(5_547_761 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_536_000 picoseconds. + Weight::from_parts(1_044_793, 0) + // Standard Error: 5_498 + .saturating_add(Weight::from_parts(5_731_900 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_064_000 picoseconds. - Weight::from_parts(410_766, 0) - // Standard Error: 3_452 - .saturating_add(Weight::from_parts(2_021_854 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_233_000 picoseconds. + Weight::from_parts(1_215_148, 0) + // Standard Error: 2_819 + .saturating_add(Weight::from_parts(260_155 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_123_000 picoseconds. - Weight::from_parts(468_123, 0) - // Standard Error: 3_586 - .saturating_add(Weight::from_parts(1_956_633 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_328_000 picoseconds. + Weight::from_parts(1_437_168, 0) + // Standard Error: 3_610 + .saturating_add(Weight::from_parts(202_028 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_174_000 picoseconds. - Weight::from_parts(233_592, 0) - // Standard Error: 2_814 - .saturating_add(Weight::from_parts(1_939_744 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_357_000 picoseconds. + Weight::from_parts(1_136_794, 0) + // Standard Error: 2_205 + .saturating_add(Weight::from_parts(268_251 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_126_000 picoseconds. - Weight::from_parts(161_858, 0) - // Standard Error: 2_763 - .saturating_add(Weight::from_parts(1_872_412 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_786_406, 0) + // Standard Error: 547 + .saturating_add(Weight::from_parts(180_114 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_051_000 picoseconds. - Weight::from_parts(970_769, 0) - // Standard Error: 1_487 - .saturating_add(Weight::from_parts(331_209 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_317_000 picoseconds. + Weight::from_parts(1_117_534, 0) + // Standard Error: 2_364 + .saturating_add(Weight::from_parts(269_422 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(940_022, 0) - // Standard Error: 2_635 - .saturating_add(Weight::from_parts(264_051 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_805_624, 0) + // Standard Error: 1_838 + .saturating_add(Weight::from_parts(195_483 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(622_887, 0) - // Standard Error: 4_781 - .saturating_add(Weight::from_parts(736_921 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_320_000 picoseconds. + Weight::from_parts(1_392_000, 0) + // Standard Error: 9_162 + .saturating_add(Weight::from_parts(912_172 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_138_000 picoseconds. - Weight::from_parts(767_930, 0) - // Standard Error: 1_870 - .saturating_add(Weight::from_parts(512_872 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_301_000 picoseconds. + Weight::from_parts(1_338_000, 0) + // Standard Error: 3_325 + .saturating_add(Weight::from_parts(496_929 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32extend8s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_089_000 picoseconds. - Weight::from_parts(804_044, 0) - // Standard Error: 2_549 - .saturating_add(Weight::from_parts(277_747 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(1_611_666, 0) + // Standard Error: 625 + .saturating_add(Weight::from_parts(171_506 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32extend16s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_162_948, 0) - // Standard Error: 1_228 - .saturating_add(Weight::from_parts(242_966 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_317_000 picoseconds. + Weight::from_parts(1_700_147, 0) + // Standard Error: 877 + .saturating_add(Weight::from_parts(170_172 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend8s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_116_000 picoseconds. - Weight::from_parts(1_298_716, 0) - // Standard Error: 2_781 - .saturating_add(Weight::from_parts(311_638 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_316_000 picoseconds. + Weight::from_parts(1_329_895, 0) + // Standard Error: 1_945 + .saturating_add(Weight::from_parts(244_746 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend16s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(1_529_854, 0) - // Standard Error: 2_716 - .saturating_add(Weight::from_parts(303_947 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_277_000 picoseconds. + Weight::from_parts(1_095_174, 0) + // Standard Error: 4_447 + .saturating_add(Weight::from_parts(256_010 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend32s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_130_000 picoseconds. - Weight::from_parts(1_166_717, 0) - // Standard Error: 1_413 - .saturating_add(Weight::from_parts(287_342 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(948_185, 0) + // Standard Error: 5_240 + .saturating_add(Weight::from_parts(252_152 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendsi32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_165_000 picoseconds. - Weight::from_parts(891_706, 0) - // Standard Error: 2_465 - .saturating_add(Weight::from_parts(249_410 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_364_000 picoseconds. + Weight::from_parts(1_691_742, 0) + // Standard Error: 1_108 + .saturating_add(Weight::from_parts(154_813 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendui32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_125_000 picoseconds. - Weight::from_parts(1_399_184, 0) - // Standard Error: 1_248 - .saturating_add(Weight::from_parts(141_084 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_363_000 picoseconds. + Weight::from_parts(1_847_986, 0) + // Standard Error: 1_147 + .saturating_add(Weight::from_parts(93_233 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32wrapi64(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_138_000 picoseconds. - Weight::from_parts(1_505_788, 0) - // Standard Error: 862 - .saturating_add(Weight::from_parts(133_725 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_281_000 picoseconds. + Weight::from_parts(1_961_077, 0) + // Standard Error: 696 + .saturating_add(Weight::from_parts(87_341 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_112_000 picoseconds. - Weight::from_parts(1_214_179, 0) - // Standard Error: 4_666 - .saturating_add(Weight::from_parts(720_432 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_333_000 picoseconds. + Weight::from_parts(1_372_000, 0) + // Standard Error: 11_911 + .saturating_add(Weight::from_parts(1_008_734 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_108_000 picoseconds. - Weight::from_parts(1_273_454, 0) - // Standard Error: 4_433 - .saturating_add(Weight::from_parts(532_996 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_307_000 picoseconds. + Weight::from_parts(1_376_000, 0) + // Standard Error: 4_838 + .saturating_add(Weight::from_parts(540_102 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_131_000 picoseconds. - Weight::from_parts(606_887, 0) - // Standard Error: 4_030 - .saturating_add(Weight::from_parts(740_699 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_298_000 picoseconds. + Weight::from_parts(1_343_000, 0) + // Standard Error: 16_519 + .saturating_add(Weight::from_parts(1_191_585 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_073_000 picoseconds. - Weight::from_parts(652_962, 0) - // Standard Error: 2_826 - .saturating_add(Weight::from_parts(545_710 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_303_000 picoseconds. + Weight::from_parts(1_399_000, 0) + // Standard Error: 6_288 + .saturating_add(Weight::from_parts(573_438 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_105_000 picoseconds. - Weight::from_parts(505_518, 0) - // Standard Error: 3_790 - .saturating_add(Weight::from_parts(746_533 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_328_000 picoseconds. + Weight::from_parts(1_397_000, 0) + // Standard Error: 9_065 + .saturating_add(Weight::from_parts(917_725 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(912_665, 0) - // Standard Error: 3_811 - .saturating_add(Weight::from_parts(534_806 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_326_000 picoseconds. + Weight::from_parts(1_387_000, 0) + // Standard Error: 3_994 + .saturating_add(Weight::from_parts(512_663 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_119_000 picoseconds. - Weight::from_parts(741_736, 0) - // Standard Error: 3_635 - .saturating_add(Weight::from_parts(741_879 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_275_000 picoseconds. + Weight::from_parts(1_370_000, 0) + // Standard Error: 8_166 + .saturating_add(Weight::from_parts(896_742 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_129_000 picoseconds. - Weight::from_parts(748_486, 0) - // Standard Error: 4_137 - .saturating_add(Weight::from_parts(534_778 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_322_000 picoseconds. + Weight::from_parts(1_352_000, 0) + // Standard Error: 4_428 + .saturating_add(Weight::from_parts(521_146 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_077_000 picoseconds. - Weight::from_parts(1_098_504, 0) - // Standard Error: 4_305 - .saturating_add(Weight::from_parts(727_854 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_316_000 picoseconds. + Weight::from_parts(1_362_000, 0) + // Standard Error: 10_964 + .saturating_add(Weight::from_parts(950_113 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_114_000 picoseconds. - Weight::from_parts(1_122_798, 0) - // Standard Error: 1_840 - .saturating_add(Weight::from_parts(505_466 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_314_000 picoseconds. + Weight::from_parts(1_430_000, 0) + // Standard Error: 6_233 + .saturating_add(Weight::from_parts(527_757 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_141_000 picoseconds. - Weight::from_parts(1_415_320, 0) - // Standard Error: 4_769 - .saturating_add(Weight::from_parts(721_643 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_290_000 picoseconds. + Weight::from_parts(1_345_000, 0) + // Standard Error: 8_041 + .saturating_add(Weight::from_parts(888_646 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_098_000 picoseconds. - Weight::from_parts(1_353_387, 0) - // Standard Error: 2_800 - .saturating_add(Weight::from_parts(508_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_332_000 picoseconds. + Weight::from_parts(1_402_000, 0) + // Standard Error: 3_295 + .saturating_add(Weight::from_parts(501_011 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_149_000 picoseconds. - Weight::from_parts(1_110_037, 0) - // Standard Error: 4_337 - .saturating_add(Weight::from_parts(722_241 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(1_377_000, 0) + // Standard Error: 8_442 + .saturating_add(Weight::from_parts(910_933 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_102_000 picoseconds. - Weight::from_parts(772_878, 0) - // Standard Error: 3_726 - .saturating_add(Weight::from_parts(557_525 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_333_000 picoseconds. + Weight::from_parts(1_401_000, 0) + // Standard Error: 5_606 + .saturating_add(Weight::from_parts(521_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(483_272, 0) - // Standard Error: 4_088 - .saturating_add(Weight::from_parts(748_806 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_376_000, 0) + // Standard Error: 12_294 + .saturating_add(Weight::from_parts(950_492 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_083_000 picoseconds. - Weight::from_parts(1_474_751, 0) - // Standard Error: 3_387 - .saturating_add(Weight::from_parts(508_996 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_336_000 picoseconds. + Weight::from_parts(1_403_000, 0) + // Standard Error: 4_497 + .saturating_add(Weight::from_parts(487_845 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_164_000 picoseconds. - Weight::from_parts(1_056_323, 0) - // Standard Error: 4_486 - .saturating_add(Weight::from_parts(743_520 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_371_000 picoseconds. + Weight::from_parts(1_407_000, 0) + // Standard Error: 14_384 + .saturating_add(Weight::from_parts(1_038_473 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_145_000 picoseconds. - Weight::from_parts(1_314_789, 0) - // Standard Error: 1_726 - .saturating_add(Weight::from_parts(498_625 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_318_000 picoseconds. + Weight::from_parts(1_366_000, 0) + // Standard Error: 3_536 + .saturating_add(Weight::from_parts(501_421 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_121_000 picoseconds. - Weight::from_parts(1_204_844, 0) - // Standard Error: 5_170 - .saturating_add(Weight::from_parts(734_780 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_349_000 picoseconds. + Weight::from_parts(1_390_000, 0) + // Standard Error: 12_990 + .saturating_add(Weight::from_parts(1_006_416 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_125_000 picoseconds. - Weight::from_parts(902_365, 0) - // Standard Error: 2_953 - .saturating_add(Weight::from_parts(541_622 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_326_000 picoseconds. + Weight::from_parts(1_373_000, 0) + // Standard Error: 3_004 + .saturating_add(Weight::from_parts(499_955 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_130_000 picoseconds. - Weight::from_parts(1_262_188, 0) - // Standard Error: 2_027 - .saturating_add(Weight::from_parts(545_118 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_357_000 picoseconds. + Weight::from_parts(1_394_000, 0) + // Standard Error: 5_225 + .saturating_add(Weight::from_parts(589_236 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_166_000 picoseconds. - Weight::from_parts(1_184_873, 0) - // Standard Error: 1_758 - .saturating_add(Weight::from_parts(354_905 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_327_000 picoseconds. + Weight::from_parts(616_374, 0) + // Standard Error: 6_078 + .saturating_add(Weight::from_parts(323_741 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_113_000 picoseconds. - Weight::from_parts(1_920_304, 0) - // Standard Error: 4_397 - .saturating_add(Weight::from_parts(543_294 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_377_000, 0) + // Standard Error: 4_261 + .saturating_add(Weight::from_parts(580_272 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_066_000 picoseconds. - Weight::from_parts(954_875, 0) - // Standard Error: 2_835 - .saturating_add(Weight::from_parts(354_448 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_395_000 picoseconds. + Weight::from_parts(1_248_581, 0) + // Standard Error: 1_837 + .saturating_add(Weight::from_parts(273_735 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_143_000 picoseconds. - Weight::from_parts(802_477, 0) - // Standard Error: 4_347 - .saturating_add(Weight::from_parts(683_732 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_322_000 picoseconds. + Weight::from_parts(1_368_000, 0) + // Standard Error: 12_113 + .saturating_add(Weight::from_parts(934_388 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_092_000 picoseconds. - Weight::from_parts(787_353, 0) - // Standard Error: 3_985 - .saturating_add(Weight::from_parts(522_097 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_344_000 picoseconds. + Weight::from_parts(1_411_000, 0) + // Standard Error: 6_047 + .saturating_add(Weight::from_parts(550_572 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_115_000 picoseconds. - Weight::from_parts(1_243_884, 0) - // Standard Error: 2_490 - .saturating_add(Weight::from_parts(1_495_765 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_290_000 picoseconds. + Weight::from_parts(1_385_000, 0) + // Standard Error: 7_866 + .saturating_add(Weight::from_parts(1_964_453 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(504_698, 0) - // Standard Error: 3_551 - .saturating_add(Weight::from_parts(1_142_343 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_349_000 picoseconds. + Weight::from_parts(1_411_000, 0) + // Standard Error: 11_840 + .saturating_add(Weight::from_parts(1_463_772 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_094_000 picoseconds. - Weight::from_parts(883_449, 0) - // Standard Error: 2_784 - .saturating_add(Weight::from_parts(1_546_236 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_369_000, 0) + // Standard Error: 8_470 + .saturating_add(Weight::from_parts(1_776_938 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_100_000 picoseconds. - Weight::from_parts(817_447, 0) - // Standard Error: 4_504 - .saturating_add(Weight::from_parts(1_106_059 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_348_000 picoseconds. + Weight::from_parts(1_387_000, 0) + // Standard Error: 9_310 + .saturating_add(Weight::from_parts(1_348_132 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_092_000 picoseconds. - Weight::from_parts(1_145_000, 0) - // Standard Error: 29_822 - .saturating_add(Weight::from_parts(4_651_461 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_369_000 picoseconds. + Weight::from_parts(1_434_000, 0) + // Standard Error: 32_697 + .saturating_add(Weight::from_parts(8_745_987 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_106_000 picoseconds. - Weight::from_parts(1_135_000, 0) - // Standard Error: 30_763 - .saturating_add(Weight::from_parts(3_323_346 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_343_000 picoseconds. + Weight::from_parts(1_378_000, 0) + // Standard Error: 43_147 + .saturating_add(Weight::from_parts(7_112_006 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_106_000 picoseconds. - Weight::from_parts(1_369_161, 0) - // Standard Error: 3_106 - .saturating_add(Weight::from_parts(1_528_954 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_367_000 picoseconds. + Weight::from_parts(1_417_000, 0) + // Standard Error: 6_535 + .saturating_add(Weight::from_parts(1_778_734 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_081_000 picoseconds. - Weight::from_parts(928_623, 0) - // Standard Error: 4_983 - .saturating_add(Weight::from_parts(1_093_720 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_363_000 picoseconds. + Weight::from_parts(1_418_000, 0) + // Standard Error: 8_351 + .saturating_add(Weight::from_parts(1_317_333 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_076_000 picoseconds. - Weight::from_parts(921_033, 0) - // Standard Error: 4_447 - .saturating_add(Weight::from_parts(558_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_299_000 picoseconds. + Weight::from_parts(1_384_000, 0) + // Standard Error: 7_392 + .saturating_add(Weight::from_parts(623_815 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_571_241, 0) - // Standard Error: 1_336 - .saturating_add(Weight::from_parts(313_419 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_287_000 picoseconds. + Weight::from_parts(935_149, 0) + // Standard Error: 2_071 + .saturating_add(Weight::from_parts(304_270 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_139_000 picoseconds. - Weight::from_parts(1_430_760, 0) - // Standard Error: 3_950 - .saturating_add(Weight::from_parts(525_019 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_299_000 picoseconds. + Weight::from_parts(1_355_000, 0) + // Standard Error: 4_359 + .saturating_add(Weight::from_parts(589_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_113_000 picoseconds. - Weight::from_parts(1_533_556, 0) - // Standard Error: 2_902 - .saturating_add(Weight::from_parts(330_155 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_294_000 picoseconds. + Weight::from_parts(1_027_247, 0) + // Standard Error: 2_047 + .saturating_add(Weight::from_parts(303_177 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(1_008_523, 0) - // Standard Error: 3_975 - .saturating_add(Weight::from_parts(541_732 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_405_000, 0) + // Standard Error: 5_133 + .saturating_add(Weight::from_parts(609_550 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_102_000 picoseconds. - Weight::from_parts(1_249_074, 0) - // Standard Error: 2_832 - .saturating_add(Weight::from_parts(335_476 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(603_111, 0) + // Standard Error: 6_223 + .saturating_add(Weight::from_parts(326_084 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_128_000 picoseconds. - Weight::from_parts(1_127_905, 0) - // Standard Error: 3_725 - .saturating_add(Weight::from_parts(491_963 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_303_000 picoseconds. + Weight::from_parts(1_397_000, 0) + // Standard Error: 5_895 + .saturating_add(Weight::from_parts(506_341 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_556_117, 0) - // Standard Error: 1_160 - .saturating_add(Weight::from_parts(293_739 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_247_692, 0) + // Standard Error: 1_511 + .saturating_add(Weight::from_parts(274_134 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_061_000 picoseconds. - Weight::from_parts(1_223_969, 0) - // Standard Error: 2_213 - .saturating_add(Weight::from_parts(471_266 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_311_000 picoseconds. + Weight::from_parts(1_354_000, 0) + // Standard Error: 2_897 + .saturating_add(Weight::from_parts(483_641 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(1_311_929, 0) - // Standard Error: 3_691 - .saturating_add(Weight::from_parts(331_159 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(1_329_094, 0) + // Standard Error: 2_115 + .saturating_add(Weight::from_parts(275_076 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_148_000 picoseconds. - Weight::from_parts(1_006_469, 0) - // Standard Error: 1_885 - .saturating_add(Weight::from_parts(475_187 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_276_000 picoseconds. + Weight::from_parts(1_347_000, 0) + // Standard Error: 5_598 + .saturating_add(Weight::from_parts(517_531 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_131_000 picoseconds. - Weight::from_parts(1_702_645, 0) - // Standard Error: 2_508 - .saturating_add(Weight::from_parts(299_600 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_288_000 picoseconds. + Weight::from_parts(777_418, 0) + // Standard Error: 6_424 + .saturating_add(Weight::from_parts(311_033 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_165_000 picoseconds. - Weight::from_parts(726_005, 0) - // Standard Error: 3_603 - .saturating_add(Weight::from_parts(497_056 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_297_000 picoseconds. + Weight::from_parts(1_378_000, 0) + // Standard Error: 4_789 + .saturating_add(Weight::from_parts(509_554 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_104_000 picoseconds. - Weight::from_parts(1_441_366, 0) - // Standard Error: 1_572 - .saturating_add(Weight::from_parts(303_529 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_311_000 picoseconds. + Weight::from_parts(617_995, 0) + // Standard Error: 7_052 + .saturating_add(Weight::from_parts(322_976 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_140_000 picoseconds. - Weight::from_parts(1_732_474, 0) - // Standard Error: 3_245 - .saturating_add(Weight::from_parts(457_613 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_318_000 picoseconds. + Weight::from_parts(1_391_000, 0) + // Standard Error: 3_787 + .saturating_add(Weight::from_parts(498_275 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(966_620, 0) - // Standard Error: 2_857 - .saturating_add(Weight::from_parts(335_047 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_393_000 picoseconds. + Weight::from_parts(879_010, 0) + // Standard Error: 5_769 + .saturating_add(Weight::from_parts(308_463 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } fn tasks_remove_gas_reservation() -> Weight { // Proof Size summary in bytes: - // Measured: `1164` + // Measured: `1192` // Estimated: `6196` - // Minimum execution time: 75_485_000 picoseconds. - Weight::from_parts(76_731_000, 6196) + // Minimum execution time: 77_564_000 picoseconds. + Weight::from_parts(79_369_000, 6196) .saturating_add(T::DbWeight::get().reads(9_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -2110,17 +2113,17 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `858` // Estimated: `4323` - // Minimum execution time: 41_658_000 picoseconds. - Weight::from_parts(42_239_000, 4323) + // Minimum execution time: 43_250_000 picoseconds. + Weight::from_parts(44_016_000, 4323) .saturating_add(T::DbWeight::get().reads(6_u64)) .saturating_add(T::DbWeight::get().writes(5_u64)) } fn tasks_send_user_message() -> Weight { // Proof Size summary in bytes: - // Measured: `1079` + // Measured: `1113` // Estimated: `6196` - // Minimum execution time: 84_821_000 picoseconds. - Weight::from_parts(86_439_000, 6196) + // Minimum execution time: 88_938_000 picoseconds. + Weight::from_parts(89_815_000, 6196) .saturating_add(T::DbWeight::get().reads(13_u64)) .saturating_add(T::DbWeight::get().writes(10_u64)) } @@ -2128,8 +2131,8 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `694` // Estimated: `4159` - // Minimum execution time: 29_130_000 picoseconds. - Weight::from_parts(29_681_000, 4159) + // Minimum execution time: 30_606_000 picoseconds. + Weight::from_parts(31_277_000, 4159) .saturating_add(T::DbWeight::get().reads(7_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -2137,8 +2140,8 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `937` // Estimated: `4402` - // Minimum execution time: 41_459_000 picoseconds. - Weight::from_parts(42_424_000, 4402) + // Minimum execution time: 43_204_000 picoseconds. + Weight::from_parts(43_879_000, 4402) .saturating_add(T::DbWeight::get().reads(8_u64)) .saturating_add(T::DbWeight::get().writes(6_u64)) } @@ -2146,25 +2149,25 @@ impl pallet_gear::WeightInfo for SubstrateWeight { // Proof Size summary in bytes: // Measured: `80` // Estimated: `3545` - // Minimum execution time: 4_410_000 picoseconds. - Weight::from_parts(4_668_000, 3545) + // Minimum execution time: 4_683_000 picoseconds. + Weight::from_parts(5_115_000, 3545) .saturating_add(T::DbWeight::get().reads(1_u64)) } fn tasks_remove_from_waitlist() -> Weight { // Proof Size summary in bytes: - // Measured: `1635` - // Estimated: `7575` - // Minimum execution time: 116_824_000 picoseconds. - Weight::from_parts(117_581_000, 7575) - .saturating_add(T::DbWeight::get().reads(18_u64)) + // Measured: `1669` + // Estimated: `7609` + // Minimum execution time: 119_848_000 picoseconds. + Weight::from_parts(121_716_000, 7609) + .saturating_add(T::DbWeight::get().reads(17_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } fn tasks_remove_from_mailbox() -> Weight { // Proof Size summary in bytes: - // Measured: `1364` - // Estimated: `7304` - // Minimum execution time: 97_425_000 picoseconds. - Weight::from_parts(98_374_000, 7304) + // Measured: `1398` + // Estimated: `7338` + // Minimum execution time: 105_087_000 picoseconds. + Weight::from_parts(106_798_000, 7338) .saturating_add(T::DbWeight::get().reads(16_u64)) .saturating_add(T::DbWeight::get().writes(13_u64)) } @@ -2177,140 +2180,140 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_827_000 picoseconds. - Weight::from_parts(61_020_514, 0) - // Standard Error: 30_183 - .saturating_add(Weight::from_parts(21_457_412, 0).saturating_mul(r.into())) + // Minimum execution time: 72_468_000 picoseconds. + Weight::from_parts(78_340_598, 0) + // Standard Error: 66_021 + .saturating_add(Weight::from_parts(13_603_312, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_153_000 picoseconds. - Weight::from_parts(61_570_016, 0) - // Standard Error: 31_234 - .saturating_add(Weight::from_parts(20_948_196, 0).saturating_mul(r.into())) + // Minimum execution time: 72_836_000 picoseconds. + Weight::from_parts(78_568_154, 0) + // Standard Error: 57_541 + .saturating_add(Weight::from_parts(11_943_522, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_996_000 picoseconds. - Weight::from_parts(61_204_042, 0) - // Standard Error: 28_310 - .saturating_add(Weight::from_parts(20_275_066, 0).saturating_mul(r.into())) + // Minimum execution time: 70_826_000 picoseconds. + Weight::from_parts(76_361_756, 0) + // Standard Error: 58_313 + .saturating_add(Weight::from_parts(12_018_944, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_commit_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_839_000 picoseconds. - Weight::from_parts(61_270_490, 0) - // Standard Error: 29_097 - .saturating_add(Weight::from_parts(20_158_062, 0).saturating_mul(r.into())) + // Minimum execution time: 71_437_000 picoseconds. + Weight::from_parts(76_910_212, 0) + // Standard Error: 57_889 + .saturating_add(Weight::from_parts(12_137_604, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 674_493_000 picoseconds. - Weight::from_parts(676_531_348, 0) - // Standard Error: 36_129 - .saturating_add(Weight::from_parts(19_389_162, 0).saturating_mul(r.into())) + // Minimum execution time: 686_795_000 picoseconds. + Weight::from_parts(693_880_106, 0) + // Standard Error: 84_577 + .saturating_add(Weight::from_parts(13_351_726, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reply_input_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 674_131_000 picoseconds. - Weight::from_parts(676_524_070, 0) - // Standard Error: 36_930 - .saturating_add(Weight::from_parts(24_915_830, 0).saturating_mul(r.into())) + // Minimum execution time: 690_552_000 picoseconds. + Weight::from_parts(696_770_436, 0) + // Standard Error: 81_154 + .saturating_add(Weight::from_parts(10_595_976, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reservation_reply(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 71_003_000 picoseconds. - Weight::from_parts(73_890_102, 0) - // Standard Error: 29_231 - .saturating_add(Weight::from_parts(7_839_490, 0).saturating_mul(r.into())) + // Minimum execution time: 75_006_000 picoseconds. + Weight::from_parts(81_745_692, 0) + // Standard Error: 60_857 + .saturating_add(Weight::from_parts(8_379_472, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_reservation_reply_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 71_625_000 picoseconds. - Weight::from_parts(74_015_746, 0) - // Standard Error: 28_894 - .saturating_add(Weight::from_parts(6_918_144, 0).saturating_mul(r.into())) + // Minimum execution time: 74_614_000 picoseconds. + Weight::from_parts(80_847_976, 0) + // Standard Error: 59_799 + .saturating_add(Weight::from_parts(7_809_250, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_exit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_666_000 picoseconds. - Weight::from_parts(60_945_076, 0) - // Standard Error: 33_393 - .saturating_add(Weight::from_parts(23_384_948, 0).saturating_mul(r.into())) + // Minimum execution time: 70_956_000 picoseconds. + Weight::from_parts(76_883_436, 0) + // Standard Error: 1_052_647 + .saturating_add(Weight::from_parts(96_563_242, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_leave(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_263_000 picoseconds. - Weight::from_parts(61_548_284, 0) - // Standard Error: 32_083 - .saturating_add(Weight::from_parts(12_007_632, 0).saturating_mul(r.into())) + // Minimum execution time: 70_324_000 picoseconds. + Weight::from_parts(76_094_758, 0) + // Standard Error: 1_523_647 + .saturating_add(Weight::from_parts(130_303_114, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_588_000 picoseconds. - Weight::from_parts(61_778_726, 0) - // Standard Error: 31_381 - .saturating_add(Weight::from_parts(10_988_944, 0).saturating_mul(r.into())) + // Minimum execution time: 71_253_000 picoseconds. + Weight::from_parts(76_988_662, 0) + // Standard Error: 1_321_349 + .saturating_add(Weight::from_parts(112_591_140, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait_for(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 58_586_000 picoseconds. - Weight::from_parts(61_400_256, 0) - // Standard Error: 31_003 - .saturating_add(Weight::from_parts(11_474_984, 0).saturating_mul(r.into())) + // Minimum execution time: 71_457_000 picoseconds. + Weight::from_parts(76_401_868, 0) + // Standard Error: 1_044_536 + .saturating_add(Weight::from_parts(92_188_166, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 1]`. fn gr_wait_up_to(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 59_130_000 picoseconds. - Weight::from_parts(61_405_294, 0) - // Standard Error: 32_031 - .saturating_add(Weight::from_parts(11_597_666, 0).saturating_mul(r.into())) + // Minimum execution time: 71_393_000 picoseconds. + Weight::from_parts(77_342_970, 0) + // Standard Error: 1_531_666 + .saturating_add(Weight::from_parts(127_918_232, 0).saturating_mul(r.into())) } /// The range of component `c` is `[0, 512]`. fn db_write_per_kb(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 991_000 picoseconds. - Weight::from_parts(1_051_000, 0) - // Standard Error: 471 - .saturating_add(Weight::from_parts(243_048, 0).saturating_mul(c.into())) + // Minimum execution time: 1_010_000 picoseconds. + Weight::from_parts(1_042_000, 0) + // Standard Error: 443 + .saturating_add(Weight::from_parts(239_667, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().writes(1_u64)) } /// The range of component `c` is `[0, 512]`. @@ -2318,10 +2321,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `146 + c * (1024 ±0)` // Estimated: `3610 + c * (1024 ±0)` - // Minimum execution time: 3_251_000 picoseconds. - Weight::from_parts(3_368_000, 3610) - // Standard Error: 1_099 - .saturating_add(Weight::from_parts(598_985, 0).saturating_mul(c.into())) + // Minimum execution time: 3_268_000 picoseconds. + Weight::from_parts(3_371_000, 3610) + // Standard Error: 1_081 + .saturating_add(Weight::from_parts(583_390, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 1024).saturating_mul(c.into())) } @@ -2330,67 +2333,67 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 35_348_000 picoseconds. - Weight::from_parts(36_683_968, 0) - // Standard Error: 1_863 - .saturating_add(Weight::from_parts(196_755, 0).saturating_mul(c.into())) + // Minimum execution time: 42_213_000 picoseconds. + Weight::from_parts(43_931_000, 0) + // Standard Error: 9_338 + .saturating_add(Weight::from_parts(2_038_653, 0).saturating_mul(c.into())) } /// The range of component `d` is `[0, 512]`. fn instantiate_module_data_section_per_kb(d: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 44_447_000 picoseconds. - Weight::from_parts(53_083_381, 0) - // Standard Error: 1_569 - .saturating_add(Weight::from_parts(463_249, 0).saturating_mul(d.into())) + // Minimum execution time: 54_382_000 picoseconds. + Weight::from_parts(59_367_747, 0) + // Standard Error: 2_227 + .saturating_add(Weight::from_parts(468_300, 0).saturating_mul(d.into())) } /// The range of component `g` is `[0, 512]`. fn instantiate_module_global_section_per_kb(g: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_544_000 picoseconds. - Weight::from_parts(27_323_050, 0) - // Standard Error: 1_895 - .saturating_add(Weight::from_parts(2_416_290, 0).saturating_mul(g.into())) + // Minimum execution time: 41_630_000 picoseconds. + Weight::from_parts(44_328_000, 0) + // Standard Error: 21_640 + .saturating_add(Weight::from_parts(1_798_911, 0).saturating_mul(g.into())) } /// The range of component `t` is `[0, 9765]`. fn instantiate_module_table_section_per_kb(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_160_000 picoseconds. - Weight::from_parts(34_614_000, 0) - // Standard Error: 2_123 - .saturating_add(Weight::from_parts(359_300, 0).saturating_mul(t.into())) + // Minimum execution time: 42_537_000 picoseconds. + Weight::from_parts(43_174_777, 0) + // Standard Error: 223 + .saturating_add(Weight::from_parts(644_866, 0).saturating_mul(t.into())) } - /// The range of component `t` is `[0, 512]`. + /// The range of component `e` is `[0, 512]`. fn instantiate_module_element_section_per_kb(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 36_788_000 picoseconds. - Weight::from_parts(38_141_151, 0) - // Standard Error: 3_777 - .saturating_add(Weight::from_parts(18_936_755, 0).saturating_mul(e.into())) + // Minimum execution time: 258_586_000 picoseconds. + Weight::from_parts(448_596_483, 0) + // Standard Error: 80_189 + .saturating_add(Weight::from_parts(2_245_891, 0).saturating_mul(e.into())) } /// The range of component `t` is `[0, 512]`. fn instantiate_module_type_section_per_kb(t: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 34_697_000 picoseconds. - Weight::from_parts(36_274_820, 0) - // Standard Error: 1_864 - .saturating_add(Weight::from_parts(260_172, 0).saturating_mul(t.into())) + // Minimum execution time: 42_219_000 picoseconds. + Weight::from_parts(44_257_000, 0) + // Standard Error: 101_981 + .saturating_add(Weight::from_parts(15_590_711, 0).saturating_mul(t.into())) } fn claim_value() -> Weight { // Proof Size summary in bytes: - // Measured: `1321` + // Measured: `1357` // Estimated: `8799` - // Minimum execution time: 127_842_000 picoseconds. - Weight::from_parts(129_744_000, 8799) + // Minimum execution time: 135_545_000 picoseconds. + Weight::from_parts(137_798_000, 8799) .saturating_add(RocksDbWeight::get().reads(17_u64)) .saturating_add(RocksDbWeight::get().writes(12_u64)) } @@ -2399,61 +2402,61 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `113` // Estimated: `3578` - // Minimum execution time: 91_056_000 picoseconds. - Weight::from_parts(75_482_370, 3578) - // Standard Error: 42_175 - .saturating_add(Weight::from_parts(61_763_926, 0).saturating_mul(c.into())) + // Minimum execution time: 91_838_000 picoseconds. + Weight::from_parts(87_499_000, 3578) + // Standard Error: 37_656 + .saturating_add(Weight::from_parts(57_062_879, 0).saturating_mul(c.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } /// The range of component `s` is `[0, 4194304]`. fn create_program(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `991` - // Estimated: `4456` - // Minimum execution time: 107_748_000 picoseconds. - Weight::from_parts(134_740_079, 4456) + // Measured: `1113` + // Estimated: `6196` + // Minimum execution time: 165_191_000 picoseconds. + Weight::from_parts(195_228_532, 6196) // Standard Error: 0 - .saturating_add(Weight::from_parts(1_704, 0).saturating_mul(s.into())) - .saturating_add(RocksDbWeight::get().reads(13_u64)) - .saturating_add(RocksDbWeight::get().writes(10_u64)) + .saturating_add(Weight::from_parts(1_678, 0).saturating_mul(s.into())) + .saturating_add(RocksDbWeight::get().reads(15_u64)) + .saturating_add(RocksDbWeight::get().writes(12_u64)) } /// The range of component `c` is `[0, 250]`. /// The range of component `s` is `[0, 4194304]`. fn upload_program(c: u32, s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `379` - // Estimated: `3844` - // Minimum execution time: 7_358_280_000 picoseconds. - Weight::from_parts(412_535_550, 3844) - // Standard Error: 103_792 - .saturating_add(Weight::from_parts(62_072_527, 0).saturating_mul(c.into())) - // Standard Error: 6 - .saturating_add(Weight::from_parts(1_636, 0).saturating_mul(s.into())) - .saturating_add(RocksDbWeight::get().reads(13_u64)) - .saturating_add(RocksDbWeight::get().writes(14_u64)) + // Measured: `475` + // Estimated: `6196` + // Minimum execution time: 7_008_485_000 picoseconds. + Weight::from_parts(7_016_678_000, 6196) + // Standard Error: 319_814 + .saturating_add(Weight::from_parts(38_334_392, 0).saturating_mul(c.into())) + // Standard Error: 19 + .saturating_add(Weight::from_parts(563, 0).saturating_mul(s.into())) + .saturating_add(RocksDbWeight::get().reads(15_u64)) + .saturating_add(RocksDbWeight::get().writes(16_u64)) } /// The range of component `p` is `[0, 2097152]`. fn send_message(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `480` + // Measured: `516` // Estimated: `6196` - // Minimum execution time: 95_735_000 picoseconds. - Weight::from_parts(6_957_254, 6196) + // Minimum execution time: 97_151_000 picoseconds. + Weight::from_parts(9_468_475, 6196) // Standard Error: 3 - .saturating_add(Weight::from_parts(995, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(975, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(11_u64)) .saturating_add(RocksDbWeight::get().writes(10_u64)) } /// The range of component `p` is `[0, 2097152]`. fn send_reply(p: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1320` + // Measured: `1356` // Estimated: `8799` - // Minimum execution time: 156_312_000 picoseconds. - Weight::from_parts(72_298_958, 8799) + // Minimum execution time: 163_939_000 picoseconds. + Weight::from_parts(82_754_731, 8799) // Standard Error: 4 - .saturating_add(Weight::from_parts(1_018, 0).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(991, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(18_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) } @@ -2462,10 +2465,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0 + d * (207 ±0)` // Estimated: `3593 + d * (2683 ±0)` - // Minimum execution time: 62_000_000 picoseconds. - Weight::from_parts(63_000_000, 3593) - // Standard Error: 24_979 - .saturating_add(Weight::from_parts(50_498_014, 0).saturating_mul(d.into())) + // Minimum execution time: 52_008_000 picoseconds. + Weight::from_parts(52_280_000, 3593) + // Standard Error: 33_470 + .saturating_add(Weight::from_parts(42_601_006, 0).saturating_mul(d.into())) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().reads((2_u64).saturating_mul(d.into()))) .saturating_add(RocksDbWeight::get().writes(1_u64)) @@ -2475,12 +2478,12 @@ impl WeightInfo for () { /// The range of component `e` is `[0, 512]`. fn reinstrument_per_kb(e: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `327 + e * (1024 ±0)` - // Estimated: `3791 + e * (1024 ±0)` - // Minimum execution time: 78_478_000 picoseconds. - Weight::from_parts(60_084_454, 3791) - // Standard Error: 214_025 - .saturating_add(Weight::from_parts(638_778_276, 0).saturating_mul(e.into())) + // Measured: `329 + e * (1024 ±0)` + // Estimated: `3793 + e * (1024 ±0)` + // Minimum execution time: 81_614_000 picoseconds. + Weight::from_parts(81_821_000, 3793) + // Standard Error: 240_361 + .saturating_add(Weight::from_parts(642_844_212, 0).saturating_mul(e.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) .saturating_add(Weight::from_parts(0, 1024).saturating_mul(e.into())) @@ -2490,10 +2493,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `101 + a * (8 ±0)` // Estimated: `3566 + a * (8 ±0)` - // Minimum execution time: 3_000_000 picoseconds. - Weight::from_parts(15_735_686, 3566) - // Standard Error: 47 - .saturating_add(Weight::from_parts(19_776, 0).saturating_mul(a.into())) + // Minimum execution time: 3_722_000 picoseconds. + Weight::from_parts(7_040_745, 3566) + // Standard Error: 21 + .saturating_add(Weight::from_parts(20_729, 0).saturating_mul(a.into())) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(Weight::from_parts(0, 8).saturating_mul(a.into())) } @@ -2502,548 +2505,548 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 740_740_000 picoseconds. - Weight::from_parts(653_250_042, 0) - // Standard Error: 218_399 - .saturating_add(Weight::from_parts(121_659_232, 0).saturating_mul(r.into())) + // Minimum execution time: 772_153_000 picoseconds. + Weight::from_parts(691_085_192, 0) + // Standard Error: 248_133 + .saturating_add(Weight::from_parts(125_211_418, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn mem_grow(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_119_000 picoseconds. - Weight::from_parts(7_435_356, 0) - // Standard Error: 84_763 - .saturating_add(Weight::from_parts(64_827_518, 0).saturating_mul(r.into())) + // Minimum execution time: 285_000 picoseconds. + Weight::from_parts(315_000, 0) + // Standard Error: 196_322 + .saturating_add(Weight::from_parts(68_714_212, 0).saturating_mul(r.into())) } /// The range of component `p` is `[1, 819]`. fn mem_grow_per_page(_p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 69_165_000 picoseconds. - Weight::from_parts(74_601_757, 0) + // Minimum execution time: 66_346_000 picoseconds. + Weight::from_parts(69_649_440, 0) } /// The range of component `r` is `[0, 20]`. fn free(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 778_464_000 picoseconds. - Weight::from_parts(744_321_591, 0) - // Standard Error: 213_175 - .saturating_add(Weight::from_parts(67_584_978, 0).saturating_mul(r.into())) + // Minimum execution time: 806_255_000 picoseconds. + Weight::from_parts(786_722_553, 0) + // Standard Error: 240_484 + .saturating_add(Weight::from_parts(69_478_089, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn free_range(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 707_145_000 picoseconds. - Weight::from_parts(682_585_812, 0) - // Standard Error: 225_717 - .saturating_add(Weight::from_parts(69_939_771, 0).saturating_mul(r.into())) + // Minimum execution time: 748_334_000 picoseconds. + Weight::from_parts(717_314_931, 0) + // Standard Error: 243_876 + .saturating_add(Weight::from_parts(73_586_110, 0).saturating_mul(r.into())) } /// The range of component `p` is `[1, 700]`. fn free_range_per_page(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 718_223_000 picoseconds. - Weight::from_parts(808_127_136, 0) - // Standard Error: 5_697 - .saturating_add(Weight::from_parts(2_994_128, 0).saturating_mul(p.into())) + // Minimum execution time: 776_782_000 picoseconds. + Weight::from_parts(867_934_346, 0) + // Standard Error: 6_879 + .saturating_add(Weight::from_parts(3_033_220, 0).saturating_mul(p.into())) } /// The range of component `r` is `[0, 256]`. fn gr_reserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_079_000 picoseconds. - Weight::from_parts(72_222_087, 0) - // Standard Error: 3_384 - .saturating_add(Weight::from_parts(2_084_430, 0).saturating_mul(r.into())) + // Minimum execution time: 75_702_000 picoseconds. + Weight::from_parts(72_549_062, 0) + // Standard Error: 3_640 + .saturating_add(Weight::from_parts(2_195_328, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 256]`. fn gr_unreserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 102_759_000 picoseconds. - Weight::from_parts(112_129_712, 0) - // Standard Error: 3_037 - .saturating_add(Weight::from_parts(1_940_658, 0).saturating_mul(r.into())) + // Minimum execution time: 103_482_000 picoseconds. + Weight::from_parts(115_404_854, 0) + // Standard Error: 3_224 + .saturating_add(Weight::from_parts(2_244_307, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_system_reserve_gas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 60_825_000 picoseconds. - Weight::from_parts(79_790_595, 0) - // Standard Error: 56_060 - .saturating_add(Weight::from_parts(80_575_460, 0).saturating_mul(r.into())) + // Minimum execution time: 73_440_000 picoseconds. + Weight::from_parts(86_480_576, 0) + // Standard Error: 86_500 + .saturating_add(Weight::from_parts(83_244_247, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_message_id(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_011_000 picoseconds. - Weight::from_parts(68_503_669, 0) - // Standard Error: 263_717 - .saturating_add(Weight::from_parts(74_518_443, 0).saturating_mul(r.into())) + // Minimum execution time: 73_666_000 picoseconds. + Weight::from_parts(84_830_850, 0) + // Standard Error: 76_741 + .saturating_add(Weight::from_parts(72_215_909, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_program_id(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 61_817_000 picoseconds. - Weight::from_parts(74_374_662, 0) - // Standard Error: 48_101 - .saturating_add(Weight::from_parts(71_922_470, 0).saturating_mul(r.into())) + // Minimum execution time: 72_688_000 picoseconds. + Weight::from_parts(86_978_134, 0) + // Standard Error: 68_291 + .saturating_add(Weight::from_parts(72_030_483, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_source(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_953_000 picoseconds. - Weight::from_parts(78_740_202, 0) - // Standard Error: 147_900 - .saturating_add(Weight::from_parts(72_436_902, 0).saturating_mul(r.into())) + // Minimum execution time: 73_471_000 picoseconds. + Weight::from_parts(83_518_257, 0) + // Standard Error: 77_888 + .saturating_add(Weight::from_parts(72_647_555, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_value(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_454_000 picoseconds. - Weight::from_parts(71_060_167, 0) - // Standard Error: 208_526 - .saturating_add(Weight::from_parts(73_618_160, 0).saturating_mul(r.into())) + // Minimum execution time: 72_711_000 picoseconds. + Weight::from_parts(84_559_032, 0) + // Standard Error: 77_218 + .saturating_add(Weight::from_parts(72_333_901, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_value_available(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_142_000 picoseconds. - Weight::from_parts(77_134_039, 0) - // Standard Error: 46_326 - .saturating_add(Weight::from_parts(79_256_911, 0).saturating_mul(r.into())) + // Minimum execution time: 72_706_000 picoseconds. + Weight::from_parts(85_031_891, 0) + // Standard Error: 64_827 + .saturating_add(Weight::from_parts(72_199_037, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_gas_available(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_697_000 picoseconds. - Weight::from_parts(71_280_142, 0) - // Standard Error: 83_514 - .saturating_add(Weight::from_parts(79_475_915, 0).saturating_mul(r.into())) + // Minimum execution time: 72_704_000 picoseconds. + Weight::from_parts(85_342_680, 0) + // Standard Error: 55_380 + .saturating_add(Weight::from_parts(72_188_287, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_size(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_067_000 picoseconds. - Weight::from_parts(85_305_702, 0) - // Standard Error: 185_168 - .saturating_add(Weight::from_parts(71_159_305, 0).saturating_mul(r.into())) + // Minimum execution time: 74_003_000 picoseconds. + Weight::from_parts(86_465_636, 0) + // Standard Error: 63_958 + .saturating_add(Weight::from_parts(71_807_995, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_read(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 683_843_000 picoseconds. - Weight::from_parts(723_565_299, 0) - // Standard Error: 216_184 - .saturating_add(Weight::from_parts(128_743_735, 0).saturating_mul(r.into())) + // Minimum execution time: 683_441_000 picoseconds. + Weight::from_parts(712_191_502, 0) + // Standard Error: 139_652 + .saturating_add(Weight::from_parts(133_753_826, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_read_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 793_998_000 picoseconds. - Weight::from_parts(798_332_000, 0) - // Standard Error: 117_291 - .saturating_add(Weight::from_parts(16_544_234, 0).saturating_mul(n.into())) + // Minimum execution time: 817_943_000 picoseconds. + Weight::from_parts(826_465_000, 0) + // Standard Error: 119_104 + .saturating_add(Weight::from_parts(16_159_400, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_env_vars(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_769_000 picoseconds. - Weight::from_parts(76_526_063, 0) - // Standard Error: 287_959 - .saturating_add(Weight::from_parts(82_604_811, 0).saturating_mul(r.into())) + // Minimum execution time: 73_249_000 picoseconds. + Weight::from_parts(85_387_353, 0) + // Standard Error: 94_629 + .saturating_add(Weight::from_parts(82_622_132, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_block_height(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_123_000 picoseconds. - Weight::from_parts(71_215_182, 0) - // Standard Error: 159_092 - .saturating_add(Weight::from_parts(72_199_413, 0).saturating_mul(r.into())) + // Minimum execution time: 73_351_000 picoseconds. + Weight::from_parts(86_797_062, 0) + // Standard Error: 93_741 + .saturating_add(Weight::from_parts(78_374_247, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_block_timestamp(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_554_000 picoseconds. - Weight::from_parts(74_432_437, 0) - // Standard Error: 47_489 - .saturating_add(Weight::from_parts(71_782_100, 0).saturating_mul(r.into())) + // Minimum execution time: 73_743_000 picoseconds. + Weight::from_parts(86_659_181, 0) + // Standard Error: 68_268 + .saturating_add(Weight::from_parts(71_500_893, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 20]`. fn gr_random(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_209_000 picoseconds. - Weight::from_parts(81_020_535, 0) - // Standard Error: 149_522 - .saturating_add(Weight::from_parts(145_223_647, 0).saturating_mul(n.into())) + // Minimum execution time: 73_830_000 picoseconds. + Weight::from_parts(90_187_397, 0) + // Standard Error: 186_196 + .saturating_add(Weight::from_parts(148_010_685, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_deposit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_784_000 picoseconds. - Weight::from_parts(65_869_000, 0) - // Standard Error: 3_904_257 - .saturating_add(Weight::from_parts(731_805_655, 0).saturating_mul(r.into())) + // Minimum execution time: 75_646_000 picoseconds. + Weight::from_parts(78_273_000, 0) + // Standard Error: 2_806_746 + .saturating_add(Weight::from_parts(629_704_408, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_615_000 picoseconds. - Weight::from_parts(74_722_045, 0) - // Standard Error: 194_666 - .saturating_add(Weight::from_parts(235_908_247, 0).saturating_mul(r.into())) + // Minimum execution time: 73_233_000 picoseconds. + Weight::from_parts(83_921_758, 0) + // Standard Error: 185_635 + .saturating_add(Weight::from_parts(237_129_865, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 289_189_000 picoseconds. - Weight::from_parts(291_035_000, 0) - // Standard Error: 260_141 - .saturating_add(Weight::from_parts(41_136_292, 0).saturating_mul(n.into())) + // Minimum execution time: 296_969_000 picoseconds. + Weight::from_parts(298_985_000, 0) + // Standard Error: 253_454 + .saturating_add(Weight::from_parts(40_386_347, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_793_000 picoseconds. - Weight::from_parts(72_323_411, 0) - // Standard Error: 151_034 - .saturating_add(Weight::from_parts(238_825_023, 0).saturating_mul(r.into())) + // Minimum execution time: 73_288_000 picoseconds. + Weight::from_parts(89_204_827, 0) + // Standard Error: 200_278 + .saturating_add(Weight::from_parts(239_818_561, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_wgas_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 293_375_000 picoseconds. - Weight::from_parts(295_304_000, 0) - // Standard Error: 258_605 - .saturating_add(Weight::from_parts(41_049_469, 0).saturating_mul(n.into())) + // Minimum execution time: 300_106_000 picoseconds. + Weight::from_parts(303_875_000, 0) + // Standard Error: 249_930 + .saturating_add(Weight::from_parts(40_333_892, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 684_816_000 picoseconds. - Weight::from_parts(701_630_081, 0) - // Standard Error: 185_993 - .saturating_add(Weight::from_parts(226_793_863, 0).saturating_mul(r.into())) + // Minimum execution time: 688_959_000 picoseconds. + Weight::from_parts(703_207_986, 0) + // Standard Error: 157_844 + .saturating_add(Weight::from_parts(226_913_525, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_input_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 678_218_000 picoseconds. - Weight::from_parts(708_679_759, 0) - // Standard Error: 212_978 - .saturating_add(Weight::from_parts(229_380_293, 0).saturating_mul(r.into())) + // Minimum execution time: 685_090_000 picoseconds. + Weight::from_parts(704_454_554, 0) + // Standard Error: 180_430 + .saturating_add(Weight::from_parts(231_236_920, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_init(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_118_000 picoseconds. - Weight::from_parts(74_356_887, 0) - // Standard Error: 58_295 - .saturating_add(Weight::from_parts(87_860_909, 0).saturating_mul(r.into())) + // Minimum execution time: 73_111_000 picoseconds. + Weight::from_parts(81_082_532, 0) + // Standard Error: 93_145 + .saturating_add(Weight::from_parts(86_954_903, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_push(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_761_957_000 picoseconds. - Weight::from_parts(1_822_477_976, 0) - // Standard Error: 151_720 - .saturating_add(Weight::from_parts(161_756_949, 0).saturating_mul(r.into())) + // Minimum execution time: 1_760_965_000 picoseconds. + Weight::from_parts(1_845_535_850, 0) + // Standard Error: 314_641 + .saturating_add(Weight::from_parts(155_554_869, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_push_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 277_173_000 picoseconds. - Weight::from_parts(280_451_000, 0) - // Standard Error: 260_571 - .saturating_add(Weight::from_parts(41_229_651, 0).saturating_mul(n.into())) + // Minimum execution time: 281_442_000 picoseconds. + Weight::from_parts(288_125_000, 0) + // Standard Error: 246_660 + .saturating_add(Weight::from_parts(40_350_642, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_687_233_000 picoseconds. - Weight::from_parts(1_827_139_879, 0) - // Standard Error: 162_247 - .saturating_add(Weight::from_parts(196_316_284, 0).saturating_mul(r.into())) + // Minimum execution time: 1_742_726_000 picoseconds. + Weight::from_parts(1_841_004_875, 0) + // Standard Error: 235_718 + .saturating_add(Weight::from_parts(196_802_226, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_commit_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_711_334_000 picoseconds. - Weight::from_parts(1_826_428_398, 0) - // Standard Error: 169_581 - .saturating_add(Weight::from_parts(199_470_392, 0).saturating_mul(r.into())) + // Minimum execution time: 1_731_055_000 picoseconds. + Weight::from_parts(1_826_121_868, 0) + // Standard Error: 203_003 + .saturating_add(Weight::from_parts(199_985_216, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reservation_send(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 140_830_000 picoseconds. - Weight::from_parts(146_818_158, 0) - // Standard Error: 178_439 - .saturating_add(Weight::from_parts(252_911_483, 0).saturating_mul(r.into())) + // Minimum execution time: 139_482_000 picoseconds. + Weight::from_parts(136_169_897, 0) + // Standard Error: 194_378 + .saturating_add(Weight::from_parts(273_651_783, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_send_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 379_307_000 picoseconds. - Weight::from_parts(380_217_000, 0) - // Standard Error: 257_875 - .saturating_add(Weight::from_parts(41_211_921, 0).saturating_mul(n.into())) + // Minimum execution time: 386_363_000 picoseconds. + Weight::from_parts(391_786_000, 0) + // Standard Error: 258_457 + .saturating_add(Weight::from_parts(40_427_721, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reservation_send_commit(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_819_540_000 picoseconds. - Weight::from_parts(1_895_407_753, 0) - // Standard Error: 181_488 - .saturating_add(Weight::from_parts(212_948_376, 0).saturating_mul(r.into())) + // Minimum execution time: 1_786_972_000 picoseconds. + Weight::from_parts(1_870_349_345, 0) + // Standard Error: 252_629 + .saturating_add(Weight::from_parts(233_348_493, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_427_000 picoseconds. - Weight::from_parts(82_330_000, 0) - // Standard Error: 2_611 - .saturating_add(Weight::from_parts(673_738, 0).saturating_mul(n.into())) + // Minimum execution time: 86_425_000 picoseconds. + Weight::from_parts(6_237_930, 0) + // Standard Error: 3_877 + .saturating_add(Weight::from_parts(728_798, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_wgas_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 80_933_000 picoseconds. - Weight::from_parts(82_389_000, 0) - // Standard Error: 2_640 - .saturating_add(Weight::from_parts(675_302, 0).saturating_mul(n.into())) + // Minimum execution time: 86_204_000 picoseconds. + Weight::from_parts(6_382_287, 0) + // Standard Error: 3_876 + .saturating_add(Weight::from_parts(728_188, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_push(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 65_416_000 picoseconds. - Weight::from_parts(68_318_482, 0) - // Standard Error: 367_827 - .saturating_add(Weight::from_parts(138_926_133, 0).saturating_mul(r.into())) + // Minimum execution time: 73_392_000 picoseconds. + Weight::from_parts(98_913_061, 0) + // Standard Error: 149_394 + .saturating_add(Weight::from_parts(136_129_726, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 8192]`. fn gr_reply_push_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 77_420_000 picoseconds. - Weight::from_parts(80_735_790, 0) - // Standard Error: 716 - .saturating_add(Weight::from_parts(672_255, 0).saturating_mul(n.into())) + // Minimum execution time: 83_698_000 picoseconds. + Weight::from_parts(87_372_499, 0) + // Standard Error: 686 + .saturating_add(Weight::from_parts(668_338, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_reply_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 79_886_000 picoseconds. - Weight::from_parts(80_388_000, 0) - // Standard Error: 2_607 - .saturating_add(Weight::from_parts(675_230, 0).saturating_mul(n.into())) + // Minimum execution time: 83_432_000 picoseconds. + Weight::from_parts(5_271_088, 0) + // Standard Error: 3_912 + .saturating_add(Weight::from_parts(720_353, 0).saturating_mul(n.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reservation_reply_commit_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 81_347_000 picoseconds. - Weight::from_parts(82_111_000, 0) - // Standard Error: 2_668 - .saturating_add(Weight::from_parts(673_330, 0).saturating_mul(n.into())) + // Minimum execution time: 84_977_000 picoseconds. + Weight::from_parts(6_445_153, 0) + // Standard Error: 3_907 + .saturating_add(Weight::from_parts(726_961, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_to(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 64_347_000 picoseconds. - Weight::from_parts(74_512_490, 0) - // Standard Error: 178_897 - .saturating_add(Weight::from_parts(73_965_812, 0).saturating_mul(r.into())) + // Minimum execution time: 72_430_000 picoseconds. + Weight::from_parts(84_793_838, 0) + // Standard Error: 73_990 + .saturating_add(Weight::from_parts(75_811_938, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_signal_code(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 66_450_000 picoseconds. - Weight::from_parts(88_801_264, 0) - // Standard Error: 182_723 - .saturating_add(Weight::from_parts(71_400_426, 0).saturating_mul(r.into())) + // Minimum execution time: 74_453_000 picoseconds. + Weight::from_parts(81_824_002, 0) + // Standard Error: 98_573 + .saturating_add(Weight::from_parts(79_443_293, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_signal_from(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 66_514_000 picoseconds. - Weight::from_parts(70_789_962, 0) - // Standard Error: 265_186 - .saturating_add(Weight::from_parts(74_669_206, 0).saturating_mul(r.into())) + // Minimum execution time: 74_281_000 picoseconds. + Weight::from_parts(85_954_515, 0) + // Standard Error: 83_865 + .saturating_add(Weight::from_parts(76_081_410, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_push_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 681_082_000 picoseconds. - Weight::from_parts(700_871_534, 0) - // Standard Error: 300_662 - .saturating_add(Weight::from_parts(93_383_929, 0).saturating_mul(r.into())) + // Minimum execution time: 685_858_000 picoseconds. + Weight::from_parts(704_529_778, 0) + // Standard Error: 92_814 + .saturating_add(Weight::from_parts(91_766_393, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_reply_push_input_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 691_414_000 picoseconds. - Weight::from_parts(699_656_877, 0) - // Standard Error: 321 - .saturating_add(Weight::from_parts(146_829, 0).saturating_mul(n.into())) + // Minimum execution time: 702_381_000 picoseconds. + Weight::from_parts(705_004_038, 0) + // Standard Error: 243 + .saturating_add(Weight::from_parts(147_513, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_send_push_input(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_389_103_000 picoseconds. - Weight::from_parts(2_430_329_059, 0) - // Standard Error: 272_111 - .saturating_add(Weight::from_parts(116_238_106, 0).saturating_mul(r.into())) + // Minimum execution time: 2_316_341_000 picoseconds. + Weight::from_parts(2_460_147_863, 0) + // Standard Error: 244_611 + .saturating_add(Weight::from_parts(115_133_940, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_send_push_input_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_542_554_000 picoseconds. - Weight::from_parts(2_299_595_154, 0) - // Standard Error: 6_667 - .saturating_add(Weight::from_parts(13_426_168, 0).saturating_mul(n.into())) + // Minimum execution time: 2_421_148_000 picoseconds. + Weight::from_parts(2_357_811_309, 0) + // Standard Error: 6_197 + .saturating_add(Weight::from_parts(13_258_237, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_debug(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 63_942_000 picoseconds. - Weight::from_parts(71_222_257, 0) - // Standard Error: 282_548 - .saturating_add(Weight::from_parts(96_974_311, 0).saturating_mul(r.into())) + // Minimum execution time: 74_244_000 picoseconds. + Weight::from_parts(86_739_673, 0) + // Standard Error: 51_192 + .saturating_add(Weight::from_parts(102_043_421, 0).saturating_mul(r.into())) } /// The range of component `n` is `[0, 2048]`. fn gr_debug_per_kb(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 127_348_000 picoseconds. - Weight::from_parts(128_826_000, 0) - // Standard Error: 275_805 - .saturating_add(Weight::from_parts(36_847_588, 0).saturating_mul(n.into())) + // Minimum execution time: 139_693_000 picoseconds. + Weight::from_parts(142_957_000, 0) + // Standard Error: 260_388 + .saturating_add(Weight::from_parts(35_962_486, 0).saturating_mul(n.into())) } /// The range of component `r` is `[0, 20]`. fn gr_reply_code(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_312_000 picoseconds. - Weight::from_parts(76_973_512, 0) - // Standard Error: 267_579 - .saturating_add(Weight::from_parts(73_865_785, 0).saturating_mul(r.into())) + // Minimum execution time: 72_360_000 picoseconds. + Weight::from_parts(85_921_193, 0) + // Standard Error: 61_329 + .saturating_add(Weight::from_parts(72_076_077, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_wake(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 99_983_000 picoseconds. - Weight::from_parts(101_079_000, 0) - // Standard Error: 1_785_219 - .saturating_add(Weight::from_parts(298_212_769, 0).saturating_mul(r.into())) + // Minimum execution time: 101_988_000 picoseconds. + Weight::from_parts(106_011_000, 0) + // Standard Error: 1_138_394 + .saturating_add(Weight::from_parts(240_918_489, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 20]`. fn gr_create_program(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 72_754_000 picoseconds. - Weight::from_parts(66_952_440, 0) - // Standard Error: 211_231 - .saturating_add(Weight::from_parts(299_662_143, 0).saturating_mul(r.into())) + // Minimum execution time: 77_083_000 picoseconds. + Weight::from_parts(82_392_641, 0) + // Standard Error: 241_345 + .saturating_add(Weight::from_parts(295_215_414, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 2048]`. /// The range of component `s` is `[1, 2048]`. @@ -3051,22 +3054,22 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_516_220_000 picoseconds. - Weight::from_parts(62_529_111_000, 0) - // Standard Error: 442_882 - .saturating_add(Weight::from_parts(9_722_855, 0).saturating_mul(p.into())) - // Standard Error: 442_860 - .saturating_add(Weight::from_parts(115_654_491, 0).saturating_mul(s.into())) + // Minimum execution time: 60_912_497_000 picoseconds. + Weight::from_parts(61_001_736_000, 0) + // Standard Error: 434_085 + .saturating_add(Weight::from_parts(9_577_304, 0).saturating_mul(p.into())) + // Standard Error: 434_063 + .saturating_add(Weight::from_parts(114_958_531, 0).saturating_mul(s.into())) } /// The range of component `r` is `[0, 20]`. fn gr_create_program_wgas(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 72_855_000 picoseconds. - Weight::from_parts(64_239_384, 0) - // Standard Error: 180_241 - .saturating_add(Weight::from_parts(302_970_508, 0).saturating_mul(r.into())) + // Minimum execution time: 77_894_000 picoseconds. + Weight::from_parts(77_856_403, 0) + // Standard Error: 227_166 + .saturating_add(Weight::from_parts(300_654_636, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 2048]`. /// The range of component `s` is `[1, 2048]`. @@ -3074,22 +3077,22 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 62_660_773_000 picoseconds. - Weight::from_parts(62_745_638_000, 0) - // Standard Error: 440_013 - .saturating_add(Weight::from_parts(9_690_878, 0).saturating_mul(p.into())) - // Standard Error: 439_991 - .saturating_add(Weight::from_parts(115_839_080, 0).saturating_mul(s.into())) + // Minimum execution time: 61_021_139_000 picoseconds. + Weight::from_parts(61_043_109_000, 0) + // Standard Error: 430_182 + .saturating_add(Weight::from_parts(9_408_879, 0).saturating_mul(p.into())) + // Standard Error: 430_161 + .saturating_add(Weight::from_parts(114_644_381, 0).saturating_mul(s.into())) } /// The range of component `p` is `[0, 512]`. fn lazy_pages_signal_read(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 64_426_000 picoseconds. - Weight::from_parts(94_830_600, 1131) - // Standard Error: 5_927 - .saturating_add(Weight::from_parts(13_542_530, 0).saturating_mul(p.into())) + // Minimum execution time: 75_577_000 picoseconds. + Weight::from_parts(101_890_284, 1131) + // Standard Error: 7_029 + .saturating_add(Weight::from_parts(13_466_439, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -3098,10 +3101,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 63_843_000 picoseconds. - Weight::from_parts(64_633_000, 1131) - // Standard Error: 16_915 - .saturating_add(Weight::from_parts(34_986_519, 0).saturating_mul(p.into())) + // Minimum execution time: 74_841_000 picoseconds. + Weight::from_parts(75_691_000, 1131) + // Standard Error: 13_487 + .saturating_add(Weight::from_parts(36_441_083, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -3110,10 +3113,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `141` // Estimated: `5069931` - // Minimum execution time: 6_989_689_000 picoseconds. - Weight::from_parts(6_944_641_877, 5069931) - // Standard Error: 22_716 - .saturating_add(Weight::from_parts(34_655_231, 0).saturating_mul(p.into())) + // Minimum execution time: 6_947_594_000 picoseconds. + Weight::from_parts(7_016_485_652, 5069931) + // Standard Error: 60_333 + .saturating_add(Weight::from_parts(36_561_754, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(2048_u64)) } /// The range of component `p` is `[0, 512]`. @@ -3121,10 +3124,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1820 + p * (65580 ±0)` // Estimated: `1946 + p * (75482 ±0)` - // Minimum execution time: 63_290_000 picoseconds. - Weight::from_parts(64_778_000, 1946) - // Standard Error: 64_743 - .saturating_add(Weight::from_parts(56_066_142, 0).saturating_mul(p.into())) + // Minimum execution time: 76_536_000 picoseconds. + Weight::from_parts(14_595_619, 1946) + // Standard Error: 157_578 + .saturating_add(Weight::from_parts(50_153_031, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 75482).saturating_mul(p.into())) } @@ -3133,10 +3136,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1131 + p * (9900 ±0)` - // Minimum execution time: 67_053_000 picoseconds. - Weight::from_parts(2_058_229, 1131) - // Standard Error: 271_877 - .saturating_add(Weight::from_parts(54_230_656, 0).saturating_mul(p.into())) + // Minimum execution time: 78_193_000 picoseconds. + Weight::from_parts(7_236_713, 1131) + // Standard Error: 269_644 + .saturating_add(Weight::from_parts(48_480_231, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9900).saturating_mul(p.into())) } @@ -3145,10 +3148,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `141` // Estimated: `1496 + p * (9883 ±2)` - // Minimum execution time: 712_903_000 picoseconds. - Weight::from_parts(603_237_610, 1496) - // Standard Error: 357_309 - .saturating_add(Weight::from_parts(63_168_097, 0).saturating_mul(p.into())) + // Minimum execution time: 713_187_000 picoseconds. + Weight::from_parts(590_866_829, 1496) + // Standard Error: 369_244 + .saturating_add(Weight::from_parts(59_523_369, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads((4_u64).saturating_mul(p.into()))) .saturating_add(Weight::from_parts(0, 9883).saturating_mul(p.into())) } @@ -3157,10 +3160,10 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `141` // Estimated: `317931` - // Minimum execution time: 1_334_949_000 picoseconds. - Weight::from_parts(1_233_350_508, 317931) - // Standard Error: 363_291 - .saturating_add(Weight::from_parts(58_133_894, 0).saturating_mul(p.into())) + // Minimum execution time: 1_154_253_000 picoseconds. + Weight::from_parts(1_039_979_380, 317931) + // Standard Error: 368_468 + .saturating_add(Weight::from_parts(59_946_120, 0).saturating_mul(p.into())) .saturating_add(RocksDbWeight::get().reads(128_u64)) } /// The range of component `r` is `[50, 500]`. @@ -3168,880 +3171,882 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_550_066_000 picoseconds. - Weight::from_parts(4_734_780_905, 0) - // Standard Error: 33_164 - .saturating_add(Weight::from_parts(1_414_229 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 4_408_476_000 picoseconds. + Weight::from_parts(4_345_850_428, 0) + // Standard Error: 21_058 + .saturating_add(Weight::from_parts(2_656_511 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i32load(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_237_338_000 picoseconds. - Weight::from_parts(4_278_916_633, 0) - // Standard Error: 10_367 - .saturating_add(Weight::from_parts(2_204_826 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 4_405_085_000 picoseconds. + Weight::from_parts(4_338_401_176, 0) + // Standard Error: 21_960 + .saturating_add(Weight::from_parts(2_641_092 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i64store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_462_837_000 picoseconds. - Weight::from_parts(8_633_141_052, 0) - // Standard Error: 103_305 - .saturating_add(Weight::from_parts(8_363_979 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 9_431_492_000 picoseconds. + Weight::from_parts(9_673_680_509, 0) + // Standard Error: 30_676 + .saturating_add(Weight::from_parts(4_680_213 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[50, 500]`. fn instr_i32store(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 8_402_210_000 picoseconds. - Weight::from_parts(8_456_542_985, 0) - // Standard Error: 81_438 - .saturating_add(Weight::from_parts(8_402_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 9_360_480_000 picoseconds. + Weight::from_parts(9_537_261_740, 0) + // Standard Error: 27_533 + .saturating_add(Weight::from_parts(4_979_672 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_select(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(310_058, 0) - // Standard Error: 2_437 - .saturating_add(Weight::from_parts(1_992_632 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(1_379_000, 0) + // Standard Error: 9_565 + .saturating_add(Weight::from_parts(2_945_850 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_179_000 picoseconds. - Weight::from_parts(670_203, 0) - // Standard Error: 2_916 - .saturating_add(Weight::from_parts(1_930_908 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_383_000 picoseconds. + Weight::from_parts(1_429_000, 0) + // Standard Error: 4_951 + .saturating_add(Weight::from_parts(2_209_232 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_108_000 picoseconds. - Weight::from_parts(1_167_000, 0) - // Standard Error: 1_627 - .saturating_add(Weight::from_parts(1_542_130 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_320_000 picoseconds. + Weight::from_parts(2_272_981, 0) + // Standard Error: 953 + .saturating_add(Weight::from_parts(1_508_484 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_if(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_101_000 picoseconds. - Weight::from_parts(387_051, 0) - // Standard Error: 2_939 - .saturating_add(Weight::from_parts(1_789_477 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_288_000 picoseconds. + Weight::from_parts(144_996, 0) + // Standard Error: 11_883 + .saturating_add(Weight::from_parts(2_531_434 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_br_table(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_071_000 picoseconds. - Weight::from_parts(1_264_212, 0) - // Standard Error: 2_598 - .saturating_add(Weight::from_parts(3_415_339 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_351_000 picoseconds. + Weight::from_parts(1_389_000, 0) + // Standard Error: 27_866 + .saturating_add(Weight::from_parts(4_686_267 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `e` is `[1, 256]`. fn instr_br_table_per_entry(e: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_663_000 picoseconds. - Weight::from_parts(4_037_704, 0) - // Standard Error: 596 - .saturating_add(Weight::from_parts(42_663 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(e.into())) + // Minimum execution time: 4_967_000 picoseconds. + Weight::from_parts(5_468_496, 0) + // Standard Error: 844 + .saturating_add(Weight::from_parts(73_871 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(e.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call_const(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_151_000 picoseconds. - Weight::from_parts(1_125_724, 0) - // Standard Error: 5_890 - .saturating_add(Weight::from_parts(2_449_200 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_350_000 picoseconds. + Weight::from_parts(1_401_024, 0) + // Standard Error: 6_380 + .saturating_add(Weight::from_parts(2_471_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } fn instr_i64const(r: u32, ) -> Weight { Weight::from_parts(0, 0) - .saturating_add(Weight::from_parts((2_449_200 - - 2_310_323) * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + .saturating_add(Weight::from_parts((2_471_195 - + 2_301_712) * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_114_000 picoseconds. - Weight::from_parts(645_468, 0) - // Standard Error: 11_843 - .saturating_add(Weight::from_parts(2_310_323 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_309_000 picoseconds. + Weight::from_parts(1_843_444, 0) + // Standard Error: 12_136 + .saturating_add(Weight::from_parts(2_301_712 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_call_indirect(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_220_000 picoseconds. - Weight::from_parts(1_464_642, 0) - // Standard Error: 10_969 - .saturating_add(Weight::from_parts(7_400_628 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_411_000 picoseconds. + Weight::from_parts(1_445_000, 0) + // Standard Error: 15_605 + .saturating_add(Weight::from_parts(9_830_913 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `p` is `[0, 128]`. fn instr_call_indirect_per_param(p: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_666_000 picoseconds. - Weight::from_parts(3_692_740, 0) - // Standard Error: 2_612 - .saturating_add(Weight::from_parts(490_880 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(p.into())) + // Minimum execution time: 10_270_000 picoseconds. + Weight::from_parts(10_345_000, 0) + // Standard Error: 9_614 + .saturating_add(Weight::from_parts(657_200 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(p.into())) } /// The range of component `l` is `[0, 1024]`. - fn instr_call_per_local(_l: u32, ) -> Weight { + fn instr_call_per_local(l: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 2_453_000 picoseconds. - Weight::from_parts(2_672_317, 0) + // Minimum execution time: 3_756_000 picoseconds. + Weight::from_parts(3_964_298, 0) + // Standard Error: 7 + .saturating_add(Weight::from_parts(12 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(l.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_602_000 picoseconds. - Weight::from_parts(6_688_896, 0) - // Standard Error: 3_400 - .saturating_add(Weight::from_parts(356_031 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 6_016_000 picoseconds. + Weight::from_parts(8_681_396, 0) + // Standard Error: 3_586 + .saturating_add(Weight::from_parts(310_101 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_584_000 picoseconds. - Weight::from_parts(7_272_206, 0) - // Standard Error: 3_857 - .saturating_add(Weight::from_parts(737_122 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 5_906_000 picoseconds. + Weight::from_parts(9_137_545, 0) + // Standard Error: 3_316 + .saturating_add(Weight::from_parts(685_474 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_local_tee(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_547_000 picoseconds. - Weight::from_parts(8_406_173, 0) - // Standard Error: 4_393 - .saturating_add(Weight::from_parts(700_704 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 5_975_000 picoseconds. + Weight::from_parts(9_760_427, 0) + // Standard Error: 3_573 + .saturating_add(Weight::from_parts(671_443 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_get(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_779_000 picoseconds. - Weight::from_parts(4_358_940, 0) - // Standard Error: 3_030 - .saturating_add(Weight::from_parts(353_939 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_374_000 picoseconds. + Weight::from_parts(1_000_357, 0) + // Standard Error: 3_626 + .saturating_add(Weight::from_parts(291_977 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_global_set(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_794_000 picoseconds. - Weight::from_parts(4_564_948, 0) - // Standard Error: 2_940 - .saturating_add(Weight::from_parts(539_450 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_358_000 picoseconds. + Weight::from_parts(1_418_000, 0) + // Standard Error: 9_282 + .saturating_add(Weight::from_parts(649_994 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_memory_current(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_548_000 picoseconds. - Weight::from_parts(4_717_005, 0) - // Standard Error: 4_665 - .saturating_add(Weight::from_parts(5_547_761 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_536_000 picoseconds. + Weight::from_parts(1_044_793, 0) + // Standard Error: 5_498 + .saturating_add(Weight::from_parts(5_731_900 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_064_000 picoseconds. - Weight::from_parts(410_766, 0) - // Standard Error: 3_452 - .saturating_add(Weight::from_parts(2_021_854 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_233_000 picoseconds. + Weight::from_parts(1_215_148, 0) + // Standard Error: 2_819 + .saturating_add(Weight::from_parts(260_155 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32clz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_123_000 picoseconds. - Weight::from_parts(468_123, 0) - // Standard Error: 3_586 - .saturating_add(Weight::from_parts(1_956_633 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_328_000 picoseconds. + Weight::from_parts(1_437_168, 0) + // Standard Error: 3_610 + .saturating_add(Weight::from_parts(202_028 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_174_000 picoseconds. - Weight::from_parts(233_592, 0) - // Standard Error: 2_814 - .saturating_add(Weight::from_parts(1_939_744 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_357_000 picoseconds. + Weight::from_parts(1_136_794, 0) + // Standard Error: 2_205 + .saturating_add(Weight::from_parts(268_251 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ctz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_126_000 picoseconds. - Weight::from_parts(161_858, 0) - // Standard Error: 2_763 - .saturating_add(Weight::from_parts(1_872_412 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_786_406, 0) + // Standard Error: 547 + .saturating_add(Weight::from_parts(180_114 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_051_000 picoseconds. - Weight::from_parts(970_769, 0) - // Standard Error: 1_487 - .saturating_add(Weight::from_parts(331_209 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_317_000 picoseconds. + Weight::from_parts(1_117_534, 0) + // Standard Error: 2_364 + .saturating_add(Weight::from_parts(269_422 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32popcnt(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(940_022, 0) - // Standard Error: 2_635 - .saturating_add(Weight::from_parts(264_051 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_805_624, 0) + // Standard Error: 1_838 + .saturating_add(Weight::from_parts(195_483 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(622_887, 0) - // Standard Error: 4_781 - .saturating_add(Weight::from_parts(736_921 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_320_000 picoseconds. + Weight::from_parts(1_392_000, 0) + // Standard Error: 9_162 + .saturating_add(Weight::from_parts(912_172 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32eqz(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_138_000 picoseconds. - Weight::from_parts(767_930, 0) - // Standard Error: 1_870 - .saturating_add(Weight::from_parts(512_872 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_301_000 picoseconds. + Weight::from_parts(1_338_000, 0) + // Standard Error: 3_325 + .saturating_add(Weight::from_parts(496_929 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32extend8s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_089_000 picoseconds. - Weight::from_parts(804_044, 0) - // Standard Error: 2_549 - .saturating_add(Weight::from_parts(277_747 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(1_611_666, 0) + // Standard Error: 625 + .saturating_add(Weight::from_parts(171_506 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32extend16s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_162_948, 0) - // Standard Error: 1_228 - .saturating_add(Weight::from_parts(242_966 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_317_000 picoseconds. + Weight::from_parts(1_700_147, 0) + // Standard Error: 877 + .saturating_add(Weight::from_parts(170_172 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend8s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_116_000 picoseconds. - Weight::from_parts(1_298_716, 0) - // Standard Error: 2_781 - .saturating_add(Weight::from_parts(311_638 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_316_000 picoseconds. + Weight::from_parts(1_329_895, 0) + // Standard Error: 1_945 + .saturating_add(Weight::from_parts(244_746 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend16s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(1_529_854, 0) - // Standard Error: 2_716 - .saturating_add(Weight::from_parts(303_947 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_277_000 picoseconds. + Weight::from_parts(1_095_174, 0) + // Standard Error: 4_447 + .saturating_add(Weight::from_parts(256_010 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extend32s(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_130_000 picoseconds. - Weight::from_parts(1_166_717, 0) - // Standard Error: 1_413 - .saturating_add(Weight::from_parts(287_342 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(948_185, 0) + // Standard Error: 5_240 + .saturating_add(Weight::from_parts(252_152 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendsi32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_165_000 picoseconds. - Weight::from_parts(891_706, 0) - // Standard Error: 2_465 - .saturating_add(Weight::from_parts(249_410 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_364_000 picoseconds. + Weight::from_parts(1_691_742, 0) + // Standard Error: 1_108 + .saturating_add(Weight::from_parts(154_813 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64extendui32(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_125_000 picoseconds. - Weight::from_parts(1_399_184, 0) - // Standard Error: 1_248 - .saturating_add(Weight::from_parts(141_084 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_363_000 picoseconds. + Weight::from_parts(1_847_986, 0) + // Standard Error: 1_147 + .saturating_add(Weight::from_parts(93_233 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32wrapi64(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_138_000 picoseconds. - Weight::from_parts(1_505_788, 0) - // Standard Error: 862 - .saturating_add(Weight::from_parts(133_725 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_281_000 picoseconds. + Weight::from_parts(1_961_077, 0) + // Standard Error: 696 + .saturating_add(Weight::from_parts(87_341 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_112_000 picoseconds. - Weight::from_parts(1_214_179, 0) - // Standard Error: 4_666 - .saturating_add(Weight::from_parts(720_432 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_333_000 picoseconds. + Weight::from_parts(1_372_000, 0) + // Standard Error: 11_911 + .saturating_add(Weight::from_parts(1_008_734 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32eq(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_108_000 picoseconds. - Weight::from_parts(1_273_454, 0) - // Standard Error: 4_433 - .saturating_add(Weight::from_parts(532_996 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_307_000 picoseconds. + Weight::from_parts(1_376_000, 0) + // Standard Error: 4_838 + .saturating_add(Weight::from_parts(540_102 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_131_000 picoseconds. - Weight::from_parts(606_887, 0) - // Standard Error: 4_030 - .saturating_add(Weight::from_parts(740_699 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_298_000 picoseconds. + Weight::from_parts(1_343_000, 0) + // Standard Error: 16_519 + .saturating_add(Weight::from_parts(1_191_585 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ne(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_073_000 picoseconds. - Weight::from_parts(652_962, 0) - // Standard Error: 2_826 - .saturating_add(Weight::from_parts(545_710 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_303_000 picoseconds. + Weight::from_parts(1_399_000, 0) + // Standard Error: 6_288 + .saturating_add(Weight::from_parts(573_438 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_105_000 picoseconds. - Weight::from_parts(505_518, 0) - // Standard Error: 3_790 - .saturating_add(Weight::from_parts(746_533 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_328_000 picoseconds. + Weight::from_parts(1_397_000, 0) + // Standard Error: 9_065 + .saturating_add(Weight::from_parts(917_725 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32lts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(912_665, 0) - // Standard Error: 3_811 - .saturating_add(Weight::from_parts(534_806 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_326_000 picoseconds. + Weight::from_parts(1_387_000, 0) + // Standard Error: 3_994 + .saturating_add(Weight::from_parts(512_663 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_119_000 picoseconds. - Weight::from_parts(741_736, 0) - // Standard Error: 3_635 - .saturating_add(Weight::from_parts(741_879 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_275_000 picoseconds. + Weight::from_parts(1_370_000, 0) + // Standard Error: 8_166 + .saturating_add(Weight::from_parts(896_742 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ltu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_129_000 picoseconds. - Weight::from_parts(748_486, 0) - // Standard Error: 4_137 - .saturating_add(Weight::from_parts(534_778 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_322_000 picoseconds. + Weight::from_parts(1_352_000, 0) + // Standard Error: 4_428 + .saturating_add(Weight::from_parts(521_146 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_077_000 picoseconds. - Weight::from_parts(1_098_504, 0) - // Standard Error: 4_305 - .saturating_add(Weight::from_parts(727_854 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_316_000 picoseconds. + Weight::from_parts(1_362_000, 0) + // Standard Error: 10_964 + .saturating_add(Weight::from_parts(950_113 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32gts(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_114_000 picoseconds. - Weight::from_parts(1_122_798, 0) - // Standard Error: 1_840 - .saturating_add(Weight::from_parts(505_466 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_314_000 picoseconds. + Weight::from_parts(1_430_000, 0) + // Standard Error: 6_233 + .saturating_add(Weight::from_parts(527_757 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_141_000 picoseconds. - Weight::from_parts(1_415_320, 0) - // Standard Error: 4_769 - .saturating_add(Weight::from_parts(721_643 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_290_000 picoseconds. + Weight::from_parts(1_345_000, 0) + // Standard Error: 8_041 + .saturating_add(Weight::from_parts(888_646 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32gtu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_098_000 picoseconds. - Weight::from_parts(1_353_387, 0) - // Standard Error: 2_800 - .saturating_add(Weight::from_parts(508_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_332_000 picoseconds. + Weight::from_parts(1_402_000, 0) + // Standard Error: 3_295 + .saturating_add(Weight::from_parts(501_011 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_149_000 picoseconds. - Weight::from_parts(1_110_037, 0) - // Standard Error: 4_337 - .saturating_add(Weight::from_parts(722_241 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(1_377_000, 0) + // Standard Error: 8_442 + .saturating_add(Weight::from_parts(910_933 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32les(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_102_000 picoseconds. - Weight::from_parts(772_878, 0) - // Standard Error: 3_726 - .saturating_add(Weight::from_parts(557_525 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_333_000 picoseconds. + Weight::from_parts(1_401_000, 0) + // Standard Error: 5_606 + .saturating_add(Weight::from_parts(521_195 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(483_272, 0) - // Standard Error: 4_088 - .saturating_add(Weight::from_parts(748_806 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_376_000, 0) + // Standard Error: 12_294 + .saturating_add(Weight::from_parts(950_492 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32leu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_083_000 picoseconds. - Weight::from_parts(1_474_751, 0) - // Standard Error: 3_387 - .saturating_add(Weight::from_parts(508_996 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_336_000 picoseconds. + Weight::from_parts(1_403_000, 0) + // Standard Error: 4_497 + .saturating_add(Weight::from_parts(487_845 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_164_000 picoseconds. - Weight::from_parts(1_056_323, 0) - // Standard Error: 4_486 - .saturating_add(Weight::from_parts(743_520 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_371_000 picoseconds. + Weight::from_parts(1_407_000, 0) + // Standard Error: 14_384 + .saturating_add(Weight::from_parts(1_038_473 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32ges(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_145_000 picoseconds. - Weight::from_parts(1_314_789, 0) - // Standard Error: 1_726 - .saturating_add(Weight::from_parts(498_625 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_318_000 picoseconds. + Weight::from_parts(1_366_000, 0) + // Standard Error: 3_536 + .saturating_add(Weight::from_parts(501_421 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_121_000 picoseconds. - Weight::from_parts(1_204_844, 0) - // Standard Error: 5_170 - .saturating_add(Weight::from_parts(734_780 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_349_000 picoseconds. + Weight::from_parts(1_390_000, 0) + // Standard Error: 12_990 + .saturating_add(Weight::from_parts(1_006_416 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32geu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_125_000 picoseconds. - Weight::from_parts(902_365, 0) - // Standard Error: 2_953 - .saturating_add(Weight::from_parts(541_622 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_326_000 picoseconds. + Weight::from_parts(1_373_000, 0) + // Standard Error: 3_004 + .saturating_add(Weight::from_parts(499_955 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_130_000 picoseconds. - Weight::from_parts(1_262_188, 0) - // Standard Error: 2_027 - .saturating_add(Weight::from_parts(545_118 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_357_000 picoseconds. + Weight::from_parts(1_394_000, 0) + // Standard Error: 5_225 + .saturating_add(Weight::from_parts(589_236 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32add(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_166_000 picoseconds. - Weight::from_parts(1_184_873, 0) - // Standard Error: 1_758 - .saturating_add(Weight::from_parts(354_905 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_327_000 picoseconds. + Weight::from_parts(616_374, 0) + // Standard Error: 6_078 + .saturating_add(Weight::from_parts(323_741 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_113_000 picoseconds. - Weight::from_parts(1_920_304, 0) - // Standard Error: 4_397 - .saturating_add(Weight::from_parts(543_294 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_377_000, 0) + // Standard Error: 4_261 + .saturating_add(Weight::from_parts(580_272 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32sub(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_066_000 picoseconds. - Weight::from_parts(954_875, 0) - // Standard Error: 2_835 - .saturating_add(Weight::from_parts(354_448 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_395_000 picoseconds. + Weight::from_parts(1_248_581, 0) + // Standard Error: 1_837 + .saturating_add(Weight::from_parts(273_735 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_143_000 picoseconds. - Weight::from_parts(802_477, 0) - // Standard Error: 4_347 - .saturating_add(Weight::from_parts(683_732 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_322_000 picoseconds. + Weight::from_parts(1_368_000, 0) + // Standard Error: 12_113 + .saturating_add(Weight::from_parts(934_388 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32mul(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_092_000 picoseconds. - Weight::from_parts(787_353, 0) - // Standard Error: 3_985 - .saturating_add(Weight::from_parts(522_097 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_344_000 picoseconds. + Weight::from_parts(1_411_000, 0) + // Standard Error: 6_047 + .saturating_add(Weight::from_parts(550_572 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_115_000 picoseconds. - Weight::from_parts(1_243_884, 0) - // Standard Error: 2_490 - .saturating_add(Weight::from_parts(1_495_765 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_290_000 picoseconds. + Weight::from_parts(1_385_000, 0) + // Standard Error: 7_866 + .saturating_add(Weight::from_parts(1_964_453 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32divs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_095_000 picoseconds. - Weight::from_parts(504_698, 0) - // Standard Error: 3_551 - .saturating_add(Weight::from_parts(1_142_343 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_349_000 picoseconds. + Weight::from_parts(1_411_000, 0) + // Standard Error: 11_840 + .saturating_add(Weight::from_parts(1_463_772 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_094_000 picoseconds. - Weight::from_parts(883_449, 0) - // Standard Error: 2_784 - .saturating_add(Weight::from_parts(1_546_236 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_324_000 picoseconds. + Weight::from_parts(1_369_000, 0) + // Standard Error: 8_470 + .saturating_add(Weight::from_parts(1_776_938 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32divu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_100_000 picoseconds. - Weight::from_parts(817_447, 0) - // Standard Error: 4_504 - .saturating_add(Weight::from_parts(1_106_059 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_348_000 picoseconds. + Weight::from_parts(1_387_000, 0) + // Standard Error: 9_310 + .saturating_add(Weight::from_parts(1_348_132 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_092_000 picoseconds. - Weight::from_parts(1_145_000, 0) - // Standard Error: 29_822 - .saturating_add(Weight::from_parts(4_651_461 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_369_000 picoseconds. + Weight::from_parts(1_434_000, 0) + // Standard Error: 32_697 + .saturating_add(Weight::from_parts(8_745_987 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rems(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_106_000 picoseconds. - Weight::from_parts(1_135_000, 0) - // Standard Error: 30_763 - .saturating_add(Weight::from_parts(3_323_346 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_343_000 picoseconds. + Weight::from_parts(1_378_000, 0) + // Standard Error: 43_147 + .saturating_add(Weight::from_parts(7_112_006 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_106_000 picoseconds. - Weight::from_parts(1_369_161, 0) - // Standard Error: 3_106 - .saturating_add(Weight::from_parts(1_528_954 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_367_000 picoseconds. + Weight::from_parts(1_417_000, 0) + // Standard Error: 6_535 + .saturating_add(Weight::from_parts(1_778_734 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32remu(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_081_000 picoseconds. - Weight::from_parts(928_623, 0) - // Standard Error: 4_983 - .saturating_add(Weight::from_parts(1_093_720 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_363_000 picoseconds. + Weight::from_parts(1_418_000, 0) + // Standard Error: 8_351 + .saturating_add(Weight::from_parts(1_317_333 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_076_000 picoseconds. - Weight::from_parts(921_033, 0) - // Standard Error: 4_447 - .saturating_add(Weight::from_parts(558_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_299_000 picoseconds. + Weight::from_parts(1_384_000, 0) + // Standard Error: 7_392 + .saturating_add(Weight::from_parts(623_815 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32and(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_122_000 picoseconds. - Weight::from_parts(1_571_241, 0) - // Standard Error: 1_336 - .saturating_add(Weight::from_parts(313_419 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_287_000 picoseconds. + Weight::from_parts(935_149, 0) + // Standard Error: 2_071 + .saturating_add(Weight::from_parts(304_270 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_139_000 picoseconds. - Weight::from_parts(1_430_760, 0) - // Standard Error: 3_950 - .saturating_add(Weight::from_parts(525_019 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_299_000 picoseconds. + Weight::from_parts(1_355_000, 0) + // Standard Error: 4_359 + .saturating_add(Weight::from_parts(589_293 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32or(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_113_000 picoseconds. - Weight::from_parts(1_533_556, 0) - // Standard Error: 2_902 - .saturating_add(Weight::from_parts(330_155 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_294_000 picoseconds. + Weight::from_parts(1_027_247, 0) + // Standard Error: 2_047 + .saturating_add(Weight::from_parts(303_177 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_085_000 picoseconds. - Weight::from_parts(1_008_523, 0) - // Standard Error: 3_975 - .saturating_add(Weight::from_parts(541_732 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_405_000, 0) + // Standard Error: 5_133 + .saturating_add(Weight::from_parts(609_550 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32xor(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_102_000 picoseconds. - Weight::from_parts(1_249_074, 0) - // Standard Error: 2_832 - .saturating_add(Weight::from_parts(335_476 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_337_000 picoseconds. + Weight::from_parts(603_111, 0) + // Standard Error: 6_223 + .saturating_add(Weight::from_parts(326_084 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_128_000 picoseconds. - Weight::from_parts(1_127_905, 0) - // Standard Error: 3_725 - .saturating_add(Weight::from_parts(491_963 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_303_000 picoseconds. + Weight::from_parts(1_397_000, 0) + // Standard Error: 5_895 + .saturating_add(Weight::from_parts(506_341 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_065_000 picoseconds. - Weight::from_parts(1_556_117, 0) - // Standard Error: 1_160 - .saturating_add(Weight::from_parts(293_739 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_340_000 picoseconds. + Weight::from_parts(1_247_692, 0) + // Standard Error: 1_511 + .saturating_add(Weight::from_parts(274_134 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_061_000 picoseconds. - Weight::from_parts(1_223_969, 0) - // Standard Error: 2_213 - .saturating_add(Weight::from_parts(471_266 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_311_000 picoseconds. + Weight::from_parts(1_354_000, 0) + // Standard Error: 2_897 + .saturating_add(Weight::from_parts(483_641 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shrs(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_107_000 picoseconds. - Weight::from_parts(1_311_929, 0) - // Standard Error: 3_691 - .saturating_add(Weight::from_parts(331_159 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_331_000 picoseconds. + Weight::from_parts(1_329_094, 0) + // Standard Error: 2_115 + .saturating_add(Weight::from_parts(275_076 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_148_000 picoseconds. - Weight::from_parts(1_006_469, 0) - // Standard Error: 1_885 - .saturating_add(Weight::from_parts(475_187 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_276_000 picoseconds. + Weight::from_parts(1_347_000, 0) + // Standard Error: 5_598 + .saturating_add(Weight::from_parts(517_531 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32shru(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_131_000 picoseconds. - Weight::from_parts(1_702_645, 0) - // Standard Error: 2_508 - .saturating_add(Weight::from_parts(299_600 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_288_000 picoseconds. + Weight::from_parts(777_418, 0) + // Standard Error: 6_424 + .saturating_add(Weight::from_parts(311_033 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_165_000 picoseconds. - Weight::from_parts(726_005, 0) - // Standard Error: 3_603 - .saturating_add(Weight::from_parts(497_056 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_297_000 picoseconds. + Weight::from_parts(1_378_000, 0) + // Standard Error: 4_789 + .saturating_add(Weight::from_parts(509_554 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rotl(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_104_000 picoseconds. - Weight::from_parts(1_441_366, 0) - // Standard Error: 1_572 - .saturating_add(Weight::from_parts(303_529 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_311_000 picoseconds. + Weight::from_parts(617_995, 0) + // Standard Error: 7_052 + .saturating_add(Weight::from_parts(322_976 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i64rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_140_000 picoseconds. - Weight::from_parts(1_732_474, 0) - // Standard Error: 3_245 - .saturating_add(Weight::from_parts(457_613 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_318_000 picoseconds. + Weight::from_parts(1_391_000, 0) + // Standard Error: 3_787 + .saturating_add(Weight::from_parts(498_275 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } /// The range of component `r` is `[0, 50]`. fn instr_i32rotr(r: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_117_000 picoseconds. - Weight::from_parts(966_620, 0) - // Standard Error: 2_857 - .saturating_add(Weight::from_parts(335_047 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) + // Minimum execution time: 1_393_000 picoseconds. + Weight::from_parts(879_010, 0) + // Standard Error: 5_769 + .saturating_add(Weight::from_parts(308_463 * 110 / 100 /* Adjust slope weight by 10 percent (Patched by script) */, 0).saturating_mul(r.into())) } fn tasks_remove_gas_reservation() -> Weight { // Proof Size summary in bytes: - // Measured: `1164` + // Measured: `1192` // Estimated: `6196` - // Minimum execution time: 75_485_000 picoseconds. - Weight::from_parts(76_731_000, 6196) + // Minimum execution time: 77_564_000 picoseconds. + Weight::from_parts(79_369_000, 6196) .saturating_add(RocksDbWeight::get().reads(9_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -4049,17 +4054,17 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `858` // Estimated: `4323` - // Minimum execution time: 41_658_000 picoseconds. - Weight::from_parts(42_239_000, 4323) + // Minimum execution time: 43_250_000 picoseconds. + Weight::from_parts(44_016_000, 4323) .saturating_add(RocksDbWeight::get().reads(6_u64)) .saturating_add(RocksDbWeight::get().writes(5_u64)) } fn tasks_send_user_message() -> Weight { // Proof Size summary in bytes: - // Measured: `1079` + // Measured: `1113` // Estimated: `6196` - // Minimum execution time: 84_821_000 picoseconds. - Weight::from_parts(86_439_000, 6196) + // Minimum execution time: 88_938_000 picoseconds. + Weight::from_parts(89_815_000, 6196) .saturating_add(RocksDbWeight::get().reads(13_u64)) .saturating_add(RocksDbWeight::get().writes(10_u64)) } @@ -4067,8 +4072,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `694` // Estimated: `4159` - // Minimum execution time: 29_130_000 picoseconds. - Weight::from_parts(29_681_000, 4159) + // Minimum execution time: 30_606_000 picoseconds. + Weight::from_parts(31_277_000, 4159) .saturating_add(RocksDbWeight::get().reads(7_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -4076,8 +4081,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `937` // Estimated: `4402` - // Minimum execution time: 41_459_000 picoseconds. - Weight::from_parts(42_424_000, 4402) + // Minimum execution time: 43_204_000 picoseconds. + Weight::from_parts(43_879_000, 4402) .saturating_add(RocksDbWeight::get().reads(8_u64)) .saturating_add(RocksDbWeight::get().writes(6_u64)) } @@ -4085,25 +4090,25 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `80` // Estimated: `3545` - // Minimum execution time: 4_410_000 picoseconds. - Weight::from_parts(4_668_000, 3545) + // Minimum execution time: 4_683_000 picoseconds. + Weight::from_parts(5_115_000, 3545) .saturating_add(RocksDbWeight::get().reads(1_u64)) } fn tasks_remove_from_waitlist() -> Weight { // Proof Size summary in bytes: - // Measured: `1635` - // Estimated: `7575` - // Minimum execution time: 116_824_000 picoseconds. - Weight::from_parts(117_581_000, 7575) - .saturating_add(RocksDbWeight::get().reads(18_u64)) + // Measured: `1669` + // Estimated: `7609` + // Minimum execution time: 119_848_000 picoseconds. + Weight::from_parts(121_716_000, 7609) + .saturating_add(RocksDbWeight::get().reads(17_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) } fn tasks_remove_from_mailbox() -> Weight { // Proof Size summary in bytes: - // Measured: `1364` - // Estimated: `7304` - // Minimum execution time: 97_425_000 picoseconds. - Weight::from_parts(98_374_000, 7304) + // Measured: `1398` + // Estimated: `7338` + // Minimum execution time: 105_087_000 picoseconds. + Weight::from_parts(106_798_000, 7338) .saturating_add(RocksDbWeight::get().reads(16_u64)) .saturating_add(RocksDbWeight::get().writes(13_u64)) } diff --git a/runtime/vara/src/weights/pallet_gear_builtin.rs b/runtime/vara/src/weights/pallet_gear_builtin.rs index 93d3345ec97..45eb49cd264 100644 --- a/runtime/vara/src/weights/pallet_gear_builtin.rs +++ b/runtime/vara/src/weights/pallet_gear_builtin.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_gear_builtin //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-08-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("vara-dev"), DB CACHE: 1024 @@ -31,6 +31,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] #![allow(clippy::unnecessary_cast)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; @@ -57,23 +58,23 @@ impl pallet_gear_builtin::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 558_000 picoseconds. - Weight::from_parts(591_000, 0) + // Minimum execution time: 513_000 picoseconds. + Weight::from_parts(556_000, 0) } fn create_dispatcher() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 658_000 picoseconds. - Weight::from_parts(713_000, 0) + // Minimum execution time: 1_346_000 picoseconds. + Weight::from_parts(1_416_000, 0) } /// The range of component `a` is `[1, 8388608]`. fn decode_bytes(a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 331_000 picoseconds. - Weight::from_parts(464_861, 0) + // Minimum execution time: 365_000 picoseconds. + Weight::from_parts(335_710, 0) // Standard Error: 0 .saturating_add(Weight::from_parts(229, 0).saturating_mul(a.into())) } @@ -82,77 +83,77 @@ impl pallet_gear_builtin::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_234_000 picoseconds. - Weight::from_parts(596_214_217, 0) - // Standard Error: 348_329 - .saturating_add(Weight::from_parts(221_483_345, 0).saturating_mul(c.into())) + // Minimum execution time: 9_574_000 picoseconds. + Weight::from_parts(614_618_591, 0) + // Standard Error: 369_873 + .saturating_add(Weight::from_parts(226_572_160, 0).saturating_mul(c.into())) } fn bls12_381_final_exponentiation() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 767_421_000 picoseconds. - Weight::from_parts(778_955_000, 0) + // Minimum execution time: 776_823_000 picoseconds. + Weight::from_parts(791_402_000, 0) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_msm_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 217_136_000 picoseconds. - Weight::from_parts(753_356_064, 0) - // Standard Error: 19_366 - .saturating_add(Weight::from_parts(5_830_957, 0).saturating_mul(c.into())) + // Minimum execution time: 229_204_000 picoseconds. + Weight::from_parts(805_222_199, 0) + // Standard Error: 21_185 + .saturating_add(Weight::from_parts(5_865_024, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_msm_g2(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 678_445_000 picoseconds. - Weight::from_parts(1_900_500_726, 0) - // Standard Error: 58_036 - .saturating_add(Weight::from_parts(17_963_090, 0).saturating_mul(c.into())) + // Minimum execution time: 693_711_000 picoseconds. + Weight::from_parts(1_989_689_424, 0) + // Standard Error: 62_684 + .saturating_add(Weight::from_parts(18_495_506, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 100]`. fn bls12_381_mul_projective_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 51_341_000 picoseconds. - Weight::from_parts(51_578_000, 0) - // Standard Error: 25_326 - .saturating_add(Weight::from_parts(55_641_031, 0).saturating_mul(c.into())) + // Minimum execution time: 54_197_000 picoseconds. + Weight::from_parts(57_239_000, 0) + // Standard Error: 25_910 + .saturating_add(Weight::from_parts(58_224_629, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 100]`. fn bls12_381_mul_projective_g2(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 158_987_000 picoseconds. - Weight::from_parts(26_262_256, 0) - // Standard Error: 31_685 - .saturating_add(Weight::from_parts(172_755_175, 0).saturating_mul(c.into())) + // Minimum execution time: 166_121_000 picoseconds. + Weight::from_parts(26_728_298, 0) + // Standard Error: 32_587 + .saturating_add(Weight::from_parts(178_301_774, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_aggregate_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_500_000 picoseconds. - Weight::from_parts(15_805_112, 0) - // Standard Error: 962 - .saturating_add(Weight::from_parts(962_975, 0).saturating_mul(c.into())) + // Minimum execution time: 1_030_000 picoseconds. + Weight::from_parts(12_138_378, 0) + // Standard Error: 457 + .saturating_add(Weight::from_parts(1_054_346, 0).saturating_mul(c.into())) } /// The range of component `c` is `[0, 8388608]`. fn bls12_381_map_to_g2affine(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 558_009_000 picoseconds. - Weight::from_parts(481_741_677, 0) - // Standard Error: 11 - .saturating_add(Weight::from_parts(565, 0).saturating_mul(c.into())) + // Minimum execution time: 600_835_000 picoseconds. + Weight::from_parts(611_580_287, 0) + // Standard Error: 0 + .saturating_add(Weight::from_parts(886, 0).saturating_mul(c.into())) } } @@ -162,23 +163,23 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 558_000 picoseconds. - Weight::from_parts(591_000, 0) + // Minimum execution time: 513_000 picoseconds. + Weight::from_parts(556_000, 0) } fn create_dispatcher() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 658_000 picoseconds. - Weight::from_parts(713_000, 0) + // Minimum execution time: 1_346_000 picoseconds. + Weight::from_parts(1_416_000, 0) } /// The range of component `a` is `[1, 8388608]`. fn decode_bytes(a: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 331_000 picoseconds. - Weight::from_parts(464_861, 0) + // Minimum execution time: 365_000 picoseconds. + Weight::from_parts(335_710, 0) // Standard Error: 0 .saturating_add(Weight::from_parts(229, 0).saturating_mul(a.into())) } @@ -187,76 +188,76 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 9_234_000 picoseconds. - Weight::from_parts(596_214_217, 0) - // Standard Error: 348_329 - .saturating_add(Weight::from_parts(221_483_345, 0).saturating_mul(c.into())) + // Minimum execution time: 9_574_000 picoseconds. + Weight::from_parts(614_618_591, 0) + // Standard Error: 369_873 + .saturating_add(Weight::from_parts(226_572_160, 0).saturating_mul(c.into())) } fn bls12_381_final_exponentiation() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 767_421_000 picoseconds. - Weight::from_parts(778_955_000, 0) + // Minimum execution time: 776_823_000 picoseconds. + Weight::from_parts(791_402_000, 0) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_msm_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 217_136_000 picoseconds. - Weight::from_parts(753_356_064, 0) - // Standard Error: 19_366 - .saturating_add(Weight::from_parts(5_830_957, 0).saturating_mul(c.into())) + // Minimum execution time: 229_204_000 picoseconds. + Weight::from_parts(805_222_199, 0) + // Standard Error: 21_185 + .saturating_add(Weight::from_parts(5_865_024, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_msm_g2(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 678_445_000 picoseconds. - Weight::from_parts(1_900_500_726, 0) - // Standard Error: 58_036 - .saturating_add(Weight::from_parts(17_963_090, 0).saturating_mul(c.into())) + // Minimum execution time: 693_711_000 picoseconds. + Weight::from_parts(1_989_689_424, 0) + // Standard Error: 62_684 + .saturating_add(Weight::from_parts(18_495_506, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 100]`. fn bls12_381_mul_projective_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 51_341_000 picoseconds. - Weight::from_parts(51_578_000, 0) - // Standard Error: 25_326 - .saturating_add(Weight::from_parts(55_641_031, 0).saturating_mul(c.into())) + // Minimum execution time: 54_197_000 picoseconds. + Weight::from_parts(57_239_000, 0) + // Standard Error: 25_910 + .saturating_add(Weight::from_parts(58_224_629, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 100]`. fn bls12_381_mul_projective_g2(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 158_987_000 picoseconds. - Weight::from_parts(26_262_256, 0) - // Standard Error: 31_685 - .saturating_add(Weight::from_parts(172_755_175, 0).saturating_mul(c.into())) + // Minimum execution time: 166_121_000 picoseconds. + Weight::from_parts(26_728_298, 0) + // Standard Error: 32_587 + .saturating_add(Weight::from_parts(178_301_774, 0).saturating_mul(c.into())) } /// The range of component `c` is `[1, 1000]`. fn bls12_381_aggregate_g1(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 1_500_000 picoseconds. - Weight::from_parts(15_805_112, 0) - // Standard Error: 962 - .saturating_add(Weight::from_parts(962_975, 0).saturating_mul(c.into())) + // Minimum execution time: 1_030_000 picoseconds. + Weight::from_parts(12_138_378, 0) + // Standard Error: 457 + .saturating_add(Weight::from_parts(1_054_346, 0).saturating_mul(c.into())) } /// The range of component `c` is `[0, 8388608]`. fn bls12_381_map_to_g2affine(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 558_009_000 picoseconds. - Weight::from_parts(481_741_677, 0) - // Standard Error: 11 - .saturating_add(Weight::from_parts(565, 0).saturating_mul(c.into())) + // Minimum execution time: 600_835_000 picoseconds. + Weight::from_parts(611_580_287, 0) + // Standard Error: 0 + .saturating_add(Weight::from_parts(886, 0).saturating_mul(c.into())) } } diff --git a/runtime/vara/src/weights/pallet_gear_eth_bridge.rs b/runtime/vara/src/weights/pallet_gear_eth_bridge.rs index 7e41ca32f3c..d6f51bfebc5 100644 --- a/runtime/vara/src/weights/pallet_gear_eth_bridge.rs +++ b/runtime/vara/src/weights/pallet_gear_eth_bridge.rs @@ -19,18 +19,19 @@ //! Autogenerated weights for pallet_gear_eth_bridge //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-08-05, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-08-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! CPU: `` +//! CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("vara-dev"), DB CACHE: 1024 // Executed Command: -// ./target/release/gear benchmark pallet --chain=vara-dev --steps=50 --repeat=20 --pallet=pallet_gear_eth_bridge --extrinsic=* --heap-pages=4096 --output=./pallets/gear-eth-bridge/weights.rs --template=.maintain/frame-weight-template.hbs +// ./target/production/gear benchmark pallet --chain=vara-dev --steps=50 --repeat=20 --pallet=pallet_gear_eth_bridge --extrinsic=* --heap-pages=4096 --output=./scripts/benchmarking/weights-output/pallet_gear_eth_bridge.rs --template=.maintain/frame-weight-template.hbs #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] #![allow(unused_imports)] #![allow(clippy::unnecessary_cast)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; @@ -49,8 +50,8 @@ impl pallet_gear_eth_bridge::WeightInfo for SubstrateWe // Proof Size summary in bytes: // Measured: `121` // Estimated: `1486` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 1486) + // Minimum execution time: 7_112_000 picoseconds. + Weight::from_parts(7_486_000, 1486) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -58,17 +59,17 @@ impl pallet_gear_eth_bridge::WeightInfo for SubstrateWe // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 1486) + // Minimum execution time: 6_893_000 picoseconds. + Weight::from_parts(7_176_000, 1486) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn send_eth_message() -> Weight { // Proof Size summary in bytes: // Measured: `121` - // Estimated: `34255` - // Minimum execution time: 49_000_000 picoseconds. - Weight::from_parts(50_000_000, 34255) + // Estimated: `67023` + // Minimum execution time: 76_168_000 picoseconds. + Weight::from_parts(76_564_000, 67023) .saturating_add(T::DbWeight::get().reads(4_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -80,8 +81,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `121` // Estimated: `1486` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 1486) + // Minimum execution time: 7_112_000 picoseconds. + Weight::from_parts(7_486_000, 1486) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } @@ -89,17 +90,17 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `100` // Estimated: `1486` - // Minimum execution time: 6_000_000 picoseconds. - Weight::from_parts(7_000_000, 1486) + // Minimum execution time: 6_893_000 picoseconds. + Weight::from_parts(7_176_000, 1486) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } fn send_eth_message() -> Weight { // Proof Size summary in bytes: // Measured: `121` - // Estimated: `34255` - // Minimum execution time: 49_000_000 picoseconds. - Weight::from_parts(50_000_000, 34255) + // Estimated: `67023` + // Minimum execution time: 76_168_000 picoseconds. + Weight::from_parts(76_564_000, 67023) .saturating_add(RocksDbWeight::get().reads(4_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } diff --git a/runtime/vara/src/weights/pallet_gear_voucher.rs b/runtime/vara/src/weights/pallet_gear_voucher.rs index 761d2d8e0cd..f1905c7fb88 100644 --- a/runtime/vara/src/weights/pallet_gear_voucher.rs +++ b/runtime/vara/src/weights/pallet_gear_voucher.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_gear_voucher //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-08-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("vara-dev"), DB CACHE: 1024 @@ -31,6 +31,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] #![allow(clippy::unnecessary_cast)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; @@ -50,8 +51,8 @@ impl pallet_gear_voucher::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `282` // Estimated: `6196` - // Minimum execution time: 44_721_000 picoseconds. - Weight::from_parts(45_362_000, 6196) + // Minimum execution time: 45_987_000 picoseconds. + Weight::from_parts(46_824_000, 6196) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(4_u64)) } @@ -59,8 +60,8 @@ impl pallet_gear_voucher::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `543` // Estimated: `6196` - // Minimum execution time: 48_565_000 picoseconds. - Weight::from_parts(49_434_000, 6196) + // Minimum execution time: 49_614_000 picoseconds. + Weight::from_parts(50_391_000, 6196) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(2_u64)) } @@ -68,8 +69,8 @@ impl pallet_gear_voucher::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `1057` // Estimated: `6196` - // Minimum execution time: 48_980_000 picoseconds. - Weight::from_parts(49_872_000, 6196) + // Minimum execution time: 51_213_000 picoseconds. + Weight::from_parts(51_951_000, 6196) .saturating_add(T::DbWeight::get().reads(3_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } @@ -77,8 +78,8 @@ impl pallet_gear_voucher::WeightInfo for SubstrateWeigh // Proof Size summary in bytes: // Measured: `300` // Estimated: `3765` - // Minimum execution time: 12_528_000 picoseconds. - Weight::from_parts(12_981_000, 3765) + // Minimum execution time: 12_969_000 picoseconds. + Weight::from_parts(13_422_000, 3765) .saturating_add(T::DbWeight::get().reads(1_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } @@ -90,8 +91,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `282` // Estimated: `6196` - // Minimum execution time: 44_721_000 picoseconds. - Weight::from_parts(45_362_000, 6196) + // Minimum execution time: 45_987_000 picoseconds. + Weight::from_parts(46_824_000, 6196) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(4_u64)) } @@ -99,8 +100,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `543` // Estimated: `6196` - // Minimum execution time: 48_565_000 picoseconds. - Weight::from_parts(49_434_000, 6196) + // Minimum execution time: 49_614_000 picoseconds. + Weight::from_parts(50_391_000, 6196) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(2_u64)) } @@ -108,8 +109,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `1057` // Estimated: `6196` - // Minimum execution time: 48_980_000 picoseconds. - Weight::from_parts(49_872_000, 6196) + // Minimum execution time: 51_213_000 picoseconds. + Weight::from_parts(51_951_000, 6196) .saturating_add(RocksDbWeight::get().reads(3_u64)) .saturating_add(RocksDbWeight::get().writes(3_u64)) } @@ -117,8 +118,8 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `300` // Estimated: `3765` - // Minimum execution time: 12_528_000 picoseconds. - Weight::from_parts(12_981_000, 3765) + // Minimum execution time: 12_969_000 picoseconds. + Weight::from_parts(13_422_000, 3765) .saturating_add(RocksDbWeight::get().reads(1_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } diff --git a/runtime/vara/src/weights/pallet_timestamp.rs b/runtime/vara/src/weights/pallet_timestamp.rs index f7a33bc720e..14282cdea24 100644 --- a/runtime/vara/src/weights/pallet_timestamp.rs +++ b/runtime/vara/src/weights/pallet_timestamp.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_timestamp //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-08-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("vara-dev"), DB CACHE: 1024 @@ -31,6 +31,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] #![allow(clippy::unnecessary_cast)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; @@ -46,19 +47,19 @@ pub struct SubstrateWeight(PhantomData); impl pallet_timestamp::WeightInfo for SubstrateWeight { fn set() -> Weight { // Proof Size summary in bytes: - // Measured: `211` + // Measured: `245` // Estimated: `1493` - // Minimum execution time: 7_736_000 picoseconds. - Weight::from_parts(7_965_000, 1493) + // Minimum execution time: 7_579_000 picoseconds. + Weight::from_parts(7_916_000, 1493) .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(1_u64)) } fn on_finalize() -> Weight { // Proof Size summary in bytes: - // Measured: `94` + // Measured: `128` // Estimated: `0` - // Minimum execution time: 3_232_000 picoseconds. - Weight::from_parts(3_326_000, 0) + // Minimum execution time: 3_237_000 picoseconds. + Weight::from_parts(3_361_000, 0) } } @@ -66,18 +67,18 @@ impl pallet_timestamp::WeightInfo for SubstrateWeight Weight { // Proof Size summary in bytes: - // Measured: `211` + // Measured: `245` // Estimated: `1493` - // Minimum execution time: 7_736_000 picoseconds. - Weight::from_parts(7_965_000, 1493) + // Minimum execution time: 7_579_000 picoseconds. + Weight::from_parts(7_916_000, 1493) .saturating_add(RocksDbWeight::get().reads(2_u64)) .saturating_add(RocksDbWeight::get().writes(1_u64)) } fn on_finalize() -> Weight { // Proof Size summary in bytes: - // Measured: `94` + // Measured: `128` // Estimated: `0` - // Minimum execution time: 3_232_000 picoseconds. - Weight::from_parts(3_326_000, 0) + // Minimum execution time: 3_237_000 picoseconds. + Weight::from_parts(3_361_000, 0) } } diff --git a/runtime/vara/src/weights/pallet_utility.rs b/runtime/vara/src/weights/pallet_utility.rs index 71ce7f92cd2..448fbbee1c1 100644 --- a/runtime/vara/src/weights/pallet_utility.rs +++ b/runtime/vara/src/weights/pallet_utility.rs @@ -19,7 +19,7 @@ //! Autogenerated weights for pallet_utility //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2024-06-04, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2024-08-09, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` //! CPU: `Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz` //! EXECUTION: , WASM-EXECUTION: Compiled, CHAIN: Some("vara-dev"), DB CACHE: 1024 @@ -31,6 +31,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] #![allow(clippy::unnecessary_cast)] +#![allow(missing_docs)] use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; @@ -52,44 +53,44 @@ impl pallet_utility::WeightInfo for SubstrateWeight // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_486_000 picoseconds. - Weight::from_parts(5_292_384, 0) - // Standard Error: 1_133 - .saturating_add(Weight::from_parts(2_388_901, 0).saturating_mul(c.into())) + // Minimum execution time: 3_578_000 picoseconds. + Weight::from_parts(10_160_308, 0) + // Standard Error: 2_965 + .saturating_add(Weight::from_parts(2_314_025, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_550_000 picoseconds. - Weight::from_parts(3_746_000, 0) + // Minimum execution time: 3_344_000 picoseconds. + Weight::from_parts(3_599_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_475_000 picoseconds. - Weight::from_parts(5_996_384, 0) - // Standard Error: 1_913 - .saturating_add(Weight::from_parts(2_586_677, 0).saturating_mul(c.into())) + // Minimum execution time: 3_482_000 picoseconds. + Weight::from_parts(8_716_648, 0) + // Standard Error: 2_246 + .saturating_add(Weight::from_parts(2_500_028, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_039_000 picoseconds. - Weight::from_parts(5_256_000, 0) + // Minimum execution time: 4_846_000 picoseconds. + Weight::from_parts(5_139_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_577_000 picoseconds. - Weight::from_parts(4_906_083, 0) - // Standard Error: 1_442 - .saturating_add(Weight::from_parts(2_402_746, 0).saturating_mul(c.into())) + // Minimum execution time: 3_422_000 picoseconds. + Weight::from_parts(168_281, 0) + // Standard Error: 2_646 + .saturating_add(Weight::from_parts(2_390_861, 0).saturating_mul(c.into())) } } @@ -100,43 +101,43 @@ impl WeightInfo for () { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_486_000 picoseconds. - Weight::from_parts(5_292_384, 0) - // Standard Error: 1_133 - .saturating_add(Weight::from_parts(2_388_901, 0).saturating_mul(c.into())) + // Minimum execution time: 3_578_000 picoseconds. + Weight::from_parts(10_160_308, 0) + // Standard Error: 2_965 + .saturating_add(Weight::from_parts(2_314_025, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_550_000 picoseconds. - Weight::from_parts(3_746_000, 0) + // Minimum execution time: 3_344_000 picoseconds. + Weight::from_parts(3_599_000, 0) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_475_000 picoseconds. - Weight::from_parts(5_996_384, 0) - // Standard Error: 1_913 - .saturating_add(Weight::from_parts(2_586_677, 0).saturating_mul(c.into())) + // Minimum execution time: 3_482_000 picoseconds. + Weight::from_parts(8_716_648, 0) + // Standard Error: 2_246 + .saturating_add(Weight::from_parts(2_500_028, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_039_000 picoseconds. - Weight::from_parts(5_256_000, 0) + // Minimum execution time: 4_846_000 picoseconds. + Weight::from_parts(5_139_000, 0) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 3_577_000 picoseconds. - Weight::from_parts(4_906_083, 0) - // Standard Error: 1_442 - .saturating_add(Weight::from_parts(2_402_746, 0).saturating_mul(c.into())) + // Minimum execution time: 3_422_000 picoseconds. + Weight::from_parts(168_281, 0) + // Standard Error: 2_646 + .saturating_add(Weight::from_parts(2_390_861, 0).saturating_mul(c.into())) } } diff --git a/utils/wasm-instrument/src/gas_metering/schedule.rs b/utils/wasm-instrument/src/gas_metering/schedule.rs index 81dc28ef85e..d0ce6a73fe8 100644 --- a/utils/wasm-instrument/src/gas_metering/schedule.rs +++ b/utils/wasm-instrument/src/gas_metering/schedule.rs @@ -43,23 +43,23 @@ impl Default for Schedule { memory_weights: MemoryWeights::default(), instantiation_weights: InstantiationWeights::default(), db_write_per_byte: Weight { - ref_time: 237, + ref_time: 234, proof_size: 0, }, db_read_per_byte: Weight { - ref_time: 584, + ref_time: 569, proof_size: 0, }, code_instrumentation_cost: Weight { - ref_time: 285084454, - proof_size: 3791, + ref_time: 306821000, + proof_size: 3793, }, code_instrumentation_byte_cost: Weight { - ref_time: 623806, + ref_time: 627777, proof_size: 0, }, load_allocations_weight: Weight { - ref_time: 19776, + ref_time: 20729, proof_size: 0, }, } @@ -197,93 +197,93 @@ impl Default for InstructionWeights { fn default() -> Self { Self { version: 1500, - i64const: 153, - i64load: 3111, - i32load: 4850, - i64store: 18248, - i32store: 18485, - select: 4079, - r#if: 4247, - br: 3392, - br_if: 3784, - br_table: 7513, - br_table_per_entry: 93, - call: 4778, - call_indirect: 16129, - call_indirect_per_param: 927, + i64const: 186, + i64load: 5844, + i32load: 5810, + i64store: 10110, + i32store: 10955, + select: 6108, + r#if: 4860, + br: 3318, + br_if: 5383, + br_table: 10309, + br_table_per_entry: 162, + call: 4691, + call_indirect: 21442, + call_indirect_per_param: 1259, call_per_local: 0, - local_get: 783, - local_set: 1469, - local_tee: 1389, - global_get: 778, - global_set: 1034, - memory_current: 12053, - i64clz: 4296, - i32clz: 4152, - i64ctz: 4115, - i32ctz: 3967, - i64popcnt: 576, - i32popcnt: 428, - i64eqz: 1469, - i32eqz: 976, - i32extend8s: 611, - i32extend16s: 534, - i64extend8s: 533, - i64extend16s: 516, - i64extend32s: 480, - i64extendsi32: 548, - i64extendui32: 310, - i32wrapi64: 142, - i64eq: 1280, - i32eq: 868, - i64ne: 1325, - i32ne: 896, - i64lts: 1338, - i32lts: 872, - i64ltu: 1328, - i32ltu: 872, - i64gts: 1297, - i32gts: 808, - i64gtu: 1283, - i32gtu: 814, - i64les: 1284, - i32les: 922, - i64leu: 1343, - i32leu: 815, - i64ges: 1331, - i32ges: 792, - i64geu: 1312, - i32geu: 887, - i64add: 895, - i32add: 476, - i64sub: 891, - i32sub: 475, - i64mul: 1200, - i32mul: 844, - i64divs: 2986, - i32divs: 2209, - i64divu: 3097, - i32divu: 2129, - i64rems: 9929, - i32rems: 7007, - i64remu: 3059, - i32remu: 2102, - i64and: 924, - i32and: 385, - i64or: 851, - i32or: 422, - i64xor: 887, - i32xor: 434, - i64shl: 778, - i32shl: 342, - i64shrs: 732, - i32shrs: 424, - i64shru: 741, - i32shru: 355, - i64rotl: 789, - i32rotl: 363, - i64rotr: 702, - i32rotr: 433, + local_get: 682, + local_set: 1322, + local_tee: 1291, + global_get: 642, + global_set: 1243, + memory_current: 12424, + i64clz: 386, + i32clz: 258, + i64ctz: 404, + i32ctz: 210, + i64popcnt: 406, + i32popcnt: 244, + i64eqz: 1820, + i32eqz: 907, + i32extend8s: 377, + i32extend16s: 374, + i64extend8s: 352, + i64extend16s: 377, + i64extend32s: 368, + i64extendsi32: 340, + i64extendui32: 205, + i32wrapi64: 6, + i64eq: 1847, + i32eq: 816, + i64ne: 2249, + i32ne: 889, + i64lts: 1646, + i32lts: 755, + i64ltu: 1600, + i32ltu: 774, + i64gts: 1718, + i32gts: 789, + i64gtu: 1583, + i32gtu: 730, + i64les: 1632, + i32les: 774, + i64leu: 1719, + i32leu: 701, + i64ges: 1912, + i32ges: 731, + i64geu: 1842, + i32geu: 727, + i64add: 924, + i32add: 340, + i64sub: 904, + i32sub: 230, + i64mul: 1683, + i32mul: 839, + i64divs: 3949, + i32divs: 2848, + i64divu: 3537, + i32divu: 2593, + i64rems: 18869, + i32rems: 15274, + i64remu: 3541, + i32remu: 2526, + i64and: 1000, + i32and: 297, + i64or: 924, + i32or: 294, + i64xor: 969, + i32xor: 345, + i64shl: 741, + i32shl: 231, + i64shrs: 692, + i32shrs: 233, + i64shru: 766, + i32shru: 312, + i64rotl: 749, + i32rotl: 338, + i64rotr: 724, + i32rotr: 306, } } } @@ -365,283 +365,283 @@ impl Default for SyscallWeights { fn default() -> Self { Self { alloc: Weight { - ref_time: 1520740, + ref_time: 1565142, proof_size: 0, }, free: Weight { - ref_time: 844812, + ref_time: 868476, proof_size: 0, }, free_range: Weight { - ref_time: 874247, + ref_time: 919826, proof_size: 0, }, free_range_per_page: Weight { - ref_time: 37426, + ref_time: 37915, proof_size: 0, }, gr_reserve_gas: Weight { - ref_time: 2084430, + ref_time: 2195328, proof_size: 0, }, gr_unreserve_gas: Weight { - ref_time: 1940658, + ref_time: 2244307, proof_size: 0, }, gr_system_reserve_gas: Weight { - ref_time: 1007193, + ref_time: 1040553, proof_size: 0, }, gr_gas_available: Weight { - ref_time: 993448, + ref_time: 902353, proof_size: 0, }, gr_message_id: Weight { - ref_time: 931480, + ref_time: 902698, proof_size: 0, }, gr_program_id: Weight { - ref_time: 899030, + ref_time: 900381, proof_size: 0, }, gr_source: Weight { - ref_time: 905461, + ref_time: 908094, proof_size: 0, }, gr_value: Weight { - ref_time: 920227, + ref_time: 904173, proof_size: 0, }, gr_value_available: Weight { - ref_time: 990711, + ref_time: 902487, proof_size: 0, }, gr_size: Weight { - ref_time: 889491, + ref_time: 897599, proof_size: 0, }, gr_read: Weight { - ref_time: 1609296, + ref_time: 1671922, proof_size: 0, }, gr_read_per_byte: Weight { - ref_time: 201, + ref_time: 197, proof_size: 0, }, gr_env_vars: Weight { - ref_time: 1032560, + ref_time: 1032776, proof_size: 0, }, gr_block_height: Weight { - ref_time: 902492, + ref_time: 979678, proof_size: 0, }, gr_block_timestamp: Weight { - ref_time: 897276, + ref_time: 893761, proof_size: 0, }, gr_random: Weight { - ref_time: 1815295, + ref_time: 1850133, proof_size: 0, }, gr_reply_deposit: Weight { - ref_time: 6198717, + ref_time: 4907182, proof_size: 0, }, gr_send: Weight { - ref_time: 2948853, + ref_time: 2964123, proof_size: 0, }, gr_send_per_byte: Weight { - ref_time: 502, + ref_time: 492, proof_size: 0, }, gr_send_wgas: Weight { - ref_time: 2985312, + ref_time: 2997732, proof_size: 0, }, gr_send_wgas_per_byte: Weight { - ref_time: 501, + ref_time: 492, proof_size: 0, }, gr_send_init: Weight { - ref_time: 1098261, + ref_time: 1086936, proof_size: 0, }, gr_send_push: Weight { - ref_time: 2021961, + ref_time: 1944435, proof_size: 0, }, gr_send_push_per_byte: Weight { - ref_time: 503, + ref_time: 492, proof_size: 0, }, gr_send_commit: Weight { - ref_time: 2453953, + ref_time: 2460027, proof_size: 0, }, gr_send_commit_wgas: Weight { - ref_time: 2493379, + ref_time: 2499815, proof_size: 0, }, gr_reservation_send: Weight { - ref_time: 3161393, + ref_time: 3420647, proof_size: 0, }, gr_reservation_send_per_byte: Weight { - ref_time: 503, + ref_time: 493, proof_size: 0, }, gr_reservation_send_commit: Weight { - ref_time: 2661854, + ref_time: 2916856, proof_size: 0, }, gr_reply_commit: Weight { - ref_time: 20275066, + ref_time: 12018944, proof_size: 0, }, gr_reply_commit_wgas: Weight { - ref_time: 20158062, + ref_time: 12137604, proof_size: 0, }, gr_reservation_reply: Weight { - ref_time: 7839490, + ref_time: 8379472, proof_size: 0, }, gr_reservation_reply_per_byte: Weight { - ref_time: 675230, + ref_time: 720353, proof_size: 0, }, gr_reservation_reply_commit: Weight { - ref_time: 6918144, + ref_time: 7809250, proof_size: 0, }, gr_reply_push: Weight { - ref_time: 1736576, + ref_time: 1701621, proof_size: 0, }, gr_reply: Weight { - ref_time: 21457412, + ref_time: 13603312, proof_size: 0, }, gr_reply_per_byte: Weight { - ref_time: 657, + ref_time: 711, proof_size: 0, }, gr_reply_wgas: Weight { - ref_time: 20948196, + ref_time: 11943522, proof_size: 0, }, gr_reply_wgas_per_byte: Weight { - ref_time: 659, + ref_time: 711, proof_size: 0, }, gr_reply_push_per_byte: Weight { - ref_time: 656, + ref_time: 652, proof_size: 0, }, gr_reply_to: Weight { - ref_time: 924572, + ref_time: 947649, proof_size: 0, }, gr_signal_code: Weight { - ref_time: 892505, + ref_time: 993041, proof_size: 0, }, gr_signal_from: Weight { - ref_time: 933365, + ref_time: 951017, proof_size: 0, }, gr_reply_input: Weight { - ref_time: 19389162, + ref_time: 13351726, proof_size: 0, }, gr_reply_input_wgas: Weight { - ref_time: 24915830, + ref_time: 10595976, proof_size: 0, }, gr_reply_push_input: Weight { - ref_time: 1167299, + ref_time: 1147079, proof_size: 0, }, gr_reply_push_input_per_byte: Weight { - ref_time: 143, + ref_time: 144, proof_size: 0, }, gr_send_input: Weight { - ref_time: 2834923, + ref_time: 2836419, proof_size: 0, }, gr_send_input_wgas: Weight { - ref_time: 2867253, + ref_time: 2890461, proof_size: 0, }, gr_send_push_input: Weight { - ref_time: 1452976, + ref_time: 1439174, proof_size: 0, }, gr_send_push_input_per_byte: Weight { - ref_time: 163, + ref_time: 161, proof_size: 0, }, gr_debug: Weight { - ref_time: 1212178, + ref_time: 1275542, proof_size: 0, }, gr_debug_per_byte: Weight { - ref_time: 449, + ref_time: 438, proof_size: 0, }, gr_reply_code: Weight { - ref_time: 923322, + ref_time: 900950, proof_size: 0, }, gr_exit: Weight { - ref_time: 23384948, + ref_time: 96563242, proof_size: 0, }, gr_leave: Weight { - ref_time: 12007632, + ref_time: 130303114, proof_size: 0, }, gr_wait: Weight { - ref_time: 10988944, + ref_time: 112591140, proof_size: 0, }, gr_wait_for: Weight { - ref_time: 11474984, + ref_time: 92188166, proof_size: 0, }, gr_wait_up_to: Weight { - ref_time: 11597666, + ref_time: 127918232, proof_size: 0, }, gr_wake: Weight { - ref_time: 3727659, + ref_time: 3011481, proof_size: 0, }, gr_create_program: Weight { - ref_time: 3745776, + ref_time: 3690192, proof_size: 0, }, gr_create_program_payload_per_byte: Weight { - ref_time: 118, + ref_time: 116, proof_size: 0, }, gr_create_program_salt_per_byte: Weight { - ref_time: 1411, + ref_time: 1403, proof_size: 0, }, gr_create_program_wgas: Weight { - ref_time: 3787131, + ref_time: 3758182, proof_size: 0, }, gr_create_program_wgas_payload_per_byte: Weight { - ref_time: 118, + ref_time: 114, proof_size: 0, }, gr_create_program_wgas_salt_per_byte: Weight { - ref_time: 1414, + ref_time: 1399, proof_size: 0, }, } @@ -666,39 +666,39 @@ impl Default for MemoryWeights { fn default() -> Self { Self { lazy_pages_signal_read: Weight { - ref_time: 28385632, + ref_time: 28366609, proof_size: 0, }, lazy_pages_signal_write: Weight { - ref_time: 33746629, + ref_time: 34110270, proof_size: 0, }, lazy_pages_signal_write_after_read: Weight { - ref_time: 8663807, + ref_time: 9140438, proof_size: 0, }, lazy_pages_host_func_read: Weight { - ref_time: 31201248, + ref_time: 29943865, proof_size: 0, }, lazy_pages_host_func_write: Weight { - ref_time: 37498840, + ref_time: 36653194, proof_size: 0, }, lazy_pages_host_func_write_after_read: Weight { - ref_time: 11240289, + ref_time: 11758882, proof_size: 0, }, load_page_data: Weight { - ref_time: 10630903, + ref_time: 9171648, proof_size: 0, }, upload_page_data: Weight { - ref_time: 103888768, + ref_time: 103834672, proof_size: 0, }, mem_grow: Weight { - ref_time: 810343, + ref_time: 858927, proof_size: 0, }, mem_grow_per_page: Weight { @@ -726,27 +726,27 @@ impl Default for InstantiationWeights { fn default() -> Self { Self { code_section_per_byte: Weight { - ref_time: 192, + ref_time: 1990, proof_size: 0, }, data_section_per_byte: Weight { - ref_time: 452, + ref_time: 457, proof_size: 0, }, global_section_per_byte: Weight { - ref_time: 2359, + ref_time: 1756, proof_size: 0, }, table_section_per_byte: Weight { - ref_time: 350, + ref_time: 629, proof_size: 0, }, element_section_per_byte: Weight { - ref_time: 18492, + ref_time: 2193, proof_size: 0, }, type_section_per_byte: Weight { - ref_time: 254, + ref_time: 15225, proof_size: 0, }, }