[FRAME] Run benchmark tests with real Runtimes #3555
Labels
I5-enhancement
An additional feature request.
T12-benchmarks
This PR/Issue is related to benchmarking and weights.
Currently we run the benchmark tests only with mocked runtimes. This necessitates an additional CI check that does a bench run with the actual runtimes.
Now with the genesis builder API we can extend the auto generated benchmark tests to also run with the real runtimes. Could be done as part of the
define_benchmarks!
macro in the runtime.Depends on #3512 (dont want merge conflicts with that).
The text was updated successfully, but these errors were encountered: