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 <[email protected]>

* remove another unneeded return

Co-authored-by: default avatarBastian Köcher <[email protected]>

* properly export all macros in v1

* refactor existing frame_benchmarking imports to use ::v1

---------

Co-authored-by: default avatarBastian Köcher <[email protected]>
parent ae8ef86e
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