difftreelog
fix app promotion features passing + 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);745 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);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',128 'serde',129 'serde',129 'pallet-inflation/std',130 'pallet-inflation/std',130 'pallet-configuration/std',131 'pallet-configuration/std',132 'pallet-app-promotion/std',131 'pallet-common/std',133 'pallet-common/std',132 'pallet-structure/std',134 'pallet-structure/std',133 'pallet-fungible/std',135 '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',129 'serde',130 'serde',130 'pallet-inflation/std',131 'pallet-inflation/std',131 'pallet-configuration/std',132 'pallet-configuration/std',133 'pallet-app-promotion/std',132 'pallet-common/std',134 'pallet-common/std',133 'pallet-structure/std',135 'pallet-structure/std',134 'pallet-fungible/std',136 'pallet-fungible/std',