diff --git a/cumulus/pallets/collator-selection/src/benchmarking.rs b/cumulus/pallets/collator-selection/src/benchmarking.rs index c00e215d45..d66ff50a13 100644 --- a/cumulus/pallets/collator-selection/src/benchmarking.rs +++ b/cumulus/pallets/collator-selection/src/benchmarking.rs @@ -203,8 +203,7 @@ benchmarks! { assert_eq!(frame_system::Pallet::::block_number(), new_block); } - // worse case is on new session. - // TODO review this benchmark + // worst case for new session. new_session { let r in 1 .. T::MaxCandidates::get(); let c in 1 .. T::MaxCandidates::get();