remove session benchmark todo (#665)

This commit is contained in:
Alexander Popiak
2021-10-15 12:06:03 +02:00
committed by GitHub
parent ce1a110574
commit a29d4b6c87
@@ -203,8 +203,7 @@ benchmarks! {
assert_eq!(frame_system::Pallet::<T>::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();