Skip to content

Commit 8b10bed

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 8649ac1 commit 8b10bed

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
@@ -48,8 +48,6 @@ fn setup_multi<T: Config>(s: u32, z: u32)
4848
}
4949

5050
benchmarks! {
51-
_ { }
52-
5351
as_multi_threshold_1 {
5452
// Transaction Length
5553
let z in 0 .. 10_000;

0 commit comments

Comments
 (0)