-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
T1-FRAMEThis PR/Issue is related to core FRAME, the framework.This PR/Issue is related to core FRAME, the framework.
Description
The Scheduler pallet manually tracks the read/writes when triggering the on_initialize part of the pallet.
This means that an external party cannot influence the weight of this function/process. It we should look to improve the on_initialize benchmarks such that the generated function can be used for weights, and then be manipulated through the WeightInfo struct.
Metadata
Metadata
Assignees
Labels
T1-FRAMEThis PR/Issue is related to core FRAME, the framework.This PR/Issue is related to core FRAME, the framework.
Type
Projects
Status
Done