Fix benchmarking macro for pallet with instance and where clause (#9485)
* fix benchmarking instance with where clause * fmt * add tests * remove unused import * fix tests * doc
Showing
- substrate/frame/babe/src/benchmarking.rs 5 additions, 7 deletionssubstrate/frame/babe/src/benchmarking.rs
- substrate/frame/benchmarking/src/lib.rs 89 additions, 76 deletionssubstrate/frame/benchmarking/src/lib.rs
- substrate/frame/benchmarking/src/tests.rs 7 additions, 7 deletionssubstrate/frame/benchmarking/src/tests.rs
- substrate/frame/benchmarking/src/tests_instance.rs 183 additions, 0 deletionssubstrate/frame/benchmarking/src/tests_instance.rs
- substrate/frame/grandpa/src/benchmarking.rs 5 additions, 8 deletionssubstrate/frame/grandpa/src/benchmarking.rs
Please register or sign in to comment