We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_{ }
1 parent c460866 commit cef90e8Copy full SHA for cef90e8
benchmarking/src/lib.rs
@@ -38,8 +38,6 @@ pub struct Module<T: Config>(System<T>);
38
pub trait Config: frame_system::Config {}
39
40
benchmarks! {
41
- _ { }
42
-
43
remark {
44
let b in 0 .. *T::BlockLength::get().max.get(DispatchClass::Normal) as u32;
45
let remark_message = vec![1; b as usize];
0 commit comments