Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polkadot v0.9.31 #2406

Merged
merged 32 commits into from
Dec 1, 2022
Merged

Polkadot v0.9.31 #2406

merged 32 commits into from
Dec 1, 2022

Conversation

zjb0807
Copy link
Member

@zjb0807 zjb0807 commented Nov 16, 2022

Breaking change that needs to publish a new client:

TODO:

replace: #2389

migrations:
karura-runtime try-runtime:
image

acala-runtime try-runtime:
image

@zjb0807 zjb0807 marked this pull request as draft November 16, 2022 20:34
@xlc
Copy link
Member

xlc commented Nov 21, 2022

/bench evm

@zjb0807
Copy link
Member Author

zjb0807 commented Nov 21, 2022

/bench evm

@github-actions
Copy link

Request: /bench evm
Command: make bench-evm

Running...

@ermalkaleci
Copy link
Contributor

/bench evm

@github-actions
Copy link

Request: /bench evm
Command: make bench-evm

Running...

@ermalkaleci
Copy link
Contributor

/bench runtime mandala

@github-actions
Copy link

Request: /bench runtime karura
Command: make benchmark-karura options="--quiet --color=never" pallet=*

Running...

@github-actions
Copy link

Request: /bench runtime mandala
Command: make benchmark-mandala options="--quiet --color=never" pallet=*

Running...

@ermalkaleci
Copy link
Contributor

@zjb0807 you can do multiple benches at the same time
also #2420 should fix evm bench

@zjb0807 ok we can't run multiple benches at the same branch

@ermalkaleci
Copy link
Contributor

ermalkaleci commented Nov 28, 2022

because current benchmark-action won't pull before push

@ermalkaleci
Copy link
Contributor

/bench evm

@github-actions
Copy link

github-actions bot commented Nov 28, 2022

Request: /bench evm
Command: make bench-evm

Results
cargo bench -p runtime-common --features bench | cargo run --bin weight-gen -- --template ./templates/precompile-weight-template.hbs --output runtime/common/src/precompile/weights.rs

Weights file `runtime/common/src/precompile/weights.rs` was generated.
cargo bench -p module-evm --features bench | evm-bench/analyze_benches.js runtime/common/src/gas_to_weight_ratio.rs
┌─────────┬───────────────────────┬───────┬────────┬─────────────┬──────────────┬──────────┬───────┐
│ (index) │         name          │ reads │ writes │   weight    │ total_weight │ used_gas │ ratio │
├─────────┼───────────────────────┼───────┼────────┼─────────────┼──────────────┼──────────┼───────┤
│    0    │   'erc20_transfer'    │   2   │   2    │  270332000  │  520332000   │  52082   │ 9990  │
│    1    │     'ballot_vote'     │   5   │   3    │  243494000  │  668494000   │  75812   │ 8817  │
│    2    │ 'erc20_transfer_many' │  101  │  101   │ 12285755000 │ 24910755000  │ 2856492  │ 8720  │
│    3    │ 'erc20_approve_many'  │  100  │  100   │ 8273112000  │ 20773112000  │ 2511136  │ 8272  │
│    4    │   'ballot_delegate'   │   4   │   2    │  265083000  │  565083000   │  74340   │ 7601  │
│    5    │    'erc20_approve'    │   1   │   1    │  219034000  │  344034000   │  46593   │ 7383  │
│    6    │ 'storage_store_many'  │  101  │  101   │ 4664863000  │ 17289863000  │ 2581277  │ 6698  │
│    7    │    'storage_store'    │   1   │   1    │  141300000  │  266300000   │  43724   │ 6090  │
│    8    │     'empty_noop'      │   0   │   0    │  65250000   │   65250000   │  21186   │ 3079  │
│    9    │    'empty_deploy'     │   0   │   0    │  118364000  │  118364000   │  76975   │ 1537  │
│   10    │    'ballot_deploy'    │   5   │   5    │  270081000  │  895081000   │ 1060480  │  844  │
│   11    │   'storage_deploy'    │   0   │   0    │  122793000  │  122793000   │  187075  │  656  │
│   12    │    'erc20_deploy'     │   4   │   4    │  366692000  │  866692000   │ 1338700  │  647  │
└─────────┴───────────────────────┴───────┴────────┴─────────────┴──────────────┴──────────┴───────┘
Ratio 10000

@ermalkaleci
Copy link
Contributor

@zjb0807 you can do multiple benches at the same time
also #2420 should fix evm bench

@zjb0807 ok we can't run multiple benches at the same branch

https://github.com/AcalaNetwork/Acala/actions/runs/3568750871/jobs/5997965662

@zjb0807
Copy link
Member Author

zjb0807 commented Nov 29, 2022

/bench runtime karura

@github-actions
Copy link

github-actions bot commented Nov 29, 2022

Request: /bench runtime karura
Command: make benchmark-karura options="--quiet --color=never" pallet=*

Results
cargo run --quiet --color=never --profile production --features=runtime-benchmarks --features=with-karura-runtime -- benchmark pallet --chain=karura-dev --steps=50 --repeat=20 '--pallet=*' '--extrinsic=*' --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/
Starting benchmark: module_nft::create_class
Starting benchmark: module_nft::mint
Running Benchmark: module_nft.mint(1 args) 20/50 1/1
Running Benchmark: module_nft.mint(1 args) 29/50 1/1
Running Benchmark: module_nft.mint(1 args) 36/50 1/1
Running Benchmark: module_nft.mint(1 args) 42/50 1/1
Running Benchmark: module_nft.mint(1 args) 47/50 1/1
Starting benchmark: module_nft::transfer
Starting benchmark: module_nft::burn
Starting benchmark: module_nft::burn_with_remark
Running Benchmark: module_nft.burn_with_remark(1 args) 17/50 1/1
Running Benchmark: module_nft.burn_with_remark(1 args) 39/50 1/1
Starting benchmark: module_nft::destroy_class
Starting benchmark: module_nft::update_class_properties
Starting benchmark: module_dex::enable_trading_pair
Starting benchmark: module_dex::disable_trading_pair
Starting benchmark: module_dex::list_provisioning
Starting benchmark: module_dex::update_provisioning_parameters
Starting benchmark: module_dex::end_provisioning
Starting benchmark: module_dex::add_provision
Starting benchmark: module_dex::claim_dex_share
Starting benchmark: module_dex::add_liquidity
Starting benchmark: module_dex::add_liquidity_and_stake
Starting benchmark: module_dex::remove_liquidity
Starting benchmark: module_dex::remove_liquidity_by_unstake
Starting benchmark: module_dex::swap_with_exact_supply
Running Benchmark: module_dex.swap_with_exact_supply(1 args) 40/50 1/1
Starting benchmark: module_dex::swap_with_exact_target
Starting benchmark: module_dex::refund_provision
Starting benchmark: module_dex::abort_provisioning
Starting benchmark: module_dex_oracle::on_initialize_with_update_average_prices
Starting benchmark: module_dex_oracle::enable_average_price
Starting benchmark: module_dex_oracle::disable_average_price
Starting benchmark: module_dex_oracle::update_average_price_interval
Starting benchmark: module_asset_registry::register_foreign_asset
Starting benchmark: module_asset_registry::update_foreign_asset
Starting benchmark: module_asset_registry::register_stable_asset
Starting benchmark: module_asset_registry::update_stable_asset
Starting benchmark: module_asset_registry::register_erc20_asset
Starting benchmark: module_asset_registry::update_erc20_asset
Starting benchmark: module_asset_registry::register_native_asset
Starting benchmark: module_asset_registry::update_native_asset
Starting benchmark: module_auction_manager::cancel_collateral_auction
Starting benchmark: module_cdp_engine::on_initialize
Running Benchmark: module_cdp_engine.on_initialize(1 args) 47/50 1/1
Starting benchmark: module_cdp_engine::set_collateral_params
Starting benchmark: module_cdp_engine::liquidate_by_auction
Starting benchmark: module_cdp_engine::liquidate_by_dex
Starting benchmark: module_cdp_engine::settle
Starting benchmark: module_cdp_engine::register_liquidation_contract
Starting benchmark: module_cdp_engine::deregister_liquidation_contract
Starting benchmark: module_emergency_shutdown::emergency_shutdown
Starting benchmark: module_emergency_shutdown::open_collateral_refund
Starting benchmark: module_emergency_shutdown::refund_collaterals
Starting benchmark: module_evm::create
Starting benchmark: module_evm::create2
Starting benchmark: module_evm::create_nft_contract
Starting benchmark: module_evm::create_predeploy_contract
Starting benchmark: module_evm::call
Starting benchmark: module_evm::transfer_maintainer
Running Benchmark: module_evm.transfer_maintainer(0 args) 1/1 1/1
Starting benchmark: module_evm::publish_contract
Starting benchmark: module_evm::publish_free
Starting benchmark: module_evm::enable_contract_development
Starting benchmark: module_evm::disable_contract_development
Starting benchmark: module_evm::set_code
Starting benchmark: module_evm::selfdestruct
Starting benchmark: module_homa::on_initialize
Starting benchmark: module_homa::on_initialize_with_bump_era
Starting benchmark: module_homa::mint
Starting benchmark: module_homa::request_redeem
Starting benchmark: module_homa::fast_match_redeems
Running Benchmark: module_homa.fast_match_redeems(1 args) 32/50 1/1
Starting benchmark: module_homa::claim_redemption
Starting benchmark: module_homa::update_homa_params
Starting benchmark: module_homa::update_bump_era_params
Starting benchmark: module_homa::reset_ledgers
Starting benchmark: module_homa::reset_current_era
Starting benchmark: module_honzon::authorize
Starting benchmark: module_honzon::unauthorize
Starting benchmark: module_honzon::unauthorize_all
Starting benchmark: module_honzon::adjust_loan
Starting benchmark: module_honzon::transfer_loan_from
Starting benchmark: module_honzon::close_loan_has_debit_by_dex
Starting benchmark: module_honzon::expand_position_collateral
Starting benchmark: module_honzon::shrink_position_debit
Starting benchmark: module_honzon::transfer_debit
Starting benchmark: module_honzon::precompile_get_current_collateral_ratio
Starting benchmark: module_cdp_treasury::auction_collateral
Running Benchmark: module_cdp_treasury.auction_collateral(1 args) 7/50 1/1
Starting benchmark: module_cdp_treasury::exchange_collateral_to_stable
Starting benchmark: module_cdp_treasury::set_expected_collateral_auction_size
Starting benchmark: module_cdp_treasury::extract_surplus_to_treasury
Starting benchmark: module_collator_selection::set_invulnerables
Starting benchmark: module_collator_selection::set_desired_candidates
Starting benchmark: module_collator_selection::set_candidacy_bond
Starting benchmark: module_collator_selection::register_as_candidate
Running Benchmark: module_collator_selection.register_as_candidate(1 args) 46/50 1/1
Starting benchmark: module_collator_selection::register_candidate
Starting benchmark: module_collator_selection::leave_intent
Running Benchmark: module_collator_selection.leave_intent(1 args) 28/50 1/1
Starting benchmark: module_collator_selection::withdraw_bond
Starting benchmark: module_collator_selection::note_author
Starting benchmark: module_collator_selection::new_session
Starting benchmark: module_collator_selection::start_session
Running Benchmark: module_collator_selection.start_session(2 args) 18/100 1/1
Running Benchmark: module_collator_selection.start_session(2 args) 62/100 1/1
Starting benchmark: module_collator_selection::end_session
Running Benchmark: module_collator_selection.end_session(2 args) 9/100 1/1
Running Benchmark: module_collator_selection.end_session(2 args) 42/100 1/1
Running Benchmark: module_collator_selection.end_session(2 args) 99/100 1/1
Starting benchmark: module_transaction_pause::pause_transaction
Starting benchmark: module_transaction_pause::unpause_transaction
Starting benchmark: module_transaction_pause::pause_evm_precompile
Starting benchmark: module_transaction_pause::unpause_evm_precompile
Starting benchmark: module_transaction_payment::set_alternative_fee_swap_path
Starting benchmark: module_transaction_payment::enable_charge_fee_pool
Starting benchmark: module_transaction_payment::disable_charge_fee_pool
Starting benchmark: module_transaction_payment::with_fee_path
Starting benchmark: module_transaction_payment::with_fee_currency
Starting benchmark: module_transaction_payment::with_fee_aggregated_path
Starting benchmark: module_transaction_payment::with_fee_paid_by
Starting benchmark: module_transaction_payment::on_finalize
Starting benchmark: module_incentives::on_initialize
Starting benchmark: module_incentives::deposit_dex_share
Starting benchmark: module_incentives::withdraw_dex_share
Starting benchmark: module_incentives::claim_rewards
Starting benchmark: module_incentives::update_incentive_rewards
Starting benchmark: module_incentives::update_claim_reward_deduction_rates
Starting benchmark: module_prices::lock_price
Starting benchmark: module_prices::unlock_price
Starting benchmark: module_evm_accounts::claim_account
Starting benchmark: module_evm_accounts::claim_default_account
Starting benchmark: module_currencies::transfer_non_native_currency
Starting benchmark: module_currencies::transfer_native_currency
Starting benchmark: module_currencies::update_balance_non_native_currency
Starting benchmark: module_currencies::update_balance_native_currency_creating
Starting benchmark: module_currencies::update_balance_native_currency_killing
Starting benchmark: module_currencies::sweep_dust
Starting benchmark: module_currencies::force_set_lock
Starting benchmark: module_currencies::force_remove_lock
Starting benchmark: module_session_manager::schedule_session_duration
Starting benchmark: module_session_manager::on_initialize_skip
Starting benchmark: module_session_manager::on_initialize
Starting benchmark: module_session_manager::estimate_current_session_progress
Starting benchmark: module_session_manager::estimate_next_session_rotation
Starting benchmark: module_honzon_bridge::set_bridged_stable_coin_address
Starting benchmark: module_honzon_bridge::to_bridged
Starting benchmark: module_honzon_bridge::from_bridged
Starting benchmark: orml_tokens::transfer
Starting benchmark: orml_tokens::transfer_all
Starting benchmark: orml_tokens::transfer_keep_alive
Starting benchmark: orml_tokens::force_transfer
Starting benchmark: orml_tokens::set_balance
Starting benchmark: orml_vesting::vested_transfer
Starting benchmark: orml_vesting::claim
Starting benchmark: orml_vesting::update_vesting_schedules
Starting benchmark: orml_auction::bid_collateral_auction
Starting benchmark: orml_auction::on_finalize
Running Benchmark: orml_auction.on_finalize(1 args) 17/50 1/1
Running Benchmark: orml_auction.on_finalize(1 args) 33/50 1/1
Running Benchmark: orml_auction.on_finalize(1 args) 44/50 1/1
Starting benchmark: orml_authority::dispatch_as
Starting benchmark: orml_authority::schedule_dispatch_without_delay
Starting benchmark: orml_authority::schedule_dispatch_with_delay
Starting benchmark: orml_authority::fast_track_scheduled_dispatch
Starting benchmark: orml_authority::delay_scheduled_dispatch
Starting benchmark: orml_authority::cancel_scheduled_dispatch
Starting benchmark: orml_authority::authorize_call
Starting benchmark: orml_authority::remove_authorized_call
Starting benchmark: orml_authority::trigger_call
Starting benchmark: orml_oracle::feed_values
Starting benchmark: orml_oracle::on_finalize
Starting benchmark: nutsfinance_stable_asset::create_pool
Starting benchmark: nutsfinance_stable_asset::modify_a
Starting benchmark: nutsfinance_stable_asset::modify_fees
Starting benchmark: nutsfinance_stable_asset::modify_recipients
Starting benchmark: nutsfinance_stable_asset::mint
Running Benchmark: nutsfinance_stable_asset.mint(1 args) 39/50 1/1
Starting benchmark: nutsfinance_stable_asset::swap
Running Benchmark: nutsfinance_stable_asset.swap(1 args) 27/50 1/1
Running Benchmark: nutsfinance_stable_asset.swap(1 args) 48/50 1/1
Starting benchmark: nutsfinance_stable_asset::redeem_proportion
Starting benchmark: nutsfinance_stable_asset::redeem_single
Running Benchmark: nutsfinance_stable_asset.redeem_single(1 args) 22/50 1/1
Running Benchmark: nutsfinance_stable_asset.redeem_single(1 args) 50/50 1/1
Starting benchmark: nutsfinance_stable_asset::redeem_multi
Starting benchmark: module_idle_scheduler::on_initialize
Starting benchmark: module_idle_scheduler::on_idle_base
Starting benchmark: module_idle_scheduler::clear_tasks
Starting benchmark: module_idle_scheduler::schedule_task
Starting benchmark: module_aggregated_dex::swap_with_exact_supply
Starting benchmark: module_aggregated_dex::swap_with_exact_target
Starting benchmark: module_aggregated_dex::update_aggregated_swap_paths
Pallet: "module_nft", Extrinsic: "create_class", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: OrmlNFT NextClassId (r:1 w:1)
Storage: System Account (r:2 w:2)
Storage: Balances Reserves (r:1 w:1)
Storage: Proxy Proxies (r:1 w:1)
Storage: OrmlNFT Classes (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    75.03
            µs

Reads = 5
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    75.03
            µs

Reads = 5
Writes = 6

Pallet: "module_nft", Extrinsic: "mint", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: OrmlNFT Classes (r:1 w:1)
Storage: System Account (r:2 w:2)
Storage: Balances Reserves (r:1 w:1)
Storage: OrmlNFT NextTokenId (r:1 w:1)
Storage: OrmlNFT Tokens (r:0 w:1)
Storage: OrmlNFT TokensByOwner (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.94
  + i    18.52
            µs

Reads = 5 + (0 * i)
Writes = 5 + (2 * i)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  i   mean µs  sigma µs       %
  1     88.61     0.455    0.5%
 21     446.6       2.2    0.4%
 41     810.7     5.176    0.6%
 62      1197     4.069    0.3%
 82      1563     3.961    0.2%
102      1915     3.637    0.1%
123      2310     6.632    0.2%
143      2691     3.907    0.1%
164      3053     2.323    0.0%
184      3413     8.137    0.2%
204      3799     9.877    0.2%
225      4203     7.198    0.1%
245      4545     5.588    0.1%
266      4940     13.04    0.2%
286      5312     6.106    0.1%
306      5652     7.474    0.1%
327      6048      6.31    0.1%
347      6391      7.16    0.1%
367      6814     7.106    0.1%
388      7153     7.281    0.1%
408      7517     15.75    0.2%
429      7960     12.69    0.1%
449      8337     13.33    0.1%
469      8738     10.19    0.1%
490      9089     14.41    0.1%
510      9456     9.613    0.1%
531      9838     7.698    0.0%
551     10220     33.45    0.3%
571     10570     10.89    0.1%
592     10930     19.94    0.1%
612     11320     10.88    0.0%
633     11690     16.64    0.1%
653     12100     31.27    0.2%
673     12410     11.18    0.0%
694     12780     15.47    0.1%
714     13210      22.8    0.1%
734     13580     26.87    0.1%
755     13970     33.68    0.2%
775     14370     11.25    0.0%
796     14730     21.28    0.1%
816     15120     53.14    0.3%
836     15500     42.04    0.2%
857     15910     43.98    0.2%
877     16260     21.54    0.1%
898     16940     67.49    0.3%
918     17140     28.15    0.1%
938     17530     40.48    0.2%
959     17940      43.1    0.2%
979     18380     37.42    0.2%
999     18740     29.04    0.1%

Quality and confidence:
param     error
i         0.006

Model:
Time ~=    88.02
  + i    18.46
            µs

Reads = 5 + (0 * i)
Writes = 5 + (2 * i)

Pallet: "module_nft", Extrinsic: "transfer", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: OrmlNFT Classes (r:1 w:0)
Storage: OrmlNFT Tokens (r:1 w:1)
Storage: Balances Reserves (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: OrmlNFT TokensByOwner (r:0 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    96.29
            µs

Reads = 7
Writes = 7

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    96.29
            µs

Reads = 7
Writes = 7

Pallet: "module_nft", Extrinsic: "burn", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: OrmlNFT Classes (r:1 w:1)
Storage: OrmlNFT Tokens (r:1 w:1)
Storage: Balances Reserves (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: OrmlNFT TokensByOwner (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    70.95
            µs

Reads = 4
Writes = 5

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    70.95
            µs

Reads = 4
Writes = 5

Pallet: "module_nft", Extrinsic: "burn_with_remark", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: OrmlNFT Classes (r:1 w:1)
Storage: OrmlNFT Tokens (r:1 w:1)
Storage: Balances Reserves (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: OrmlNFT TokensByOwner (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    75.73
  + b    0.001
            µs

Reads = 4 + (0 * b)
Writes = 5 + (0 * b)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  b   mean µs  sigma µs       %
  0     72.23     0.548    0.7%
74898     221.4     1.115    0.5%
149796     369.5     0.663    0.1%
224694     511.3     1.679    0.3%
299593     658.5     3.539    0.5%
374491     811.3     5.869    0.7%
449389       957     2.345    0.2%
524288      1092     4.489    0.4%
599186      1246     6.167    0.4%
674084      1384     5.687    0.4%
748982      1533     2.046    0.1%
823881      1686     3.242    0.1%
898779      1816     3.779    0.2%
973677      1964     3.276    0.1%
1048576      2111     3.231    0.1%
1123474      2251     1.763    0.0%
1198372      2408     5.622    0.2%
1273270      2538     3.673    0.1%
1348169      2681      2.87    0.1%
1423067      2821     6.091    0.2%
1497965      2977     4.384    0.1%
1572864      3141     8.065    0.2%
1647762      3280     4.084    0.1%
1722660      3425      5.99    0.1%
1797559      3557     6.521    0.1%
1872457      3683     4.853    0.1%
1947355      3858     9.804    0.2%
2022253      3987     2.804    0.0%
2097152      4132     3.526    0.0%
2172050      4274     4.373    0.1%
2246948      4414     4.059    0.0%
2321847      4559      4.18    0.0%
2396745      4709     8.684    0.1%
2471643      4833     4.279    0.0%
2546541      4984     11.02    0.2%
2621440      5136     8.431    0.1%
2696338      5298     8.472    0.1%
2771236      5414     9.022    0.1%
2846135      5573     7.864    0.1%
2921033      5734     19.72    0.3%
2995931      5851     11.64    0.1%
3070829      6047     33.91    0.5%
3145728      6002     8.617    0.1%
3220626      6806     13.47    0.1%
3295524      7052     23.47    0.3%
3370423      7211     14.44    0.2%
3445321      7246     13.54    0.1%
3520219      7415     18.59    0.2%
3595118      7638     15.36    0.2%
3670016      7758     27.05    0.3%

Quality and confidence:
param     error
b             0

Model:
Time ~=    71.45
  + b    0.001
            µs

Reads = 4 + (0 * b)
Writes = 5 + (0 * b)

Pallet: "module_nft", Extrinsic: "destroy_class", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: OrmlNFT Classes (r:1 w:1)
Storage: Balances Reserves (r:1 w:1)
Storage: System Account (r:2 w:2)
Storage: Proxy Proxies (r:1 w:1)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: OrmlNFT NextTokenId (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    85.64
            µs

Reads = 6
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    85.64
            µs

Reads = 6
Writes = 6

Pallet: "module_nft", Extrinsic: "update_class_properties", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: OrmlNFT Classes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.09
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.09
            µs

Reads = 1
Writes = 1

Pallet: "module_dex", Extrinsic: "enable_trading_pair", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    17.94
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    17.94
            µs

Reads = 1
Writes = 1

Pallet: "module_dex", Extrinsic: "disable_trading_pair", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.93
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.93
            µs

Reads = 1
Writes = 1

Pallet: "module_dex", Extrinsic: "list_provisioning", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:0)
Storage: Dex ProvisioningPool (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    24.86
            µs

Reads = 3
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    24.86
            µs

Reads = 3
Writes = 1

Pallet: "module_dex", Extrinsic: "update_provisioning_parameters", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    10.96
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    10.96
            µs

Reads = 1
Writes = 1

Pallet: "module_dex", Extrinsic: "end_provisioning", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:1)
Storage: Tokens Accounts (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Dex LiquidityPool (r:1 w:1)
Storage: Dex InitialShareExchangeRates (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=       49
            µs

Reads = 5
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=       49
            µs

Reads = 5
Writes = 6

Pallet: "module_dex", Extrinsic: "add_provision", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:1)
Storage: Dex ProvisioningPool (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    76.75
            µs

Reads = 5
Writes = 5

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    76.75
            µs

Reads = 5
Writes = 5

Pallet: "module_dex", Extrinsic: "claim_dex_share", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex ProvisioningPool (r:2 w:1)
Storage: Dex InitialShareExchangeRates (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    68.99
            µs

Reads = 7
Writes = 5

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    68.99
            µs

Reads = 7
Writes = 5

Pallet: "module_dex", Extrinsic: "add_liquidity", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex LiquidityPool (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Tokens Accounts (r:3 w:3)
Storage: EvmAccounts EvmAddresses (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    96.27
            µs

Reads = 8
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    96.27
            µs

Reads = 8
Writes = 6

Pallet: "module_dex", Extrinsic: "add_liquidity_and_stake", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex LiquidityPool (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Tokens Accounts (r:4 w:4)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    133.5
            µs

Reads = 11
Writes = 9

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    133.5
            µs

Reads = 11
Writes = 9

Pallet: "module_dex", Extrinsic: "remove_liquidity", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex LiquidityPool (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    88.83
            µs

Reads = 6
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    88.83
            µs

Reads = 6
Writes = 6

Pallet: "module_dex", Extrinsic: "remove_liquidity_by_unstake", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex LiquidityPool (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)
Storage: Tokens Accounts (r:4 w:4)
Storage: System Account (r:2 w:1)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: EvmAccounts EvmAddresses (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    141.4
            µs

Reads = 11
Writes = 9

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    141.4
            µs

Reads = 11
Writes = 9

Pallet: "module_dex", Extrinsic: "swap_with_exact_supply", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex LiquidityPool (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    51.38
  + u    11.22
            µs

Reads = 1 + (2 * u)
Writes = 2 + (1 * u)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  u   mean µs  sigma µs       %
  2     73.81     0.658    0.8%
  3     85.36     0.845    0.9%
  4     94.12     0.642    0.6%

Quality and confidence:
param     error
u         0.069

Model:
Time ~=    51.37
  + u    11.26
            µs

Reads = 1 + (2 * u)
Writes = 2 + (1 * u)

Pallet: "module_dex", Extrinsic: "swap_with_exact_target", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex LiquidityPool (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    51.29
  + u    11.32
            µs

Reads = 1 + (2 * u)
Writes = 2 + (1 * u)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  u   mean µs  sigma µs       %
  2     73.94     0.642    0.8%
  3     85.54     0.798    0.9%
  4     94.73      0.71    0.7%

Quality and confidence:
param     error
u         0.065

Model:
Time ~=     51.3
  + u    11.35
            µs

Reads = 1 + (2 * u)
Writes = 2 + (1 * u)

Pallet: "module_dex", Extrinsic: "refund_provision", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex InitialShareExchangeRates (r:1 w:0)
Storage: Dex ProvisioningPool (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    78.15
            µs

Reads = 7
Writes = 4

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    78.15
            µs

Reads = 7
Writes = 4

Pallet: "module_dex", Extrinsic: "abort_provisioning", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    23.02
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    23.02
            µs

Reads = 1
Writes = 1

Pallet: "module_dex_oracle", Extrinsic: "on_initialize_with_update_average_prices", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Aura CurrentSlot (r:1 w:1)
Storage: Aura Authorities (r:1 w:0)
Storage: DexOracle AveragePrices (r:1 w:0)
Storage: System ParentHash (r:0 w:1)
Storage: System Digest (r:0 w:1)
Storage: System BlockHash (r:0 w:1)
Storage: unknown [0x3a65787472696e7369635f696e646578] (r:0 w:1)
Storage: Timestamp Now (r:0 w:1)
Storage: Timestamp DidUpdate (r:0 w:1)
Storage: Dex LiquidityPool (r:1 w:0)
Storage: DexOracle Cumulatives (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=        0
  + n    20.71
  + u    12.78
            µs

Reads = 0 + (3 * n) + (2 * u)
Writes = 1 + (2 * n) + (2 * u)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  n     u   mean µs  sigma µs       %
  0     3     16.26      0.19    1.1%
  1     3     39.88     0.531    1.3%
  2     3     58.17     0.724    1.2%
  3     0     37.55     0.463    1.2%
  3     1      53.4      0.62    1.1%
  3     2     63.48     0.633    0.9%
  3     3      72.6      0.77    1.0%

Quality and confidence:
param     error
n         0.134
u         0.134

Model:
Time ~=    15.97
  + n    11.07
  + u    4.192
            µs

Reads = 3 + (2 * n) + (1 * u)
Writes = 1 + (2 * n) + (2 * u)

Pallet: "module_dex_oracle", Extrinsic: "enable_average_price", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: DexOracle AveragePrices (r:1 w:1)
Storage: Dex LiquidityPool (r:1 w:0)
Storage: Timestamp Now (r:1 w:0)
Storage: DexOracle Cumulatives (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.13
            µs

Reads = 3
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.13
            µs

Reads = 3
Writes = 2

Pallet: "module_dex_oracle", Extrinsic: "disable_average_price", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: DexOracle AveragePrices (r:1 w:1)
Storage: DexOracle Cumulatives (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    11.78
            µs

Reads = 1
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    11.78
            µs

Reads = 1
Writes = 2

Pallet: "module_dex_oracle", Extrinsic: "update_average_price_interval", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: DexOracle AveragePrices (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    11.09
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    11.09
            µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "register_foreign_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: AssetRegistry NextForeignAssetId (r:1 w:1)
Storage: AssetRegistry LocationToCurrencyIds (r:1 w:1)
Storage: AssetRegistry ForeignAssetLocations (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     24.3
            µs

Reads = 4
Writes = 4

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     24.3
            µs

Reads = 4
Writes = 4

Pallet: "module_asset_registry", Extrinsic: "update_foreign_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: AssetRegistry ForeignAssetLocations (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    24.04
            µs

Reads = 2
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    24.04
            µs

Reads = 2
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "register_stable_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: AssetRegistry NextStableAssetId (r:1 w:1)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.62
            µs

Reads = 2
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.62
            µs

Reads = 2
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "update_stable_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.31
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.31
            µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "register_erc20_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EVM Accounts (r:2 w:0)
Storage: EVM Codes (r:1 w:0)
Storage: EVM AccountStorages (r:5 w:0)
Storage: AssetRegistry AssetMetadatas (r:1 w:1)
Storage: AssetRegistry Erc20IdToAddress (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    300.7
            µs

Reads = 10
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    300.7
            µs

Reads = 10
Writes = 2

Pallet: "module_asset_registry", Extrinsic: "update_erc20_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    26.91
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    26.91
            µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "register_native_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.28
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.28
            µs

Reads = 1
Writes = 1

Pallet: "module_asset_registry", Extrinsic: "update_native_asset", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: AssetRegistry AssetMetadatas (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.91
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.91
            µs

Reads = 1
Writes = 1

Pallet: "module_auction_manager", Extrinsic: "cancel_collateral_auction", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EmergencyShutdown IsShutdown (r:1 w:0)
Storage: AuctionManager CollateralAuctions (r:1 w:1)
Storage: Auction Auctions (r:1 w:1)
Storage: Prices LockedPrice (r:2 w:0)
Storage: AssetRegistry AssetMetadatas (r:2 w:0)
Storage: AcalaOracle Values (r:1 w:0)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:1)
Storage: AuctionManager TotalCollateralInAuction (r:1 w:1)
Storage: AuctionManager TotalTargetInAuction (r:1 w:1)
Storage: Auction AuctionEndTime (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    93.44
            µs

Reads = 14
Writes = 8

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    93.44
            µs

Reads = 14
Writes = 8

Pallet: "module_cdp_engine", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Aura CurrentSlot (r:1 w:1)
Storage: Aura Authorities (r:1 w:0)
Storage: CdpEngine LastAccumulationSecs (r:1 w:1)
Storage: EmergencyShutdown IsShutdown (r:1 w:0)
Storage: CdpEngine CollateralParams (r:1 w:0)
Storage: System ParentHash (r:0 w:1)
Storage: System Digest (r:0 w:1)
Storage: System BlockHash (r:0 w:1)
Storage: unknown [0x3a65787472696e7369635f696e646578] (r:0 w:1)
Storage: Timestamp Now (r:0 w:1)
Storage: Timestamp DidUpdate (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    22.55
  + c    6.909
            µs

Reads = 5 + (1 * c)
Writes = 8 + (0 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  0     21.98     0.257    1.1%
  1      29.9     0.365    1.2%
  2     37.01     0.458    1.2%
  3     42.92     0.492    1.1%
  4     43.08     0.293    0.6%

Quality and confidence:
param     error
c         0.044

Model:
Time ~=     22.7
  + c    6.737
            µs

Reads = 5 + (1 * c)
Writes = 8 + (0 * c)

Pallet: "module_cdp_engine", Extrinsic: "set_collateral_params", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CdpEngine CollateralParams (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    30.13
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    30.13
            µs

Reads = 1
Writes = 1

Pallet: "module_cdp_engine", Extrinsic: "liquidate_by_auction", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EmergencyShutdown IsShutdown (r:1 w:0)
Storage: Loans Positions (r:1 w:1)
Storage: Prices LockedPrice (r:2 w:0)
Storage: AcalaOracle Values (r:1 w:0)
Storage: AssetRegistry AssetMetadatas (r:2 w:0)
Storage: CdpEngine DebitExchangeRate (r:1 w:0)
Storage: CdpEngine CollateralParams (r:1 w:0)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:3 w:3)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: CdpTreasury DebitPool (r:1 w:1)
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: Loans TotalPositions (r:1 w:1)
Storage: AuctionManager TotalCollateralInAuction (r:1 w:1)
Storage: Dex TradingPairStatuses (r:2 w:0)
Storage: StableAsset Pools (r:1 w:0)
Storage: AggregatedDex AggregatedSwapPaths (r:1 w:0)
Storage: CdpEngine LiquidationContracts (r:1 w:0)
Storage: CdpTreasury ExpectedCollateralAuctionSize (r:1 w:0)
Storage: AuctionManager TotalTargetInAuction (r:1 w:1)
Storage: Auction AuctionsIndex (r:1 w:1)
Storage: AuctionManager CollateralAuctions (r:0 w:1)
Storage: Auction AuctionEndTime (r:0 w:1)
Storage: Auction Auctions (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    186.2
  + b    11.54
            µs

Reads = 28 + (0 * b)
Writes = 16 + (3 * b)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  b   mean µs  sigma µs       %
  1     183.5     1.824    0.9%
  2       200      3.69    1.8%
  3     222.9      1.81    0.8%
  4     223.3     2.412    1.0%
  5     235.9     1.814    0.7%
  6     259.3      2.04    0.7%
  7     271.7     2.099    0.7%
  8       270     2.387    0.8%
  9       295     2.977    1.0%
 10     292.6     3.151    1.0%
 11     313.3     1.785    0.5%
 12     328.8     3.854    1.1%
 13     341.3     1.735    0.5%
 14     354.5     1.621    0.4%
 15     366.4     2.372    0.6%
 16     365.1     2.784    0.7%
 17     387.7     2.299    0.5%
 18     399.3     1.137    0.2%
 19     407.8     0.757    0.1%
 20     413.9     2.156    0.5%
 21     430.3     1.948    0.4%
 22     439.9     2.485    0.5%
 23       453     3.947    0.8%
 24     463.9     2.619    0.5%
 25     460.7     1.741    0.3%
 26     487.6     4.382    0.8%
 27     499.6     4.534    0.9%
 28     507.3     3.227    0.6%
 29     520.7     2.289    0.4%
 30     531.5     4.345    0.8%
 31     547.5     4.738    0.8%
 32     543.1     3.512    0.6%
 33     573.8     2.354    0.4%
 34     580.6     1.461    0.2%
 35     595.5     3.302    0.5%
 36     605.3     3.042    0.5%
 37     617.8     4.085    0.6%
 38     630.2     3.781    0.5%
 39     638.4     4.396    0.6%
 40     637.3     3.032    0.4%
 41     659.4     6.734    1.0%
 42     669.7     4.975    0.7%
 43     678.8       4.8    0.7%
 44     689.6      1.95    0.2%
 45     699.5     1.711    0.2%
 46     722.7     5.715    0.7%
 47     729.9     6.129    0.8%
 48     737.8     4.509    0.6%
 49       746     4.199    0.5%
 50     745.4     2.744    0.3%

Quality and confidence:
param     error
b         0.021

Model:
Time ~=    185.4
  + b    11.53
            µs

Reads = 28 + (0 * b)
Writes = 15 + (3 * b)

Pallet: "module_cdp_engine", Extrinsic: "liquidate_by_dex", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EmergencyShutdown IsShutdown (r:1 w:0)
Storage: Loans Positions (r:1 w:1)
Storage: Prices LockedPrice (r:2 w:0)
Storage: AcalaOracle Values (r:1 w:0)
Storage: AssetRegistry AssetMetadatas (r:2 w:0)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:0)
Storage: Homa TotalVoidLiquid (r:1 w:0)
Storage: CdpEngine DebitExchangeRate (r:1 w:0)
Storage: CdpEngine CollateralParams (r:1 w:0)
Storage: Tokens Accounts (r:6 w:6)
Storage: System Account (r:4 w:3)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: CdpTreasury DebitPool (r:1 w:1)
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: Loans TotalPositions (r:1 w:1)
Storage: AuctionManager TotalCollateralInAuction (r:1 w:0)
Storage: Dex TradingPairStatuses (r:3 w:0)
Storage: Dex LiquidityPool (r:2 w:2)
Storage: StableAsset Pools (r:1 w:0)
Storage: AggregatedDex AggregatedSwapPaths (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    289.9
            µs

Reads = 36
Writes = 16

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    289.9
            µs

Reads = 36
Writes = 16

Pallet: "module_cdp_engine", Extrinsic: "settle", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EmergencyShutdown IsShutdown (r:1 w:0)
Storage: Loans Positions (r:1 w:1)
Storage: Prices LockedPrice (r:2 w:0)
Storage: AssetRegistry AssetMetadatas (r:1 w:0)
Storage: CdpEngine DebitExchangeRate (r:1 w:0)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:1)
Storage: CdpTreasury DebitPool (r:1 w:1)
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: Loans TotalPositions (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    107.6
            µs

Reads = 14
Writes = 8

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    107.6
            µs

Reads = 14
Writes = 8

Pallet: "module_cdp_engine", Extrinsic: "register_liquidation_contract", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CdpEngine LiquidationContracts (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    17.74
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    17.74
            µs

Reads = 1
Writes = 1

Pallet: "module_cdp_engine", Extrinsic: "deregister_liquidation_contract", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CdpEngine LiquidationContracts (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.15
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.15
            µs

Reads = 1
Writes = 1

Pallet: "module_emergency_shutdown", Extrinsic: "emergency_shutdown", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EmergencyShutdown IsShutdown (r:1 w:1)
Storage: CdpEngine CollateralParams (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=       21
  + c     0.53
            µs

Reads = 2 + (0 * c)
Writes = 1 + (0 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  0     20.89     0.248    1.1%
  1     21.66     0.223    1.0%
  2     22.35     0.354    1.5%
  3     22.46     0.314    1.3%
  4     23.02     0.284    1.2%

Quality and confidence:
param     error
c         0.012

Model:
Time ~=    21.03
  + c    0.539
            µs

Reads = 2 + (0 * c)
Writes = 1 + (0 * c)

Pallet: "module_emergency_shutdown", Extrinsic: "open_collateral_refund", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EmergencyShutdown IsShutdown (r:1 w:0)
Storage: CdpEngine CollateralParams (r:1 w:0)
Storage: EmergencyShutdown CanRefund (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    20.63
            µs

Reads = 2
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    20.63
            µs

Reads = 2
Writes = 1

Pallet: "module_emergency_shutdown", Extrinsic: "refund_collaterals", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EmergencyShutdown CanRefund (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: CdpEngine CollateralParams (r:1 w:0)
Storage: Tokens Accounts (r:1 w:1)
Storage: EvmAccounts EvmAddresses (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    52.23
  + c    1.679
            µs

Reads = 5 + (0 * c)
Writes = 2 + (0 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  0     51.82     0.538    1.0%
  1     54.35     0.566    1.0%
  2     56.02     0.635    1.1%
  3      57.1     0.697    1.2%
  4      56.4     0.474    0.8%

Quality and confidence:
param     error
c          0.03

Model:
Time ~=    52.28
  + c    1.655
            µs

Reads = 5 + (0 * c)
Writes = 2 + (0 * c)

Pallet: "module_evm", Extrinsic: "create", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: EvmAccounts Accounts (r:2 w:0)
Storage: System Account (r:2 w:2)
Storage: Balances Reserves (r:2 w:2)
Storage: EVM Accounts (r:2 w:2)
Storage: EVM Codes (r:1 w:1)
Storage: EVM CodeInfos (r:1 w:1)
Storage: EVM ContractStorageSizes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    135.1
            µs

Reads = 12
Writes = 9

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    135.1
            µs

Reads = 12
Writes = 9

Pallet: "module_evm", Extrinsic: "create2", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: EvmAccounts Accounts (r:2 w:0)
Storage: System Account (r:2 w:2)
Storage: Balances Reserves (r:2 w:2)
Storage: EVM Accounts (r:2 w:2)
Storage: EVM Codes (r:1 w:1)
Storage: EVM CodeInfos (r:1 w:1)
Storage: EVM ContractStorageSizes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    128.8
            µs

Reads = 12
Writes = 9

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    128.8
            µs

Reads = 12
Writes = 9

Pallet: "module_evm", Extrinsic: "create_nft_contract", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EvmAccounts Accounts (r:2 w:0)
Storage: EVM NetworkContractIndex (r:1 w:1)
Storage: System Account (r:2 w:2)
Storage: Balances Reserves (r:2 w:2)
Storage: EVM Accounts (r:2 w:2)
Storage: EVM Codes (r:1 w:1)
Storage: EVM CodeInfos (r:1 w:1)
Storage: EVM ContractStorageSizes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    144.8
            µs

Reads = 12
Writes = 10

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    144.8
            µs

Reads = 12
Writes = 10

Pallet: "module_evm", Extrinsic: "create_predeploy_contract", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EVM Accounts (r:2 w:2)
Storage: EvmAccounts Accounts (r:2 w:0)
Storage: System Account (r:2 w:2)
Storage: Balances Reserves (r:2 w:2)
Storage: EVM Codes (r:1 w:1)
Storage: EVM CodeInfos (r:1 w:1)
Storage: EVM ContractStorageSizes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    146.5
            µs

Reads = 11
Writes = 9

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    146.5
            µs

Reads = 11
Writes = 9

Pallet: "module_evm", Extrinsic: "call", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: EVM Accounts (r:2 w:1)
Storage: EvmAccounts Accounts (r:2 w:0)
Storage: System Account (r:2 w:2)
Storage: Balances Reserves (r:2 w:2)
Storage: EVM Codes (r:1 w:0)
Storage: EVM ContractStorageSizes (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    135.1
            µs

Reads = 11
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    135.1
            µs

Reads = 11
Writes = 6

Pallet: "module_evm", Extrinsic: "transfer_maintainer", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EVM Accounts (r:1 w:1)
Storage: EvmAccounts EvmAddresses (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     98.2
            µs

Reads = 2
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     98.2
            µs

Reads = 2
Writes = 1

Pallet: "module_evm", Extrinsic: "publish_contract", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: EVM Accounts (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    116.1
            µs

Reads = 2
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    116.1
            µs

Reads = 2
Writes = 1

Pallet: "module_evm", Extrinsic: "publish_free", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EVM Accounts (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    24.01
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    24.01
            µs

Reads = 1
Writes = 1

Pallet: "module_evm", Extrinsic: "enable_contract_development", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Balances Reserves (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    101.4
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    101.4
            µs

Reads = 1
Writes = 1

Pallet: "module_evm", Extrinsic: "disable_contract_development", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Balances Reserves (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    102.6
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    102.6
            µs

Reads = 1
Writes = 1

Pallet: "module_evm", Extrinsic: "set_code", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EVM Accounts (r:1 w:1)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: EVM CodeInfos (r:2 w:2)
Storage: EvmAccounts Accounts (r:2 w:0)
Storage: Balances Reserves (r:2 w:2)
Storage: System Account (r:1 w:1)
Storage: EVM ContractStorageSizes (r:1 w:1)
Storage: EVM Codes (r:0 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    160.1
  + c    0.005
            µs

Reads = 10 + (0 * c)
Writes = 9 + (0 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  0     162.1     0.886    0.5%
1253     169.2     0.842    0.4%
2507     176.8     0.765    0.4%
3761     182.2     0.615    0.3%
5015     188.7     0.656    0.3%
6269     195.8     0.674    0.3%
7523     202.6     1.424    0.7%
8777       210     1.639    0.7%
10031       215     0.489    0.2%
11284     223.2     1.056    0.4%
12538     233.9     4.837    2.0%
13792     235.1     0.736    0.3%
15046     246.7     1.809    0.7%
16300     251.3     1.546    0.6%
17554     254.7     2.938    1.1%
18808     257.4     1.104    0.4%
20062     264.5     1.208    0.4%
21315     270.7     0.714    0.2%
22569       282     2.058    0.7%
23823     283.4     0.704    0.2%
25077       291      1.09    0.3%
26331     295.6     0.955    0.3%
27585       303     0.996    0.3%
28839     308.6     0.804    0.2%
30093     314.2     0.803    0.2%
31346     322.3     1.318    0.4%
32600     327.3     0.503    0.1%
33854     351.5     0.604    0.1%
35108     358.2     0.669    0.1%
36362     367.5     3.327    0.9%
37616     371.9     1.034    0.2%
38870     379.7     4.575    1.2%
40124     383.6     0.795    0.2%
41377     394.9     5.048    1.2%
42631     399.4       0.8    0.2%
43885     412.1     1.143    0.2%
45139       415     3.412    0.8%
46393       423     1.988    0.4%
47647       424      0.95    0.2%
48901     433.3     3.519    0.8%
50155       438     1.741    0.3%
51408     444.6     1.406    0.3%
52662     452.6     3.846    0.8%
53916     456.5     2.074    0.4%
55170     465.3     3.089    0.6%
56424       478     4.583    0.9%
57678     481.7     4.328    0.8%
58932     489.6     4.851    0.9%
60186     499.7     3.845    0.7%
61440     504.5     5.411    1.0%

Quality and confidence:
param     error
c             0

Model:
Time ~=    157.6
  + c    0.005
            µs

Reads = 10 + (0 * c)
Writes = 9 + (0 * c)

Pallet: "module_evm", Extrinsic: "selfdestruct", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: EVM Accounts (r:1 w:1)
Storage: EvmAccounts Accounts (r:1 w:0)
Storage: EVM CodeInfos (r:1 w:1)
Storage: EVM ContractStorageSizes (r:1 w:1)
Storage: IdleScheduler NextTaskId (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: IdleScheduler Tasks (r:0 w:1)
Storage: EVM Codes (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    125.3
            µs

Reads = 7
Writes = 7

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    125.3
            µs

Reads = 7
Writes = 7

Pallet: "module_homa", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParachainSystem ValidationData (r:1 w:0)
Storage: Homa LastEraBumpedBlock (r:1 w:0)
Storage: Homa BumpEraFrequency (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    6.041
            µs

Reads = 3
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    6.041
            µs

Reads = 3
Writes = 0

Pallet: "module_homa", Extrinsic: "on_initialize_with_bump_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParachainSystem ValidationData (r:1 w:0)
Storage: Homa LastEraBumpedBlock (r:1 w:1)
Storage: Homa BumpEraFrequency (r:1 w:0)
Storage: Homa RelayChainCurrentEra (r:1 w:1)
Storage: Homa EstimatedRewardRatePerEra (r:1 w:0)
Storage: Homa StakingLedgers (r:4 w:2)
Storage: Homa TotalStakingBonded (r:1 w:1)
Storage: Homa CommissionRate (r:1 w:0)
Storage: Tokens TotalIssuance (r:2 w:2)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:2 w:2)
Storage: XcmInterface XcmDestWeightAndFee (r:4 w:0)
Storage: ParachainInfo ParachainId (r:1 w:0)
Storage: PolkadotXcm SupportedVersion (r:1 w:0)
Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
Storage: ParachainSystem HostConfiguration (r:1 w:0)
Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
Storage: Homa UnclaimedRedemption (r:1 w:1)
Storage: Homa ToBondPool (r:1 w:1)
Storage: Homa SoftBondedCapPerSubAccount (r:1 w:0)
Storage: UnknownTokens ConcreteFungibleBalances (r:1 w:0)
Storage: Homa RedeemRequests (r:2 w:1)
Storage: Homa Unbondings (r:1 w:1)
Storage: Homa TotalVoidLiquid (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    263.7
            µs

Reads = 35
Writes = 19

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    263.7
            µs

Reads = 35
Writes = 19

Pallet: "module_homa", Extrinsic: "mint", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:1)
Storage: Homa SoftBondedCapPerSubAccount (r:1 w:0)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Homa TotalVoidLiquid (r:1 w:1)
Storage: Homa EstimatedRewardRatePerEra (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    76.15
            µs

Reads = 10
Writes = 7

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    76.15
            µs

Reads = 10
Writes = 7

Pallet: "module_homa", Extrinsic: "request_redeem", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Homa RedeemRequests (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    50.75
            µs

Reads = 4
Writes = 4

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    50.75
            µs

Reads = 4
Writes = 4

Pallet: "module_homa", Extrinsic: "fast_match_redeems", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Homa RedeemRequests (r:1 w:1)
Storage: Homa ToBondPool (r:1 w:1)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Homa TotalVoidLiquid (r:1 w:0)
Storage: Homa FastMatchFeeRate (r:1 w:0)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    32.29
  + n    50.55
            µs

Reads = 8 + (3 * n)
Writes = 5 + (3 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  n   mean µs  sigma µs       %
  1     90.74     1.089    1.2%
  2     138.8     1.227    0.8%
  3     193.2     2.849    1.4%
  4     241.2      4.26    1.7%
  5     288.1     2.108    0.7%
  6     334.9     2.374    0.7%
  7     390.2     3.527    0.9%
  8       443     5.159    1.1%
  9     484.3     1.878    0.3%
 10     534.9     3.132    0.5%
 11     586.6     6.002    1.0%
 12     630.3     2.298    0.3%
 13     687.6     3.615    0.5%
 14     737.1     6.105    0.8%
 15     778.7     2.244    0.2%
 16     835.3     6.254    0.7%
 17     889.6     6.403    0.7%
 18     936.2     4.114    0.4%
 19     988.1     4.732    0.4%
 20      1038     4.698    0.4%
 21      1087     5.909    0.5%
 22      1147     5.726    0.4%
 23      1194     5.316    0.4%
 24      1245     5.399    0.4%
 25      1300     7.675    0.5%
 26      1343     2.753    0.2%
 27      1384     2.193    0.1%
 28      1454     7.496    0.5%
 29      1489     4.785    0.3%
 30      1543     4.618    0.2%
 31      1590      4.42    0.2%
 32      1659     2.786    0.1%
 33      1683     5.996    0.3%
 34      1734     2.285    0.1%
 35      1803     3.593    0.1%
 36      1856     6.976    0.3%
 37      1901     1.691    0.0%
 38      1956     4.775    0.2%
 39      2006     4.973    0.2%
 40      2053     4.068    0.1%
 41      2101     2.606    0.1%
 42      2161     8.245    0.3%
 43      2209     3.138    0.1%
 44      2255     4.627    0.2%
 45      2316     6.333    0.2%
 46      2357     4.343    0.1%
 47      2412     4.793    0.1%
 48      2466     5.761    0.2%
 49      2510     4.289    0.1%
 50      2586     4.185    0.1%

Quality and confidence:
param     error
n         0.027

Model:
Time ~=    30.43
  + n    50.61
            µs

Reads = 8 + (3 * n)
Writes = 5 + (3 * n)

Pallet: "module_homa", Extrinsic: "claim_redemption", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Homa RelayChainCurrentEra (r:1 w:0)
Storage: Homa Unbondings (r:2 w:1)
Storage: Homa UnclaimedRedemption (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    71.44
            µs

Reads = 9
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    71.44
            µs

Reads = 9
Writes = 6

Pallet: "module_homa", Extrinsic: "update_homa_params", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Homa EstimatedRewardRatePerEra (r:1 w:1)
Storage: Homa CommissionRate (r:1 w:1)
Storage: Homa FastMatchFeeRate (r:1 w:1)
Storage: Homa SoftBondedCapPerSubAccount (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    30.51
            µs

Reads = 3
Writes = 4

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    30.51
            µs

Reads = 3
Writes = 4

Pallet: "module_homa", Extrinsic: "update_bump_era_params", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParachainSystem ValidationData (r:1 w:0)
Storage: Homa LastEraBumpedBlock (r:0 w:1)
Storage: Homa BumpEraFrequency (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     23.4
            µs

Reads = 1
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     23.4
            µs

Reads = 1
Writes = 2

Pallet: "module_homa", Extrinsic: "reset_ledgers", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Homa StakingLedgers (r:1 w:1)
Storage: Homa TotalStakingBonded (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    14.96
  + n    8.008
            µs

Reads = 1 + (1 * n)
Writes = 1 + (1 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  n   mean µs  sigma µs       %
  0     5.178     0.179    3.4%
  1     23.17     0.249    1.0%
  2     31.55     0.263    0.8%
  3     39.19     0.257    0.6%
  4     47.35      0.31    0.6%
  5     54.99     0.319    0.5%
  6     64.54     0.703    1.0%
  7     70.84     0.459    0.6%
  8     77.87      0.36    0.4%
  9     86.32     0.449    0.5%
 10      93.9     0.526    0.5%

Quality and confidence:
param     error
n         0.043

Model:
Time ~=    12.15
  + n    8.429
            µs

Reads = 1 + (1 * n)
Writes = 1 + (1 * n)

Pallet: "module_homa", Extrinsic: "reset_current_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Homa RelayChainCurrentEra (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    17.06
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    17.06
            µs

Reads = 1
Writes = 1

Pallet: "module_honzon", Extrinsic: "authorize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Honzon Authorization (r:1 w:1)
Storage: Balances Reserves (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    33.33
            µs

Reads = 2
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    33.33
            µs

Reads = 2
Writes = 2

Pallet: "module_honzon", Extrinsic: "unauthorize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Honzon Authorization (r:1 w:1)
Storage: Balances Reserves (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    36.33
            µs

Reads = 2
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    36.33
            µs

Reads = 2
Writes = 2

Pallet: "module_honzon", Extrinsic: "unauthorize_all", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Balances Reserves (r:1 w:0)
Storage: Honzon Authorization (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    25.16
  + c    5.639
            µs

Reads = 1 + (0 * c)
Writes = 0 + (1 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  0     19.77     0.133    0.6%
  1     35.98     0.557    1.5%
  2     37.47     0.487    1.2%
  3     38.53     0.441    1.1%
  4     40.47     0.963    2.3%

Quality and confidence:
param     error
c         0.161

Model:
Time ~=    24.28
  + c    5.625
            µs

Reads = 1 + (0 * c)
Writes = 0 + (1 * c)

Pallet: "module_honzon", Extrinsic: "adjust_loan", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EmergencyShutdown IsShutdown (r:1 w:0)
Storage: CdpEngine CollateralParams (r:1 w:0)
Storage: Loans Positions (r:1 w:1)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)
Storage: Loans TotalPositions (r:1 w:1)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:1 w:1)
Storage: CdpEngine DebitExchangeRate (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Prices LockedPrice (r:2 w:0)
Storage: AcalaOracle Values (r:1 w:0)
Storage: AssetRegistry AssetMetadatas (r:2 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    116.8
            µs

Reads = 17
Writes = 9

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    116.8
            µs

Reads = 17
Writes = 9

Pallet: "module_honzon", Extrinsic: "transfer_loan_from", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EmergencyShutdown IsShutdown (r:1 w:0)
Storage: Honzon Authorization (r:1 w:0)
Storage: Loans Positions (r:2 w:2)
Storage: CdpEngine DebitExchangeRate (r:1 w:0)
Storage: Prices LockedPrice (r:2 w:0)
Storage: AcalaOracle Values (r:1 w:0)
Storage: AssetRegistry AssetMetadatas (r:2 w:0)
Storage: CdpEngine CollateralParams (r:1 w:0)
Storage: Rewards SharesAndWithdrawnRewards (r:2 w:2)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Loans TotalPositions (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    94.82
            µs

Reads = 16
Writes = 7

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    94.82
            µs

Reads = 16
Writes = 7

Pallet: "module_honzon", Extrinsic: "close_loan_has_debit_by_dex", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EmergencyShutdown IsShutdown (r:1 w:0)
Storage: Loans Positions (r:1 w:1)
Storage: Prices LockedPrice (r:2 w:0)
Storage: AcalaOracle Values (r:1 w:0)
Storage: AssetRegistry AssetMetadatas (r:2 w:0)
Storage: CdpEngine DebitExchangeRate (r:1 w:0)
Storage: CdpEngine CollateralParams (r:1 w:0)
Storage: Tokens Accounts (r:6 w:6)
Storage: System Account (r:3 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: CdpTreasury DebitPool (r:1 w:1)
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: Loans TotalPositions (r:1 w:1)
Storage: AuctionManager TotalCollateralInAuction (r:1 w:0)
Storage: Dex TradingPairStatuses (r:3 w:0)
Storage: Dex LiquidityPool (r:3 w:2)
Storage: StableAsset Pools (r:2 w:0)
Storage: AggregatedDex AggregatedSwapPaths (r:1 w:0)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:0)
Storage: Homa TotalVoidLiquid (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    315.8
            µs

Reads = 37
Writes = 15

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    315.8
            µs

Reads = 37
Writes = 15

Pallet: "module_honzon", Extrinsic: "expand_position_collateral", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CdpEngine CollateralParams (r:1 w:0)
Storage: Tokens Accounts (r:4 w:4)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: System Account (r:2 w:1)
Storage: Dex TradingPairStatuses (r:3 w:0)
Storage: Dex LiquidityPool (r:3 w:2)
Storage: StableAsset Pools (r:2 w:0)
Storage: AggregatedDex AggregatedSwapPaths (r:1 w:0)
Storage: CdpEngine DebitExchangeRate (r:1 w:0)
Storage: Loans Positions (r:1 w:1)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)
Storage: Loans TotalPositions (r:1 w:1)
Storage: Prices LockedPrice (r:2 w:0)
Storage: AcalaOracle Values (r:1 w:0)
Storage: AssetRegistry AssetMetadatas (r:2 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    238.6
            µs

Reads = 27
Writes = 12

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    238.6
            µs

Reads = 27
Writes = 12

Pallet: "module_honzon", Extrinsic: "shrink_position_debit", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CdpEngine CollateralParams (r:1 w:0)
Storage: Loans Positions (r:1 w:1)
Storage: Dex TradingPairStatuses (r:3 w:0)
Storage: Dex LiquidityPool (r:3 w:2)
Storage: StableAsset Pools (r:2 w:0)
Storage: AggregatedDex AggregatedSwapPaths (r:1 w:0)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:0)
Storage: Tokens TotalIssuance (r:2 w:1)
Storage: Homa TotalVoidLiquid (r:1 w:0)
Storage: Tokens Accounts (r:5 w:5)
Storage: System Account (r:2 w:1)
Storage: CdpEngine DebitExchangeRate (r:1 w:0)
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: Loans TotalPositions (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    257.4
            µs

Reads = 27
Writes = 13

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    257.4
            µs

Reads = 27
Writes = 13

Pallet: "module_honzon", Extrinsic: "transfer_debit", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:1 w:1)
Storage: Tokens TotalIssuance (r:2 w:1)
Storage: CdpEngine CollateralParams (r:2 w:0)
Storage: Loans Positions (r:2 w:2)
Storage: Loans TotalPositions (r:2 w:2)
Storage: CdpEngine DebitExchangeRate (r:2 w:0)
Storage: Prices LockedPrice (r:3 w:0)
Storage: AcalaOracle Values (r:1 w:0)
Storage: AssetRegistry AssetMetadatas (r:2 w:0)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:0)
Storage: Homa TotalVoidLiquid (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    145.2
            µs

Reads = 20
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    145.2
            µs

Reads = 20
Writes = 6

Pallet: "module_honzon", Extrinsic: "precompile_get_current_collateral_ratio", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Loans Positions (r:1 w:0)
Storage: Prices LockedPrice (r:2 w:0)
Storage: AcalaOracle Values (r:1 w:0)
Storage: AssetRegistry AssetMetadatas (r:2 w:0)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:0)
Storage: Homa TotalVoidLiquid (r:1 w:0)
Storage: CdpEngine DebitExchangeRate (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    38.61
            µs

Reads = 11
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    38.61
            µs

Reads = 11
Writes = 0

Pallet: "module_cdp_treasury", Extrinsic: "auction_collateral", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:1 w:0)
Storage: AuctionManager TotalCollateralInAuction (r:1 w:1)
Storage: CdpTreasury ExpectedCollateralAuctionSize (r:1 w:0)
Storage: AuctionManager TotalTargetInAuction (r:1 w:1)
Storage: Auction AuctionsIndex (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: AuctionManager CollateralAuctions (r:0 w:1)
Storage: Auction AuctionEndTime (r:0 w:1)
Storage: Auction Auctions (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    43.76
  + b    11.27
            µs

Reads = 6 + (0 * b)
Writes = 7 + (3 * b)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  b   mean µs  sigma µs       %
  1     43.37     0.443    1.0%
  2     55.56      0.49    0.8%
  3     80.36     1.442    1.7%
  4     80.34     1.158    1.4%
  5     90.98     0.789    0.8%
  6       113     0.686    0.6%
  7     126.9     1.496    1.1%
  8     126.3     1.289    1.0%
  9     149.1     1.322    0.8%
 10     150.2     0.615    0.4%
 11     171.8     1.708    0.9%
 12     182.5     1.573    0.8%
 13     193.7     2.103    1.0%
 14     204.5     1.653    0.8%
 15     214.8     1.183    0.5%
 16     214.7     1.795    0.8%
 17     241.2     1.285    0.5%
 18     250.9     0.807    0.3%
 19       262     0.865    0.3%
 20     260.8     1.694    0.6%
 21     282.2     2.164    0.7%
 22     291.6     0.715    0.2%
 23     305.1     1.314    0.4%
 24     314.7     3.081    0.9%
 25     314.3     1.957    0.6%
 26     336.2      4.16    1.2%
 27     347.9     3.343    0.9%
 28     358.8      2.88    0.8%
 29     368.8     3.394    0.9%
 30       379     1.328    0.3%
 31     390.4     1.604    0.4%
 32     393.3     2.881    0.7%
 33     419.7     3.861    0.9%
 34     425.6     3.915    0.9%
 35     444.3     2.775    0.6%
 36     453.5     2.708    0.5%
 37     462.9     3.618    0.7%
 38     474.4     2.947    0.6%
 39     484.2     1.656    0.3%
 40     485.4     4.975    1.0%
 41     507.7     3.643    0.7%
 42     518.1     2.036    0.3%
 43     531.7     4.228    0.7%
 44     537.4     3.722    0.6%
 45     547.8     4.868    0.8%
 46     558.8     3.435    0.6%
 47     569.6     4.181    0.7%
 48     580.4     4.184    0.7%
 49     595.2     5.578    0.9%
 50     590.1     4.969    0.8%

Quality and confidence:
param     error
b         0.019

Model:
Time ~=    42.35
  + b    11.26
            µs

Reads = 6 + (0 * b)
Writes = 6 + (3 * b)

Pallet: "module_cdp_treasury", Extrinsic: "exchange_collateral_to_stable", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:4 w:4)
Storage: AuctionManager TotalCollateralInAuction (r:1 w:0)
Storage: Dex TradingPairStatuses (r:3 w:0)
Storage: Dex LiquidityPool (r:3 w:2)
Storage: StableAsset Pools (r:2 w:0)
Storage: AggregatedDex AggregatedSwapPaths (r:1 w:0)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:0)
Storage: Homa TotalVoidLiquid (r:1 w:0)
Storage: System Account (r:2 w:1)
Storage: EvmAccounts EvmAddresses (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    198.4
            µs

Reads = 21
Writes = 7

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    198.4
            µs

Reads = 21
Writes = 7

Pallet: "module_cdp_treasury", Extrinsic: "set_expected_collateral_auction_size", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CdpTreasury ExpectedCollateralAuctionSize (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    15.45
            µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    15.45
            µs

Reads = 0
Writes = 1

Pallet: "module_cdp_treasury", Extrinsic: "extract_surplus_to_treasury", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     42.9
            µs

Reads = 4
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     42.9
            µs

Reads = 4
Writes = 3

Pallet: "module_collator_selection", Extrinsic: "set_invulnerables", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CollatorSelection Invulnerables (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    13.24
  + b    0.094
            µs

Reads = 0 + (0 * b)
Writes = 1 + (0 * b)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  b   mean µs  sigma µs       %
  1     13.32     0.135    1.0%
  2     13.48     0.117    0.8%
  3     13.53     0.156    1.1%
  4     13.58     0.139    1.0%
  5     13.89      0.19    1.3%
  6     13.81     0.156    1.1%
  7     13.92     0.161    1.1%
  8      13.9     0.195    1.4%
  9     14.21     0.193    1.3%
 10     14.08     0.195    1.3%

Quality and confidence:
param     error
b         0.003

Model:
Time ~=    13.26
  + b    0.095
            µs

Reads = 0 + (0 * b)
Writes = 1 + (0 * b)

Pallet: "module_collator_selection", Extrinsic: "set_desired_candidates", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CollatorSelection DesiredCandidates (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    12.29
            µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    12.29
            µs

Reads = 0
Writes = 1

Pallet: "module_collator_selection", Extrinsic: "set_candidacy_bond", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CollatorSelection CandidacyBond (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    12.86
            µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    12.86
            µs

Reads = 0
Writes = 1

Pallet: "module_collator_selection", Extrinsic: "register_as_candidate", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CollatorSelection NonCandidates (r:1 w:1)
Storage: CollatorSelection CandidacyBond (r:1 w:0)
Storage: CollatorSelection Candidates (r:1 w:1)
Storage: CollatorSelection DesiredCandidates (r:1 w:0)
Storage: CollatorSelection Invulnerables (r:1 w:0)
Storage: Session NextKeys (r:1 w:0)
Storage: Balances Reserves (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    49.58
  + c    0.452
            µs

Reads = 7 + (0 * c)
Writes = 3 + (0 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  5     50.69      0.39    0.7%
  6     51.58     0.484    0.9%
  7     51.32     0.277    0.5%
  8     52.68     0.542    1.0%
  9     52.73     0.432    0.8%
 10     53.28     0.507    0.9%
 11     53.94      0.87    1.6%
 12     54.82     0.593    1.0%
 13     55.65     0.556    0.9%
 14     56.04     0.579    1.0%
 15     55.99      0.37    0.6%
 16      56.7     0.729    1.2%
 17     57.07     0.327    0.5%
 18     57.93     0.729    1.2%
 19     58.42     0.576    0.9%
 20     60.21     0.522    0.8%
 21     60.51     0.904    1.4%
 22     61.01      0.71    1.1%
 23      60.9      0.57    0.9%
 24     61.09     0.395    0.6%
 25     62.49     0.671    1.0%
 26     61.06     0.487    0.7%
 27     61.63     0.539    0.8%
 28     62.84     0.666    1.0%
 29     62.88     0.599    0.9%
 30      63.4     0.537    0.8%
 31     63.95     0.561    0.8%
 32     64.61     0.697    1.0%
 33     65.91      0.65    0.9%
 34     65.92     0.582    0.8%
 35     66.99     0.334    0.4%
 36      67.1     0.466    0.6%
 37     67.08     0.593    0.8%
 38     66.94     0.515    0.7%
 39     66.93     0.724    1.0%
 40     68.79     0.629    0.9%
 41     68.25     0.725    1.0%
 42     68.71     0.403    0.5%
 43     67.87     0.607    0.8%
 44     68.26     0.572    0.8%
 45     67.62     0.541    0.8%
 46     70.16     0.621    0.8%
 47     70.19     0.593    0.8%
 48     71.05     0.386    0.5%
 49     69.17     0.643    0.9%
 50     70.23     0.503    0.7%

Quality and confidence:
param     error
c         0.003

Model:
Time ~=    49.61
  + c    0.449
            µs

Reads = 7 + (0 * c)
Writes = 3 + (0 * c)

Pallet: "module_collator_selection", Extrinsic: "register_candidate", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CollatorSelection Candidates (r:1 w:1)
Storage: CollatorSelection DesiredCandidates (r:1 w:0)
Storage: CollatorSelection Invulnerables (r:1 w:0)
Storage: Session NextKeys (r:1 w:0)
Storage: Balances Reserves (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    33.42
  + c    0.411
            µs

Reads = 5 + (0 * c)
Writes = 1 + (0 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  1     29.87     0.142    0.4%
  2     32.62     0.346    1.0%
  3     33.87      0.47    1.3%
  4     34.54     0.469    1.3%
  5     34.76     0.327    0.9%
  6      35.6     0.222    0.6%
  7     35.97     0.331    0.9%
  8     36.31     0.233    0.6%
  9     36.71     0.436    1.1%
 10     37.47     0.498    1.3%
 11     38.77      0.52    1.3%
 12     38.44     0.362    0.9%
 13     39.42     0.414    1.0%
 14     39.79     0.434    1.0%
 15     40.14     0.561    1.3%
 16     40.25     0.524    1.3%
 17     40.83     0.557    1.3%
 18     41.18       0.4    0.9%
 19     41.62     0.237    0.5%
 20     41.97     0.587    1.3%
 21     42.27     0.335    0.7%
 22     43.14     0.593    1.3%
 23      43.8     0.471    1.0%
 24      44.7     0.828    1.8%
 25     44.55     0.415    0.9%
 26     44.41     0.402    0.9%
 27     44.56     0.314    0.7%
 28     44.99     0.237    0.5%
 29     45.47     0.512    1.1%
 30     45.68     0.347    0.7%
 31     45.17     0.497    1.1%
 32     47.11      0.51    1.0%
 33     48.58     0.533    1.0%
 34     49.75     0.481    0.9%
 35     48.18     0.369    0.7%
 36     48.74     0.402    0.8%
 37     48.66     0.528    1.0%
 38     49.81      0.43    0.8%
 39     50.28     0.253    0.5%
 40     51.29     0.438    0.8%
 41     50.46     0.603    1.1%
 42     50.43     0.591    1.1%
 43     49.72      0.51    1.0%
 44     51.01     0.623    1.2%
 45     51.05     0.307    0.6%
 46     52.13     0.728    1.3%
 47     51.68     0.219    0.4%
 48      51.8     0.355    0.6%
 49     51.85     0.505    0.9%
 50     52.83     0.508    0.9%

Quality and confidence:
param     error
c         0.003

Model:
Time ~=    33.27
  + c    0.416
            µs

Reads = 5 + (0 * c)
Writes = 1 + (0 * c)

Pallet: "module_collator_selection", Extrinsic: "leave_intent", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CollatorSelection Candidates (r:1 w:1)
Storage: Session CurrentIndex (r:1 w:0)
Storage: CollatorSelection NonCandidates (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     22.9
  + c    0.321
            µs

Reads = 2 + (0 * c)
Writes = 2 + (0 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  6     24.24     0.323    1.3%
  7     24.53     0.357    1.4%
  8     25.01     0.394    1.5%
  9     25.26      0.34    1.3%
 10     25.65     0.199    0.7%
 11     25.91     0.412    1.5%
 12     26.53     0.535    2.0%
 13     27.25      0.28    1.0%
 14     27.56     0.264    0.9%
 15     27.83     0.285    1.0%
 16     27.81     0.195    0.7%
 17     28.46     0.506    1.7%
 18      28.8     0.328    1.1%
 19      28.9      0.21    0.7%
 20     29.71     0.308    1.0%
 21     29.85     0.499    1.6%
 22     30.35     0.249    0.8%
 23      30.6     0.362    1.1%
 24     30.49     0.214    0.7%
 25     31.27     0.428    1.3%
 26     31.15     0.246    0.7%
 27     31.28     0.415    1.3%
 28     32.01      0.42    1.3%
 29     32.31     0.437    1.3%
 30     32.73     0.333    1.0%
 31     32.92     0.764    2.3%
 32     33.76     0.456    1.3%
 33     33.39     0.223    0.6%
 34     33.93     0.163    0.4%
 35     35.17     0.332    0.9%
 36     35.64     0.496    1.3%
 37      35.2     0.493    1.4%
 38     35.19     0.396    1.1%
 39      35.8     0.324    0.9%
 40      36.3     0.261    0.7%
 41     36.36     0.404    1.1%
 42     36.61     0.402    1.0%
 43      36.5      0.39    1.0%
 44     36.35     0.371    1.0%
 45     37.24       0.4    1.0%
 46     37.43     0.456    1.2%
 47     36.55     0.347    0.9%
 48     37.43      0.37    0.9%
 49     37.18     0.629    1.6%
 50     38.38     0.472    1.2%

Quality and confidence:
param     error
c         0.002

Model:
Time ~=    22.87
  + c    0.321
            µs

Reads = 2 + (0 * c)
Writes = 2 + (0 * c)

Pallet: "module_collator_selection", Extrinsic: "withdraw_bond", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CollatorSelection NonCandidates (r:1 w:1)
Storage: Session CurrentIndex (r:1 w:0)
Storage: Balances Reserves (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    52.24
            µs

Reads = 3
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    52.24
            µs

Reads = 3
Writes = 2

Pallet: "module_collator_selection", Extrinsic: "note_author", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:2 w:2)
Storage: CollatorSelection SessionPoints (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    38.48
            µs

Reads = 3
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    38.48
            µs

Reads = 3
Writes = 2

Pallet: "module_collator_selection", Extrinsic: "new_session", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CollatorSelection Candidates (r:1 w:0)
Storage: CollatorSelection Invulnerables (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.16
            µs

Reads = 2
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.16
            µs

Reads = 2
Writes = 0

Pallet: "module_collator_selection", Extrinsic: "start_session", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Session Validators (r:1 w:0)
Storage: CollatorSelection Candidates (r:1 w:0)
Storage: CollatorSelection SessionPoints (r:0 w:50)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    12.92
  + r        0
  + c    1.086
            µs

Reads = 2 + (0 * r) + (0 * c)
Writes = 0 + (0 * r) + (1 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  r     c   mean µs  sigma µs       %
  5    50     67.01     0.453    0.6%
  6    50     67.75     0.504    0.7%
  7    50     67.47     0.293    0.4%
  8    50     66.78     0.466    0.6%
  9    50     67.22     0.358    0.5%
 10    50     66.84     0.544    0.8%
 11    50     66.89     0.296    0.4%
 12    50      67.9     0.363    0.5%
 13    50     66.36     0.392    0.5%
 14    50     67.43     0.319    0.4%
 15    50     68.11     0.468    0.6%
 16    50     67.29     0.423    0.6%
 17    50      66.7     0.499    0.7%
 18    50     67.11     0.471    0.7%
 19    50     68.04     0.259    0.3%
 20    50     67.05     0.469    0.6%
 21    50     67.24     0.531    0.7%
 22    50        68     0.334    0.4%
 23    50     66.88     0.346    0.5%
 24    50     67.08     0.458    0.6%
 25    50     66.39     0.549    0.8%
 26    50     67.44     0.622    0.9%
 27    50     66.77     0.613    0.9%
 28    50     66.75     0.415    0.6%
 29    50     67.35      0.42    0.6%
 30    50     66.22     0.159    0.2%
 31    50      67.2     0.517    0.7%
 32    50     66.75     0.419    0.6%
 33    50        67     0.402    0.5%
 34    50     66.93      0.21    0.3%
 35    50      66.5     0.562    0.8%
 36    50     67.35     0.399    0.5%
 37    50     68.07     0.413    0.6%
 38    50     66.88     0.363    0.5%
 39    50     67.19     0.507    0.7%
 40    50     66.66     0.421    0.6%
 41    50        68     0.423    0.6%
 42    50     67.59     0.469    0.6%
 43    50     66.71     0.343    0.5%
 44    50     66.39     0.459    0.6%
 45    50     67.23     0.501    0.7%
 46    50     67.53     0.491    0.7%
 47    50     66.77      0.43    0.6%
 48    50     66.58     0.606    0.9%
 49    50     66.39     0.277    0.4%
 50     5     18.24     0.222    1.2%
 50     6     19.04     0.271    1.4%
 50     7     20.13      0.26    1.2%
 50     8     21.87      0.35    1.6%
 50     9     22.52     0.397    1.7%
 50    10     23.73     0.538    2.2%
 50    11     24.95     0.327    1.3%
 50    12     26.18     0.492    1.8%
 50    13     27.08     0.339    1.2%
 50    14     28.21     0.387    1.3%
 50    15      28.6     0.431    1.5%
 50    16        30     0.322    1.0%
 50    17     30.88     0.427    1.3%
 50    18     31.88     0.394    1.2%
 50    19     33.21     0.268    0.8%
 50    20     34.02     0.295    0.8%
 50    21     35.85      0.23    0.6%
 50    22     37.57     0.313    0.8%
 50    23     38.17     0.398    1.0%
 50    24     40.16     0.413    1.0%
 50    25     41.73     0.579    1.3%
 50    26     41.73     0.357    0.8%
 50    27     42.72     0.395    0.9%
 50    28     44.54      0.26    0.5%
 50    29     44.42     0.314    0.7%
 50    30     45.84     0.522    1.1%
 50    31     47.13     0.394    0.8%
 50    32     48.55     0.534    1.0%
 50    33     50.11     0.363    0.7%
 50    34     51.08     0.297    0.5%
 50    35     51.27     0.608    1.1%
 50    36     53.37     0.519    0.9%
 50    37     53.73     0.556    1.0%
 50    38     54.82     0.405    0.7%
 50    39     54.86     0.373    0.6%
 50    40     56.73     0.691    1.2%
 50    41     56.81     0.434    0.7%
 50    42      57.9     0.283    0.4%
 50    43     59.24     0.488    0.8%
 50    44     60.08     0.284    0.4%
 50    45     61.34     0.326    0.5%
 50    46     61.67      0.26    0.4%
 50    47     62.55      0.42    0.6%
 50    48     65.01      0.67    1.0%
 50    49     66.04     0.322    0.4%
 50    50     67.66     0.493    0.7%

Quality and confidence:
param     error
r         0.001
c         0.001

Model:
Time ~=    13.12
  + r        0
  + c     1.08
            µs

Reads = 2 + (0 * r) + (0 * c)
Writes = 0 + (0 * r) + (1 * c)

Pallet: "module_collator_selection", Extrinsic: "end_session", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: CollatorSelection SessionPoints (r:51 w:50)
Storage: CollatorSelection Candidates (r:1 w:1)
Storage: Session CurrentIndex (r:1 w:0)
Storage: CollatorSelection NonCandidates (r:0 w:41)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    408.4
  + r        0
  + c    5.813
            µs

Reads = 3 + (0 * r) + (1 * c)
Writes = 47 + (0 * r) + (1 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  r     c   mean µs  sigma µs       %
  5    50     648.7     5.158    0.7%
  6    50     641.4     5.269    0.8%
  7    50     636.1     3.587    0.5%
  8    50     629.6     5.479    0.8%
  9    50     622.9      4.91    0.7%
 10    50       616     2.656    0.4%
 11    50     609.5     5.174    0.8%
 12    50     597.7     1.422    0.2%
 13    50     589.4     2.051    0.3%
 14    50       579     1.382    0.2%
 15    50     574.4     3.886    0.6%
 16    50     571.8     3.248    0.5%
 17    50     565.9      3.76    0.6%
 18    50     551.2     2.795    0.5%
 19    50       544     0.979    0.1%
 20    50     540.7      2.99    0.5%
 21    50     531.4     2.676    0.5%
 22    50     520.7     1.866    0.3%
 23    50     514.9       2.5    0.4%
 24    50     509.5     2.858    0.5%
 25    50       498     2.118    0.4%
 26    50     492.7     3.109    0.6%
 27    50     489.2     2.459    0.5%
 28    50     481.8     4.016    0.8%
 29    50     469.2     4.185    0.8%
 30    50     461.2     0.855    0.1%
 31    50     448.1     1.478    0.3%
 32    50     440.9     2.816    0.6%
 33    50     433.6     1.161    0.2%
 34    50     423.2     1.628    0.3%
 35    50     418.4     1.917    0.4%
 36    50     410.3      1.35    0.3%
 37    50     399.8     0.836    0.2%
 38    50     389.5     2.587    0.6%
 39    50     382.6     0.907    0.2%
 40    50     375.5     2.747    0.7%
 41    50       362     2.232    0.6%
 42    50     354.2     1.579    0.4%
 43    50     343.1     0.759    0.2%
 44    50     333.8     0.822    0.2%
 45    50     322.8     4.421    1.3%
 46    50     304.5     1.056    0.3%
 47    50     302.4     2.548    0.8%
 48    50     300.3     0.923    0.3%
 49    50     303.2     0.769    0.2%
 50     5     38.96     0.459    1.1%
 50     6      45.9     0.144    0.3%
 50     7      52.9     0.338    0.6%
 50     8     57.31     0.417    0.7%
 50     9     62.75     0.623    0.9%
 50    10     68.38     0.454    0.6%
 50    11     75.53     0.727    0.9%
 50    12     79.03     0.466    0.5%
 50    13     84.31     0.881    1.0%
 50    14     92.11     0.639    0.6%
 50    15     96.95     0.737    0.7%
 50    16     105.1     0.989    0.9%
 50    17     110.8     0.973    0.8%
 50    18     114.8     0.816    0.7%
 50    19     121.9     0.843    0.6%
 50    20     126.4     0.828    0.6%
 50    21     134.1     0.602    0.4%
 50    22     139.7     0.585    0.4%
 50    23     145.9     0.914    0.6%
 50    24     149.6     0.626    0.4%
 50    25     155.3     1.201    0.7%
 50    26     159.9     0.549    0.3%
 50    27     165.8     0.715    0.4%
 50    28     176.8     4.918    2.7%
 50    29     174.9     0.816    0.4%
 50    30       183     1.209    0.6%
 50    31     188.5      0.87    0.4%
 50    32     197.2     2.078    1.0%
 50    33     200.1     0.608    0.3%
 50    34     206.2     1.166    0.5%
 50    35     211.6      0.79    0.3%
 50    36     219.1     0.907    0.4%
 50    37     227.1     0.622    0.2%
 50    38     233.1     0.756    0.3%
 50    39     237.8     0.634    0.2%
 50    40       244     0.992    0.4%
 50    41     249.3     0.965    0.3%
 50    42     254.5     4.514    1.7%
 50    43     261.5     0.827    0.3%
 50    44     265.5     0.799    0.3%
 50    45     275.7       1.1    0.3%
 50    46     281.3     0.883    0.3%
 50    47     287.2     1.282    0.4%
 50    48     288.7     1.195    0.4%
 50    49     294.4      1.16    0.3%
 50    50     300.2     1.004    0.3%

Quality and confidence:
param     error
r         0.015
c         0.015

Model:
Time ~=    412.1
  + r        0
  + c    5.666
            µs

Reads = 3 + (0 * r) + (1 * c)
Writes = 48 + (0 * r) + (1 * c)

Pallet: "module_transaction_pause", Extrinsic: "pause_transaction", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: TransactionPause PausedTransactions (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    17.52
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    17.52
            µs

Reads = 1
Writes = 1

Pallet: "module_transaction_pause", Extrinsic: "unpause_transaction", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: TransactionPause PausedTransactions (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.78
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.78
            µs

Reads = 1
Writes = 1

Pallet: "module_transaction_pause", Extrinsic: "pause_evm_precompile", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: TransactionPause PausedEvmPrecompiles (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    17.29
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    17.29
            µs

Reads = 1
Writes = 1

Pallet: "module_transaction_pause", Extrinsic: "unpause_evm_precompile", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: TransactionPause PausedEvmPrecompiles (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.67
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.67
            µs

Reads = 1
Writes = 1

Pallet: "module_transaction_payment", Extrinsic: "set_alternative_fee_swap_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Balances Reserves (r:1 w:1)
Storage: TransactionPayment AlternativeFeeSwapPath (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     28.5
            µs

Reads = 1
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     28.5
            µs

Reads = 1
Writes = 2

Pallet: "module_transaction_payment", Extrinsic: "enable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: TransactionPayment PoolSize (r:1 w:1)
Storage: Dex TradingPairStatuses (r:3 w:0)
Storage: Dex LiquidityPool (r:1 w:0)
Storage: StableAsset Pools (r:1 w:0)
Storage: AggregatedDex AggregatedSwapPaths (r:1 w:0)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:1 w:1)
Storage: TransactionPayment TokenExchangeRate (r:0 w:1)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    93.41
            µs

Reads = 10
Writes = 6

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    93.41
            µs

Reads = 10
Writes = 6

Pallet: "module_transaction_payment", Extrinsic: "disable_charge_fee_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: TransactionPayment TokenExchangeRate (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:1 w:1)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: TransactionPayment SwapBalanceThreshold (r:0 w:1)
Storage: TransactionPayment GlobalFeeSwapPath (r:0 w:1)
Storage: TransactionPayment PoolSize (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    72.25
            µs

Reads = 5
Writes = 7

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    72.25
            µs

Reads = 5
Writes = 7

Pallet: "module_transaction_payment", Extrinsic: "with_fee_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    7.103
            µs

Reads = 0
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    7.103
            µs

Reads = 0
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_currency", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    7.806
            µs

Reads = 0
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    7.806
            µs

Reads = 0
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_aggregated_path", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    8.591
            µs

Reads = 0
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    8.591
            µs

Reads = 0
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "with_fee_paid_by", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    5.493
            µs

Reads = 0
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    5.493
            µs

Reads = 0
Writes = 0

Pallet: "module_transaction_payment", Extrinsic: "on_finalize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: TransactionPayment NextFeeMultiplier (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    9.453
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    9.453
            µs

Reads = 1
Writes = 1

Pallet: "module_incentives", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EmergencyShutdown IsShutdown (r:1 w:0)
Storage: Rewards PoolInfos (r:1 w:0)
Storage: Incentives IncentiveRewardAmounts (r:2 w:0)
Storage: System Account (r:2 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    11.48
  + c    15.17
            µs

Reads = 2 + (3 * c)
Writes = 0 + (0 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  0     8.922     0.102    1.1%
  1     27.66     0.177    0.6%
  2     42.46     0.216    0.5%
  3     54.94     0.327    0.5%
  4     68.16     0.319    0.4%

Quality and confidence:
param     error
c         0.063

Model:
Time ~=     10.6
  + c    15.19
            µs

Reads = 3 + (4 * c)
Writes = 0 + (0 * c)

Pallet: "module_incentives", Extrinsic: "deposit_dex_share", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: System Account (r:1 w:1)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    62.49
            µs

Reads = 6
Writes = 5

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    62.49
            µs

Reads = 6
Writes = 5

Pallet: "module_incentives", Extrinsic: "withdraw_dex_share", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:1 w:0)
Storage: Rewards PoolInfos (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    60.53
            µs

Reads = 5
Writes = 4

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    60.53
            µs

Reads = 5
Writes = 4

Pallet: "module_incentives", Extrinsic: "claim_rewards", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Rewards SharesAndWithdrawnRewards (r:1 w:1)
Storage: Rewards PoolInfos (r:1 w:1)
Storage: Incentives PendingMultiRewards (r:1 w:1)
Storage: Incentives ClaimRewardDeductionRates (r:1 w:0)
Storage: System Account (r:1 w:1)
Storage: EvmAccounts EvmAddresses (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     66.2
            µs

Reads = 6
Writes = 4

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     66.2
            µs

Reads = 6
Writes = 4

Pallet: "module_incentives", Extrinsic: "update_incentive_rewards", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Incentives IncentiveRewardAmounts (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    7.873
  + c    7.479
            µs

Reads = 0 + (1 * c)
Writes = 0 + (1 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  0     5.007      0.05    0.9%
  1     18.12     0.172    0.9%
  2     23.37     0.191    0.8%
  3     28.23     0.177    0.6%
  4     33.66     0.414    1.2%

Quality and confidence:
param     error
c         0.086

Model:
Time ~=    7.444
  + c    7.411
            µs

Reads = 0 + (1 * c)
Writes = 0 + (1 * c)

Pallet: "module_incentives", Extrinsic: "update_claim_reward_deduction_rates", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Incentives ClaimRewardDeductionRates (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     5.14
  + c    1.813
            µs

Reads = 0 + (1 * c)
Writes = 0 + (1 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  0     4.783     0.055    1.1%
  1     7.572     0.082    1.0%
  2      8.84     0.075    0.8%
  3      10.4     0.102    0.9%
  4     12.14     0.216    1.7%

Quality and confidence:
param     error
c         0.014

Model:
Time ~=    5.169
  + c     1.81
            µs

Reads = 0 + (1 * c)
Writes = 0 + (1 * c)

Pallet: "module_prices", Extrinsic: "lock_price", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: AcalaOracle Values (r:1 w:0)
Storage: AssetRegistry AssetMetadatas (r:1 w:0)
Storage: Prices LockedPrice (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    25.49
            µs

Reads = 2
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    25.49
            µs

Reads = 2
Writes = 1

Pallet: "module_prices", Extrinsic: "unlock_price", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Prices LockedPrice (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.46
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.46
            µs

Reads = 1
Writes = 1

Pallet: "module_evm_accounts", Extrinsic: "claim_account", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EvmAccounts EvmAddresses (r:1 w:1)
Storage: EvmAccounts Accounts (r:1 w:1)
Storage: EVM ChainId (r:1 w:0)
Storage: System BlockHash (r:1 w:0)
Storage: System Account (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    78.38
            µs

Reads = 5
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    78.38
            µs

Reads = 5
Writes = 2

Pallet: "module_evm_accounts", Extrinsic: "claim_default_account", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: EvmAccounts EvmAddresses (r:1 w:1)
Storage: EvmAccounts Accounts (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.69
            µs

Reads = 1
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.69
            µs

Reads = 1
Writes = 2

Pallet: "module_currencies", Extrinsic: "transfer_non_native_currency", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    48.45
            µs

Reads = 4
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    48.45
            µs

Reads = 4
Writes = 3

Pallet: "module_currencies", Extrinsic: "transfer_native_currency", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)
Storage: EvmAccounts EvmAddresses (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    38.58
            µs

Reads = 2
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    38.58
            µs

Reads = 2
Writes = 1

Pallet: "module_currencies", Extrinsic: "update_balance_non_native_currency", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    29.17
            µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    29.17
            µs

Reads = 3
Writes = 3

Pallet: "module_currencies", Extrinsic: "update_balance_native_currency_creating", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    29.21
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    29.21
            µs

Reads = 1
Writes = 1

Pallet: "module_currencies", Extrinsic: "update_balance_native_currency_killing", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:1)
Storage: EvmAccounts EvmAddresses (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    29.31
            µs

Reads = 2
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    29.31
            µs

Reads = 2
Writes = 1

Pallet: "module_currencies", Extrinsic: "sweep_dust", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     18.2
  + c    18.96
            µs

Reads = 1 + (2 * c)
Writes = 1 + (2 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  1     37.15     0.263    0.7%
  2     56.18     0.384    0.6%
  3     75.04     0.262    0.3%

Quality and confidence:
param     error
c         0.027

Model:
Time ~=    18.13
  + c    19.01
            µs

Reads = 1 + (2 * c)
Writes = 1 + (2 * c)

Pallet: "module_currencies", Extrinsic: "force_set_lock", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Locks (r:1 w:1)
Storage: Tokens Accounts (r:1 w:1)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    28.49
            µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    28.49
            µs

Reads = 3
Writes = 3

Pallet: "module_currencies", Extrinsic: "force_remove_lock", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Locks (r:1 w:1)
Storage: Tokens Accounts (r:1 w:1)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    28.88
            µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    28.88
            µs

Reads = 3
Writes = 3

Pallet: "module_session_manager", Extrinsic: "schedule_session_duration", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Session CurrentIndex (r:1 w:0)
Storage: SessionManager SessionDuration (r:1 w:0)
Storage: SessionManager DurationOffset (r:1 w:0)
Storage: SessionManager SessionDurationChanges (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     20.9
            µs

Reads = 3
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     20.9
            µs

Reads = 3
Writes = 1

Pallet: "module_session_manager", Extrinsic: "on_initialize_skip", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: SessionManager SessionDurationChanges (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.644
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.644
            µs

Reads = 1
Writes = 1

Pallet: "module_session_manager", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: SessionManager SessionDurationChanges (r:1 w:1)
Storage: SessionManager DurationOffset (r:0 w:1)
Storage: SessionManager SessionDuration (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    5.937
            µs

Reads = 1
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    5.937
            µs

Reads = 1
Writes = 3

Pallet: "module_session_manager", Extrinsic: "estimate_current_session_progress", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: SessionManager DurationOffset (r:1 w:0)
Storage: SessionManager SessionDuration (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.304
            µs

Reads = 2
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.304
            µs

Reads = 2
Writes = 0

Pallet: "module_session_manager", Extrinsic: "estimate_next_session_rotation", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: SessionManager DurationOffset (r:1 w:0)
Storage: SessionManager SessionDuration (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.276
            µs

Reads = 2
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    4.276
            µs

Reads = 2
Writes = 0

Pallet: "module_honzon_bridge", Extrinsic: "set_bridged_stable_coin_address", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: HonzonBridge BridgedStableCoinCurrencyId (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    14.91
            µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    14.91
            µs

Reads = 0
Writes = 1

Pallet: "module_honzon_bridge", Extrinsic: "to_bridged", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: HonzonBridge BridgedStableCoinCurrencyId (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    16.61
            µs

Reads = 1
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    16.61
            µs

Reads = 1
Writes = 0

Pallet: "module_honzon_bridge", Extrinsic: "from_bridged", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: HonzonBridge BridgedStableCoinCurrencyId (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    16.58
            µs

Reads = 1
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    16.58
            µs

Reads = 1
Writes = 0

Pallet: "orml_tokens", Extrinsic: "transfer", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     45.2
            µs

Reads = 4
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     45.2
            µs

Reads = 4
Writes = 3

Pallet: "orml_tokens", Extrinsic: "transfer_all", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    47.44
            µs

Reads = 4
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    47.44
            µs

Reads = 4
Writes = 3

Pallet: "orml_tokens", Extrinsic: "transfer_keep_alive", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    34.03
            µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    34.03
            µs

Reads = 3
Writes = 3

Pallet: "orml_tokens", Extrinsic: "force_transfer", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    36.28
            µs

Reads = 4
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    36.28
            µs

Reads = 4
Writes = 3

Pallet: "orml_tokens", Extrinsic: "set_balance", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Tokens Accounts (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    28.53
            µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    28.53
            µs

Reads = 3
Writes = 3

Pallet: "orml_vesting", Extrinsic: "vested_transfer", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParachainSystem ValidationData (r:1 w:0)
Storage: Vesting VestingSchedules (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.37
            µs

Reads = 2
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.37
            µs

Reads = 2
Writes = 1

Pallet: "orml_vesting", Extrinsic: "claim", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParachainSystem ValidationData (r:1 w:0)
Storage: Vesting VestingSchedules (r:1 w:1)
Storage: Balances Locks (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    33.02
  + i    0.003
            µs

Reads = 3 + (0 * i)
Writes = 2 + (0 * i)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  i   mean µs  sigma µs       %
  1     33.11     0.288    0.8%
  3     33.13     0.355    1.0%
  5     32.96     0.237    0.7%
  7     33.18     0.177    0.5%
  9     33.25     0.365    1.0%
 11     33.21      0.72    2.1%
 13     33.02     0.208    0.6%
 15     32.98     0.351    1.0%
 17     33.02     0.206    0.6%
 19     33.58     0.338    1.0%
 21     33.16     0.415    1.2%
 23     33.09     0.195    0.5%
 25     32.84     0.225    0.6%
 27     33.19     0.415    1.2%
 29     33.11     0.338    1.0%
 31     33.21      0.53    1.5%
 33      33.1     0.128    0.3%
 35     32.99     0.189    0.5%
 37     33.21     0.323    0.9%
 39     33.44     0.423    1.2%
 41     33.24     0.414    1.2%
 43     33.08     0.129    0.3%
 45     33.14     0.283    0.8%
 47     33.22      0.41    1.2%
 49     33.58     0.411    1.2%
 51     33.57      0.54    1.6%
 53     33.45     0.456    1.3%
 55     33.42      0.54    1.6%
 57     33.06     0.248    0.7%
 59     33.65     0.438    1.3%
 61     33.33     0.382    1.1%
 63     33.76     0.382    1.1%
 65     33.46     0.291    0.8%
 67      33.2     0.281    0.8%
 69     33.43     0.421    1.2%
 71        33     0.196    0.5%
 73      33.3     0.297    0.8%
 75     33.42     0.344    1.0%
 77     33.49     0.443    1.3%
 79     33.17     0.307    0.9%
 81     33.06     0.171    0.5%
 83     33.63     0.272    0.8%
 85     33.48     0.308    0.9%
 87     33.26      0.29    0.8%
 89     33.63     0.347    1.0%
 91     33.38      0.32    0.9%
 93     33.62     0.321    0.9%
 95     33.11     0.398    1.2%
 97     33.57     0.323    0.9%
100     33.33     0.241    0.7%

Quality and confidence:
param     error
i             0

Model:
Time ~=    33.09
  + i    0.003
            µs

Reads = 3 + (0 * i)
Writes = 2 + (0 * i)

Pallet: "orml_vesting", Extrinsic: "update_vesting_schedules", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: System Account (r:1 w:0)
Storage: Vesting VestingSchedules (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    16.71
  + i    0.053
            µs

Reads = 1 + (0 * i)
Writes = 1 + (0 * i)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  i   mean µs  sigma µs       %
  1     16.13     0.158    0.9%
  3     16.74     0.195    1.1%
  5      16.7     0.085    0.5%
  7     17.03     0.114    0.6%
  9     17.21     0.251    1.4%
 11     17.47     0.104    0.5%
 13     17.12     0.104    0.6%
 15      17.5      0.13    0.7%
 17     17.47     0.141    0.8%
 19     17.74     0.152    0.8%
 21      17.9     0.087    0.4%
 23     18.21     0.175    0.9%
 25     18.32     0.161    0.8%
 27     18.24     0.187    1.0%
 29     18.25     0.108    0.5%
 31     18.43     0.119    0.6%
 33     18.52      0.13    0.7%
 35     18.55     0.135    0.7%
 37     18.73     0.093    0.4%
 39     18.82     0.131    0.6%
 41     18.96     0.123    0.6%
 43     19.14     0.107    0.5%
 45     19.29     0.118    0.6%
 47     19.31     0.142    0.7%
 49     19.82     0.115    0.5%
 51     19.39     0.132    0.6%
 53     19.45     0.067    0.3%
 55     19.55     0.129    0.6%
 57     19.91     0.101    0.5%
 59     19.91     0.126    0.6%
 61     19.98      0.16    0.8%
 63     19.92     0.134    0.6%
 65     20.26     0.216    1.0%
 67     20.17     0.122    0.6%
 69     20.31     0.135    0.6%
 71     20.46     0.213    1.0%
 73     20.38     0.109    0.5%
 75     20.55     0.153    0.7%
 77     20.82     0.134    0.6%
 79     21.06     0.141    0.6%
 81     21.14     0.071    0.3%
 83      20.9     0.237    1.1%
 85     21.25     0.107    0.5%
 87     21.47     0.217    1.0%
 89     21.41      0.06    0.2%
 91     21.32     0.191    0.8%
 93     21.64     0.131    0.6%
 95      21.7     0.298    1.3%
 97     21.82     0.142    0.6%
100     21.93     0.186    0.8%

Quality and confidence:
param     error
i             0

Model:
Time ~=     16.7
  + i    0.053
            µs

Reads = 1 + (0 * i)
Writes = 1 + (0 * i)

Pallet: "orml_auction", Extrinsic: "bid_collateral_auction", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Auction Auctions (r:1 w:1)
Storage: AuctionManager CollateralAuctions (r:1 w:1)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:1 w:1)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: Auction AuctionEndTime (r:0 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    92.71
            µs

Reads = 7
Writes = 8

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    92.71
            µs

Reads = 7
Writes = 8

Pallet: "orml_auction", Extrinsic: "on_finalize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Auction AuctionEndTime (r:2 w:1)
Storage: Auction Auctions (r:1 w:1)
Storage: AuctionManager CollateralAuctions (r:1 w:1)
Storage: Tokens Accounts (r:2 w:1)
Storage: AuctionManager TotalCollateralInAuction (r:1 w:1)
Storage: Dex TradingPairStatuses (r:2 w:0)
Storage: StableAsset Pools (r:1 w:0)
Storage: AggregatedDex AggregatedSwapPaths (r:1 w:0)
Storage: CdpTreasury DebitPool (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: System Account (r:2 w:2)
Storage: AuctionManager TotalTargetInAuction (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    46.65
  + c    42.94
            µs

Reads = 13 + (3 * c)
Writes = 7 + (3 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  1     95.77     0.753    0.7%
  3     183.7     2.054    1.1%
  5     275.7     2.555    0.9%
  7     354.3     1.908    0.5%
  9     439.1     1.773    0.4%
 11     524.6     1.149    0.2%
 13     604.2     4.745    0.7%
 15     690.5     2.738    0.3%
 17     775.2      5.12    0.6%
 19     858.4     4.155    0.4%
 21     942.4     6.149    0.6%
 23      1029     6.468    0.6%
 25      1124       7.4    0.6%
 27      1214     6.224    0.5%
 29      1290     4.405    0.3%
 31      1375     5.199    0.3%
 33      1465      3.03    0.2%
 35      1547     4.438    0.2%
 37      1627     3.689    0.2%
 39      1710     4.546    0.2%
 41      1807      3.91    0.2%
 43      1883     3.574    0.1%
 45      1970     4.036    0.2%
 47      2062     4.631    0.2%
 49      2152     2.975    0.1%
 51      2219     3.072    0.1%
 53      2312     5.489    0.2%
 55      2411     3.637    0.1%
 57      2475     3.965    0.1%
 59      2548     2.344    0.0%
 61      2645     2.404    0.0%
 63      2717     3.963    0.1%
 65      2832     3.492    0.1%
 67      2917      5.07    0.1%
 69      3007     6.194    0.2%
 71      3092     5.107    0.1%
 73      3182     6.645    0.2%
 75      3270     6.784    0.2%
 77      3356     8.113    0.2%
 79      3458     5.122    0.1%
 81      3526     4.785    0.1%
 83      3634     4.114    0.1%
 85      3707     8.108    0.2%
 87      3782     6.601    0.1%
 89      3882     5.097    0.1%
 91      3960     4.737    0.1%
 93      4032     4.841    0.1%
 95      4123     4.832    0.1%
 97      4233     7.891    0.1%
100      4392     4.488    0.1%

Quality and confidence:
param     error
c         0.021

Model:
Time ~=    43.12
  + c    43.01
            µs

Reads = 13 + (3 * c)
Writes = 7 + (3 * c)

Pallet: "orml_authority", Extrinsic: "dispatch_as", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    14.59
            µs

Reads = 0
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    14.59
            µs

Reads = 0
Writes = 0

Pallet: "orml_authority", Extrinsic: "schedule_dispatch_without_delay", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Authority NextTaskIndex (r:1 w:1)
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    27.82
            µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    27.82
            µs

Reads = 3
Writes = 3

Pallet: "orml_authority", Extrinsic: "schedule_dispatch_with_delay", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Authority NextTaskIndex (r:1 w:1)
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    28.24
            µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    28.24
            µs

Reads = 3
Writes = 3

Pallet: "orml_authority", Extrinsic: "fast_track_scheduled_dispatch", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    34.85
            µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    34.85
            µs

Reads = 3
Writes = 3

Pallet: "orml_authority", Extrinsic: "delay_scheduled_dispatch", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     34.7
            µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     34.7
            µs

Reads = 3
Writes = 3

Pallet: "orml_authority", Extrinsic: "cancel_scheduled_dispatch", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Scheduler Lookup (r:1 w:1)
Storage: Scheduler Agenda (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    26.69
            µs

Reads = 2
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    26.69
            µs

Reads = 2
Writes = 2

Pallet: "orml_authority", Extrinsic: "authorize_call", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Authority SavedCalls (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    14.62
            µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    14.62
            µs

Reads = 0
Writes = 1

Pallet: "orml_authority", Extrinsic: "remove_authorized_call", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Authority SavedCalls (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.44
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    18.44
            µs

Reads = 1
Writes = 1

Pallet: "orml_authority", Extrinsic: "trigger_call", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Authority SavedCalls (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    23.79
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    23.79
            µs

Reads = 1
Writes = 1

Pallet: "orml_oracle", Extrinsic: "feed_values", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: AcalaOracle HasDispatched (r:1 w:1)
Storage: Timestamp Now (r:1 w:0)
Storage: OperatorMembershipAcala Members (r:1 w:0)
Storage: AcalaOracle Values (r:1 w:0)
Storage: AcalaOracle RawValues (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    19.56
  + c     5.63
            µs

Reads = 2 + (1 * c)
Writes = 1 + (1 * c)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  c   mean µs  sigma µs       %
  0     18.19     0.209    1.1%
  1     26.14     0.223    0.8%
  2     31.18     0.217    0.6%
  3      35.5     0.262    0.7%
  4     40.21     0.204    0.5%

Quality and confidence:
param     error
c         0.037

Model:
Time ~=    19.21
  + c    5.656
            µs

Reads = 2 + (1 * c)
Writes = 1 + (1 * c)

Pallet: "orml_oracle", Extrinsic: "on_finalize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: AcalaOracle HasDispatched (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    6.172
            µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    6.172
            µs

Reads = 0
Writes = 1

Pallet: "nutsfinance_stable_asset", Extrinsic: "create_pool", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: StableAsset PoolCount (r:1 w:1)
Storage: StableAsset Pools (r:1 w:1)
Storage: System Account (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    28.39
            µs

Reads = 3
Writes = 3

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    28.39
            µs

Reads = 3
Writes = 3

Pallet: "nutsfinance_stable_asset", Extrinsic: "modify_a", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: StableAsset Pools (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    22.14
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    22.14
            µs

Reads = 1
Writes = 1

Pallet: "nutsfinance_stable_asset", Extrinsic: "modify_fees", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: StableAsset Pools (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.57
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.57
            µs

Reads = 1
Writes = 1

Pallet: "nutsfinance_stable_asset", Extrinsic: "modify_recipients", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: StableAsset Pools (r:1 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.45
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=    21.45
            µs

Reads = 1
Writes = 1

Pallet: "nutsfinance_stable_asset", Extrinsic: "mint", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: StableAsset Pools (r:1 w:1)
Storage: System Account (r:2 w:2)
Storage: Tokens Accounts (r:4 w:4)
Storage: AssetRegistry AssetMetadatas (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:0)
Storage: Homa TotalVoidLiquid (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    68.22
  + u     34.3
            µs

Reads = 1 + (4 * u)
Writes = 4 + (2 * u)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  u   mean µs  sigma µs       %
  2     134.3     1.158    0.8%
  3     175.4     1.657    0.9%
  4     203.3     1.737    0.8%
  5     227.5     1.945    0.8%

Quality and confidence:
param     error
u         0.199

Model:
Time ~=    69.11
  + u    33.88
            µs

Reads = 2 + (4 * u)
Writes = 4 + (2 * u)

Pallet: "nutsfinance_stable_asset", Extrinsic: "swap", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: StableAsset Pools (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Tokens Accounts (r:3 w:3)
Storage: AssetRegistry AssetMetadatas (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:0)
Storage: Homa TotalVoidLiquid (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    51.82
  + u    731.5
            µs

Reads = 1 + (3 * u)
Writes = 6 + (0 * u)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  u   mean µs  sigma µs       %
  2      1508     3.758    0.2%
  3      2390     3.916    0.1%
  4      2973     4.249    0.1%
  5      3384      6.54    0.1%

Quality and confidence:
param     error
u         4.436

Model:
Time ~=    139.9
  + u    714.1
            µs

Reads = 2 + (3 * u)
Writes = 6 + (0 * u)

Pallet: "nutsfinance_stable_asset", Extrinsic: "redeem_proportion", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: StableAsset Pools (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Tokens Accounts (r:4 w:4)
Storage: AssetRegistry AssetMetadatas (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:0)
Storage: Homa TotalVoidLiquid (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    86.59
  + u    34.05
            µs

Reads = 0 + (4 * u)
Writes = 3 + (2 * u)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  u   mean µs  sigma µs       %
  2     152.7     1.252    0.8%
  3     192.9      1.56    0.8%
  4       221      1.75    0.7%
  5     244.7     1.239    0.5%

Quality and confidence:
param     error
u         0.187

Model:
Time ~=    87.99
  + u    33.54
            µs

Reads = 1 + (4 * u)
Writes = 3 + (2 * u)

Pallet: "nutsfinance_stable_asset", Extrinsic: "redeem_single", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: StableAsset Pools (r:1 w:0)
Storage: System Account (r:1 w:0)
Storage: Tokens Accounts (r:1 w:0)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:0)
Storage: Homa TotalVoidLiquid (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    501.4
  + u      261
            µs

Reads = 0 + (3 * u)
Writes = 0 + (0 * u)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  u   mean µs  sigma µs       %
  2      1028     3.832    0.3%
  3      1257     3.267    0.2%
  4      1554     2.664    0.1%
  5      1750     3.173    0.1%

Quality and confidence:
param     error
u         0.909

Model:
Time ~=    500.1
  + u    259.6
            µs

Reads = 3 + (1 * u)
Writes = 0 + (0 * u)

Pallet: "nutsfinance_stable_asset", Extrinsic: "redeem_multi", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: StableAsset Pools (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Tokens Accounts (r:4 w:4)
Storage: AssetRegistry AssetMetadatas (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Homa TotalStakingBonded (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:0)
Storage: Homa TotalVoidLiquid (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    75.32
  + u    29.71
            µs

Reads = 0 + (4 * u)
Writes = 3 + (2 * u)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  u   mean µs  sigma µs       %
  2     132.6     1.146    0.8%
  3     169.8     1.223    0.7%
  4     192.3     1.118    0.5%
  5       217     1.123    0.5%

Quality and confidence:
param     error
u         0.195

Model:
Time ~=    76.23
  + u    29.51
            µs

Reads = 1 + (4 * u)
Writes = 3 + (2 * u)

Pallet: "module_idle_scheduler", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParachainSystem ValidationData (r:1 w:0)
Storage: IdleScheduler PreviousRelayBlockNumber (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=      3.7
            µs

Reads = 1
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=      3.7
            µs

Reads = 1
Writes = 1

Pallet: "module_idle_scheduler", Extrinsic: "on_idle_base", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: ParachainSystem ValidationData (r:1 w:0)
Storage: IdleScheduler PreviousRelayBlockNumber (r:1 w:0)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     5.34
            µs

Reads = 2
Writes = 0

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     5.34
            µs

Reads = 2
Writes = 0

Pallet: "module_idle_scheduler", Extrinsic: "clear_tasks", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: IdleScheduler Tasks (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     9.83
            µs

Reads = 0
Writes = 1

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     9.83
            µs

Reads = 0
Writes = 1

Pallet: "module_idle_scheduler", Extrinsic: "schedule_task", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: IdleScheduler NextTaskId (r:1 w:1)
Storage: IdleScheduler Tasks (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=     17.3
            µs

Reads = 1
Writes = 2

Min Squares Analysis
========
-- Extrinsic Time --

Model:
Time ~=     17.3
            µs

Reads = 1
Writes = 2

Pallet: "module_aggregated_dex", Extrinsic: "swap_with_exact_supply", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex LiquidityPool (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    53.71
  + u    11.39
            µs

Reads = 1 + (2 * u)
Writes = 2 + (1 * u)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  u   mean µs  sigma µs       %
  2     76.54      0.69    0.9%
  3     88.15     0.779    0.8%
  4     98.22     0.761    0.7%

Quality and confidence:
param     error
u         0.063

Model:
Time ~=    53.69
  + u    11.45
            µs

Reads = 1 + (2 * u)
Writes = 2 + (1 * u)

Pallet: "module_aggregated_dex", Extrinsic: "swap_with_exact_target", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: Dex TradingPairStatuses (r:1 w:0)
Storage: Dex LiquidityPool (r:1 w:1)
Storage: System Account (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    50.81
  + u    16.85
            µs

Reads = 1 + (2 * u)
Writes = 2 + (1 * u)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  u   mean µs  sigma µs       %
  2     84.53     0.695    0.8%
  3     101.5     0.876    0.8%
  4     116.6     1.878    1.6%

Quality and confidence:
param     error
u         0.072

Model:
Time ~=     50.9
  + u    16.84
            µs

Reads = 1 + (2 * u)
Writes = 2 + (1 * u)

Pallet: "module_aggregated_dex", Extrinsic: "update_aggregated_swap_paths", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info
========
Storage: AggregatedDex AggregatedSwapPaths (r:0 w:1)

Median Slopes Analysis
========
-- Extrinsic Time --

Model:
Time ~=    3.888
  + n     1.55
            µs

Reads = 0 + (0 * n)
Writes = 0 + (1 * n)

Min Squares Analysis
========
-- Extrinsic Time --

Data points distribution:
  n   mean µs  sigma µs       %
  0     4.944     0.058    1.1%
  1     4.945     0.053    1.0%
  2     6.892     0.077    1.1%
  3     8.626     0.173    2.0%
  4      10.2     0.205    2.0%
  5     11.61     0.138    1.1%
  6      13.3      0.23    1.7%
  7     14.68     0.115    0.7%

Quality and confidence:
param     error
n         0.009

Model:
Time ~=    4.173
  + n    1.491
            µs

Reads = 0 + (0 * n)
Writes = 0 + (1 * n)

Created file: "./runtime/karura/src/weights/module_asset_registry.rs"
Created file: "./runtime/karura/src/weights/module_homa.rs"
Created file: "./runtime/karura/src/weights/module_collator_selection.rs"
Created file: "./runtime/karura/src/weights/module_dex_oracle.rs"
Created file: "./runtime/karura/src/weights/module_transaction_payment.rs"
Created file: "./runtime/karura/src/weights/module_session_manager.rs"
Created file: "./runtime/karura/src/weights/orml_authority.rs"
Created file: "./runtime/karura/src/weights/orml_oracle.rs"
Created file: "./runtime/karura/src/weights/module_idle_scheduler.rs"
Created file: "./runtime/karura/src/weights/module_currencies.rs"
Created file: "./runtime/karura/src/weights/orml_vesting.rs"
Created file: "./runtime/karura/src/weights/module_evm.rs"
Created file: "./runtime/karura/src/weights/module_emergency_shutdown.rs"
Created file: "./runtime/karura/src/weights/module_honzon.rs"
Created file: "./runtime/karura/src/weights/module_transaction_pause.rs"
Created file: "./runtime/karura/src/weights/module_incentives.rs"
Created file: "./runtime/karura/src/weights/module_cdp_treasury.rs"
Created file: "./runtime/karura/src/weights/module_evm_accounts.rs"
Created file: "./runtime/karura/src/weights/module_honzon_bridge.rs"
Created file: "./runtime/karura/src/weights/module_aggregated_dex.rs"
Created file: "./runtime/karura/src/weights/module_cdp_engine.rs"
Created file: "./runtime/karura/src/weights/module_nft.rs"
Created file: "./runtime/karura/src/weights/module_prices.rs"
Created file: "./runtime/karura/src/weights/orml_tokens.rs"
Created file: "./runtime/karura/src/weights/orml_auction.rs"
Created file: "./runtime/karura/src/weights/module_auction_manager.rs"
Created file: "./runtime/karura/src/weights/module_dex.rs"
Created file: "./runtime/karura/src/weights/nutsfinance_stable_asset.rs"

@zjb0807
Copy link
Member Author

zjb0807 commented Nov 29, 2022

/bench runtime mandala

@github-actions
Copy link

Request: /bench runtime mandala
Command: make benchmark-mandala options="--quiet --color=never" pallet=*

Running...

@zjb0807
Copy link
Member Author

zjb0807 commented Nov 29, 2022

/bench runtime mandala

@github-actions
Copy link

Request: /bench runtime mandala
Command: make benchmark-mandala options="--quiet --color=never" pallet=*

Running...

wangjj9219
wangjj9219 previously approved these changes Dec 1, 2022
Copy link
Member

@wangjj9219 wangjj9219 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

This upgrade has some pallet migrations, need to verify the result is expected when test upgrading on the testnet which forked from Acala/Karura.

@xlc xlc enabled auto-merge (squash) December 1, 2022 22:39
@xlc xlc disabled auto-merge December 1, 2022 23:33
@xlc xlc enabled auto-merge (squash) December 1, 2022 23:33
@xlc xlc disabled auto-merge December 1, 2022 23:34
@xlc xlc merged commit 6901fd2 into master Dec 1, 2022
@xlc xlc deleted the polkadot-v0.9.31 branch December 1, 2022 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants