diff --git a/bin/subzero/runtime/Cargo.toml b/bin/subzero/runtime/Cargo.toml index 7d96a75722..84656e3de7 100644 --- a/bin/subzero/runtime/Cargo.toml +++ b/bin/subzero/runtime/Cargo.toml @@ -214,6 +214,7 @@ runtime-benchmarks = [ "pallet-identity/runtime-benchmarks", "pallet-treasury/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", + "pallet-uniques/runtime-benchmarks", "pallet-xcm/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", diff --git a/bin/subzero/runtime/src/lib.rs b/bin/subzero/runtime/src/lib.rs index ecf9c35a8f..9e98aa2e96 100644 --- a/bin/subzero/runtime/src/lib.rs +++ b/bin/subzero/runtime/src/lib.rs @@ -1159,6 +1159,10 @@ mod benches { [pallet_timestamp, Timestamp] [pallet_collator_selection, CollatorSelection] [cumulus_pallet_xcmp_queue, XcmpQueue] + [gamedao_flow, Flow] + [gamedao_sense, Sense] + [gamedao_control, Control] + [gamedao_signal, Signal] ); } diff --git a/bin/zero/runtime/Cargo.toml b/bin/zero/runtime/Cargo.toml index 925377a2d4..7678a773b0 100644 --- a/bin/zero/runtime/Cargo.toml +++ b/bin/zero/runtime/Cargo.toml @@ -203,6 +203,7 @@ runtime-benchmarks = [ "pallet-identity/runtime-benchmarks", "pallet-treasury/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", + "pallet-uniques/runtime-benchmarks", "pallet-xcm/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks",