From e3902137148aaa8871f82c16a7133651561c772c Mon Sep 17 00:00:00 2001 From: Roznovjak Date: Wed, 6 Dec 2023 22:49:37 +0100 Subject: [PATCH] fix tips benchmarking --- runtime/basilisk/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/basilisk/Cargo.toml b/runtime/basilisk/Cargo.toml index 2bf480f1eb..0409253495 100644 --- a/runtime/basilisk/Cargo.toml +++ b/runtime/basilisk/Cargo.toml @@ -163,6 +163,7 @@ runtime-benchmarks = [ "cumulus-pallet-xcmp-queue/runtime-benchmarks", "cumulus-pallet-parachain-system/runtime-benchmarks", "pallet-xcm-rate-limiter/runtime-benchmarks", + "pallet-elections-phragmen/runtime-benchmarks", ] std = [ "codec/std",