mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 13:51:11 +00:00
remove session benchmark todo (#665)
This commit is contained in:
@@ -203,8 +203,7 @@ benchmarks! {
|
|||||||
assert_eq!(frame_system::Pallet::<T>::block_number(), new_block);
|
assert_eq!(frame_system::Pallet::<T>::block_number(), new_block);
|
||||||
}
|
}
|
||||||
|
|
||||||
// worse case is on new session.
|
// worst case for new session.
|
||||||
// TODO review this benchmark
|
|
||||||
new_session {
|
new_session {
|
||||||
let r in 1 .. T::MaxCandidates::get();
|
let r in 1 .. T::MaxCandidates::get();
|
||||||
let c in 1 .. T::MaxCandidates::get();
|
let c in 1 .. T::MaxCandidates::get();
|
||||||
|
|||||||
Reference in New Issue
Block a user