diff --git a/pallets/distance/Cargo.toml b/pallets/distance/Cargo.toml
index 5a04dab80072c91c3d51f535ba443d4581341a23..9e2f557a5da72d0d7ba483254f2a7204a767c187 100644
--- a/pallets/distance/Cargo.toml
+++ b/pallets/distance/Cargo.toml
@@ -12,7 +12,7 @@ version = '1.0.0'
 [features]
 default = ['std']
 runtime-benchmarks = ["frame-benchmarking/runtime-benchmarks",
-"pallet-balances",
+"pallet-balances", "pallet-identity/runtime-benchmarks",
 ]
 std = [
     'codec/std',
diff --git a/pallets/duniter-wot/Cargo.toml b/pallets/duniter-wot/Cargo.toml
index e86400ac175260a38fc6aaba1908d7b1376cd3b6..403af9bcec971c9a886eb62f7cfff9d1f6f258ef 100644
--- a/pallets/duniter-wot/Cargo.toml
+++ b/pallets/duniter-wot/Cargo.toml
@@ -11,7 +11,7 @@ version = '3.0.0'
 
 [features]
 default = ['std']
-runtime-benchmarks = ['frame-benchmarking']
+runtime-benchmarks = ['frame-benchmarking', 'pallet-membership/runtime-benchmarks', 'pallet-identity/runtime-benchmarks']
 std = [
     'codec/std',
     'frame-support/std',