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.tomldiffbeforeafterboth--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -40,6 +40,7 @@
'pallet-unique/runtime-benchmarks',
'pallet-foreign-assets/runtime-benchmarks',
'pallet-inflation/runtime-benchmarks',
+ 'pallet-app-promotion/runtime-benchmarks',
'pallet-xcm/runtime-benchmarks',
'sp-runtime/runtime-benchmarks',
'xcm-builder/runtime-benchmarks',
@@ -128,6 +129,7 @@
'serde',
'pallet-inflation/std',
'pallet-configuration/std',
+ 'pallet-app-promotion/std',
'pallet-common/std',
'pallet-structure/std',
'pallet-fungible/std',
runtime/unique/Cargo.tomldiffbeforeafterboth--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -40,6 +40,7 @@
'pallet-unique/runtime-benchmarks',
'pallet-foreign-assets/runtime-benchmarks',
'pallet-inflation/runtime-benchmarks',
+ 'pallet-app-promotion/runtime-benchmarks',
'pallet-xcm/runtime-benchmarks',
'sp-runtime/runtime-benchmarks',
'xcm-builder/runtime-benchmarks',
@@ -129,6 +130,7 @@
'serde',
'pallet-inflation/std',
'pallet-configuration/std',
+ 'pallet-app-promotion/std',
'pallet-common/std',
'pallet-structure/std',
'pallet-fungible/std',