Skip to content

Commit 1fdae22

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 <shawntabrizi@gmail.com>
1 parent d6bf71a commit 1fdae22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/benchmarking.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ fn assert_last_event<T: Config>(generic_event: <T as Config>::Event) {
3434
}
3535

3636
benchmarks! {
37-
_ { }
38-
3937
batch {
4038
let c in 0 .. 1000;
4139
let mut calls: Vec<<T as Config>::Call> = Vec::new();

0 commit comments

Comments
 (0)