You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two distinct benchmark outputs we want to generate.
The first one is related for the "standalone" pallet benchmark which should generate WeightInfo trait and define SubstrateWeight struct with impl of the aforementioned trait, as well as default impl on the empty tuple.
The second output type is specific to the runtime where only SubstrateWeight with impl of the already defined trait is needed.
Running benchmarks in our CI should generate both as two separate files.
The text was updated successfully, but these errors were encountered:
Description
There are two distinct benchmark outputs we want to generate.
The first one is related for the "standalone" pallet benchmark which should generate
WeightInfo
trait and defineSubstrateWeight
struct withimpl
of the aforementioned trait, as well as defaultimpl
on the empty tuple.The second output type is specific to the runtime where only
SubstrateWeight
withimpl
of the already defined trait is needed.Running benchmarks in our CI should generate both as two separate files.
The text was updated successfully, but these errors were encountered: