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

Improve benchmarking and accurately measure weights #1043

Closed
43 of 45 tasks
gregdhill opened this issue May 3, 2023 · 0 comments · Fixed by #985
Closed
43 of 45 tasks

Improve benchmarking and accurately measure weights #1043

gregdhill opened this issue May 3, 2023 · 0 comments · Fixed by #985

Comments

@gregdhill
Copy link
Member

gregdhill commented May 3, 2023

Listing all pallets that we should check weights of below:

  • Our pallets
    • annuity (note: has WeightInfo config)
    • bitcoin (no extrinsics)
    • btc-relay (note: has WeightInfo config)
    • clients-info (note: has WeightInfo config)
    • collator-selection (note: has WeightInfo config)
    • currency (no extrinsics)
    • democracy (note: has WeightInfo config)
    • dex-general (note: has WeightInfo config)
    • dex-stable (note: has WeightInfo config)
    • dex-swap-router (note: has WeightInfo config)
    • escrow (note: has WeightInfo config)
    • farming (note: has WeightInfo config)
    • fee (note: has WeightInfo config)
    • issue (note: has WeightInfo config)
    • loans (note: has WeightInfo config)
    • nomination (note: has WeightInfo config)
    • oracle (note: has WeightInfo config)
    • redeem (note: has WeightInfo config)
    • replace (note: has WeightInfo config)
    • reward (no extrinsics)
    • security
    • staking (no extrinsics)
    • supply
    • traits (no extrinsics)
    • tx-pause (note: has WeightInfo config)
    • vault-registry (note: has WeightInfo config)
  • External pallets with weight info:
    • frame_system
    • pallet_session: Run pallet-session benchmarks #1045
    • pallet_timestamp
    • pallet_utility
    • orml_vesting
    • pallet_preimage
    • pallet_scheduler
    • pallet_multisig
    • pallet_treasury
    • pallet_collective
    • pallet_membership
    • orml_tokens
    • orml_asset_registry
    • pallet_identity
    • pallet_proxy
    • orml_xtokens: Run orml-xtokens benchmarks #1046
    • pallet_xcm
    • cumulus_pallet_xcmp_queue
    • xcm_executor (e.g. Weigher type)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant