From a29d4b6c87caffe0091d3cf3d23625ff79ed7592 Mon Sep 17 00:00:00 2001 From: Alexander Popiak Date: Fri, 15 Oct 2021 12:06:03 +0200 Subject: [PATCH] remove session benchmark todo (#665) --- cumulus/pallets/collator-selection/src/benchmarking.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();