diff --git a/runtime/g1/src/lib.rs b/runtime/g1/src/lib.rs
index 62517b4f03f35f28096326e102765fe95fb3fe42..11d4afe1e674abee1cdd6d6881fd5921e2c6ad8f 100644
--- a/runtime/g1/src/lib.rs
+++ b/runtime/g1/src/lib.rs
@@ -132,7 +132,6 @@ pub type TechnicalCommitteeInstance = Instance2;
 #[cfg(feature = "runtime-benchmarks")]
 mod benches {
     define_benchmarks!(
-        // For completion, benchmarks only running on `gdev-benchmark`.
         [pallet_certification, Cert]
         [pallet_certification, SmithCert]
         [pallet_oneshot_account, OneshotAccount]
diff --git a/runtime/gtest/src/lib.rs b/runtime/gtest/src/lib.rs
index 083a83ec7fd858ece155a88c2798d5e40ac840e4..b04fd581e584dbdf2520225bca46cc18eebcb88f 100644
--- a/runtime/gtest/src/lib.rs
+++ b/runtime/gtest/src/lib.rs
@@ -137,7 +137,6 @@ pub type TechnicalCommitteeInstance = Instance2;
 #[cfg(feature = "runtime-benchmarks")]
 mod benches {
     define_benchmarks!(
-        // For completion, benchmarks only running on `gdev-benchmark`.
         [pallet_certification, Cert]
         [pallet_certification, SmithCert]
         [pallet_oneshot_account, OneshotAccount]