Skip to content

Commit cef90e8

Browse files
fix : remove _{ } syntax from benchmark macro (#7822)
* commented use of common * hack to pass tests * another hack * remove all commented code * fix the easy tests * temp hack * follow through comma hack until better solution * patch macro * missed one * update benchmarks * update docs * fix docs * removed too much * fix changes Co-authored-by: Shawn Tabrizi <[email protected]>
1 parent c460866 commit cef90e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmarking/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ pub struct Module<T: Config>(System<T>);
3838
pub trait Config: frame_system::Config {}
3939

4040
benchmarks! {
41-
_ { }
42-
4341
remark {
4442
let b in 0 .. *T::BlockLength::get().max.get(DispatchClass::Normal) as u32;
4543
let remark_message = vec![1; b as usize];

0 commit comments

Comments
 (0)