difftreelog
Merge pull request #771 from UniqueNetwork/fix/runtime-benchmark-list
in: master
3 files changed
runtime/common/runtime_apis.rsdiffbeforeafterboth685 list_benchmark!(list, extra, pallet_structure, Structure);685 list_benchmark!(list, extra, pallet_structure, Structure);686 list_benchmark!(list, extra, pallet_inflation, Inflation);686 list_benchmark!(list, extra, pallet_inflation, Inflation);687688 #[cfg(feature = "app-promotion")]687 list_benchmark!(list, extra, pallet_app_promotion, AppPromotion);689 list_benchmark!(list, extra, pallet_app_promotion, AppPromotion);690688 list_benchmark!(list, extra, pallet_fungible, Fungible);691 list_benchmark!(list, extra, pallet_fungible, Fungible);689 list_benchmark!(list, extra, pallet_nonfungible, Nonfungible);692 list_benchmark!(list, extra, pallet_nonfungible, Nonfungible);690693691 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]694 #[cfg(feature = "refungible")]692 list_benchmark!(list, extra, pallet_refungible, Refungible);695 list_benchmark!(list, extra, pallet_refungible, Refungible);693696694 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]697 #[cfg(feature = "scheduler")]695 list_benchmark!(list, extra, pallet_unique_scheduler_v2, Scheduler);698 list_benchmark!(list, extra, pallet_unique_scheduler_v2, Scheduler);696699697 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]700 #[cfg(feature = "rmrk")]698 list_benchmark!(list, extra, pallet_proxy_rmrk_core, RmrkCore);701 list_benchmark!(list, extra, pallet_proxy_rmrk_core, RmrkCore);699702700 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]703 #[cfg(feature = "rmrk")]701 list_benchmark!(list, extra, pallet_proxy_rmrk_equip, RmrkEquip);704 list_benchmark!(list, extra, pallet_proxy_rmrk_equip, RmrkEquip);702705703 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]706 #[cfg(feature = "foreign-assets")]704 list_benchmark!(list, extra, pallet_foreign_assets, ForeignAssets);707 list_benchmark!(list, extra, pallet_foreign_assets, ForeignAssets);705708706709745 add_benchmark!(params, batches, pallet_structure, Structure);748 add_benchmark!(params, batches, pallet_structure, Structure);746 add_benchmark!(params, batches, pallet_inflation, Inflation);749 add_benchmark!(params, batches, pallet_inflation, Inflation);750751 #[cfg(feature = "app-promotion")]747 add_benchmark!(params, batches, pallet_app_promotion, AppPromotion);752 add_benchmark!(params, batches, pallet_app_promotion, AppPromotion);753748 add_benchmark!(params, batches, pallet_fungible, Fungible);754 add_benchmark!(params, batches, pallet_fungible, Fungible);749 add_benchmark!(params, batches, pallet_nonfungible, Nonfungible);755 add_benchmark!(params, batches, pallet_nonfungible, Nonfungible);750756751 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]757 #[cfg(feature = "refungible")]752 add_benchmark!(params, batches, pallet_refungible, Refungible);758 add_benchmark!(params, batches, pallet_refungible, Refungible);753759754 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]760 #[cfg(feature = "scheduler")]755 add_benchmark!(params, batches, pallet_unique_scheduler_v2, Scheduler);761 add_benchmark!(params, batches, pallet_unique_scheduler_v2, Scheduler);756762757 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]763 #[cfg(feature = "rmrk")]758 add_benchmark!(params, batches, pallet_proxy_rmrk_core, RmrkCore);764 add_benchmark!(params, batches, pallet_proxy_rmrk_core, RmrkCore);759765760 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]766 #[cfg(feature = "rmrk")]761 add_benchmark!(params, batches, pallet_proxy_rmrk_equip, RmrkEquip);767 add_benchmark!(params, batches, pallet_proxy_rmrk_equip, RmrkEquip);762768763 #[cfg(not(any(feature = "unique-runtime", feature = "quartz-runtime")))]769 #[cfg(feature = "foreign-assets")]764 add_benchmark!(params, batches, pallet_foreign_assets, ForeignAssets);770 add_benchmark!(params, batches, pallet_foreign_assets, ForeignAssets);765771766 // add_benchmark!(params, batches, pallet_evm_coder_substrate, EvmCoderSubstrate);772 // add_benchmark!(params, batches, pallet_evm_coder_substrate, EvmCoderSubstrate);runtime/quartz/Cargo.tomldiffbeforeafterboth40 'pallet-unique/runtime-benchmarks',40 'pallet-unique/runtime-benchmarks',41 'pallet-foreign-assets/runtime-benchmarks',41 'pallet-foreign-assets/runtime-benchmarks',42 'pallet-inflation/runtime-benchmarks',42 'pallet-inflation/runtime-benchmarks',43 'pallet-app-promotion/runtime-benchmarks',43 'pallet-xcm/runtime-benchmarks',44 'pallet-xcm/runtime-benchmarks',44 'sp-runtime/runtime-benchmarks',45 'sp-runtime/runtime-benchmarks',45 'xcm-builder/runtime-benchmarks',46 'xcm-builder/runtime-benchmarks',81 'pallet-app-promotion/try-runtime',82 'pallet-app-promotion/try-runtime',82 'pallet-foreign-assets/try-runtime',83 'pallet-foreign-assets/try-runtime',83 'pallet-ethereum/try-runtime',84 'pallet-ethereum/try-runtime',85 'pallet-evm/try-runtime',84 'pallet-evm-coder-substrate/try-runtime',86 'pallet-evm-coder-substrate/try-runtime',85 'pallet-evm-contract-helpers/try-runtime',87 'pallet-evm-contract-helpers/try-runtime',86 'pallet-evm-transaction-payment/try-runtime',88 'pallet-evm-transaction-payment/try-runtime',128 'serde',130 'serde',129 'pallet-inflation/std',131 'pallet-inflation/std',130 'pallet-configuration/std',132 'pallet-configuration/std',133 'pallet-app-promotion/std',131 'pallet-common/std',134 'pallet-common/std',132 'pallet-structure/std',135 'pallet-structure/std',133 'pallet-fungible/std',136 'pallet-fungible/std',runtime/unique/Cargo.tomldiffbeforeafterboth40 'pallet-unique/runtime-benchmarks',40 'pallet-unique/runtime-benchmarks',41 'pallet-foreign-assets/runtime-benchmarks',41 'pallet-foreign-assets/runtime-benchmarks',42 'pallet-inflation/runtime-benchmarks',42 'pallet-inflation/runtime-benchmarks',43 'pallet-app-promotion/runtime-benchmarks',43 'pallet-xcm/runtime-benchmarks',44 'pallet-xcm/runtime-benchmarks',44 'sp-runtime/runtime-benchmarks',45 'sp-runtime/runtime-benchmarks',45 'xcm-builder/runtime-benchmarks',46 'xcm-builder/runtime-benchmarks',82 'pallet-app-promotion/try-runtime',83 'pallet-app-promotion/try-runtime',83 'pallet-foreign-assets/try-runtime',84 'pallet-foreign-assets/try-runtime',84 'pallet-ethereum/try-runtime',85 'pallet-ethereum/try-runtime',86 'pallet-evm/try-runtime',85 'pallet-evm-coder-substrate/try-runtime',87 'pallet-evm-coder-substrate/try-runtime',86 'pallet-evm-contract-helpers/try-runtime',88 'pallet-evm-contract-helpers/try-runtime',87 'pallet-evm-transaction-payment/try-runtime',89 'pallet-evm-transaction-payment/try-runtime',129 'serde',131 'serde',130 'pallet-inflation/std',132 'pallet-inflation/std',131 'pallet-configuration/std',133 'pallet-configuration/std',134 'pallet-app-promotion/std',132 'pallet-common/std',135 'pallet-common/std',133 'pallet-structure/std',136 'pallet-structure/std',134 'pallet-fungible/std',137 'pallet-fungible/std',