Skip to content
Snippets Groups Projects
Commit c9361bed authored by Sam Johnson's avatar Sam Johnson Committed by GitHub
Browse files

migrate new benchmarking syntax from `frame_support::benchmarking` to...

migrate new benchmarking syntax from `frame_support::benchmarking` to `frame_benchmarking::v2` (#13235)

* * re-export frame_support::benchmarking in frame_benchmarking::
* prefer use frame_benchmarking::*; in examples, etc

* switch to frame_benchmarking::v2

* completely migrate new benchmarking code out of frame_support

* fix doc links

* remove unneeded return

Co-authored-by: default avatarBastian Köcher <git@kchr.de>

* remove another unneeded return

Co-authored-by: default avatarBastian Köcher <git@kchr.de>

* properly export all macros in v1

* refactor existing frame_benchmarking imports to use ::v1

---------

Co-authored-by: default avatarBastian Köcher <git@kchr.de>
parent ae8ef86e
No related merge requests found
Showing
with 2236 additions and 1963 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment