frame::benchmarking
: Support custom Config
trait
#162
Labels
I5-enhancement
An additional feature request.
T1-FRAME
This PR/Issue is related to core FRAME, the framework.
When creating a benchmark, sometimes it requires special logic. Currently we add this logic to the main
Config
trait, hidden behind theruntime-benchmarks
feature flag. It would be cleaner if there would be a benchmarking specificConfig
trait. This trait could maybe set the palletConfig
trait directly as super trait and then we may not need to change that much?CC @ggwpez @sam0x17
The text was updated successfully, but these errors were encountered: