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
Now that we have standardized the output schema it would be great to include timing information to track how long certain tasks are taking. Then the reporter provider can use that data to either present it or not.
Currently a task has the current schema looks like the following:
I don't believe this makes sense for the JSON schema to contain this information. We do provide a way for task authors to determine how long a task runs,
DEBUG="checkup:task" checkup --task <yourTask>
and I believe this is the right way to think about this. Task authors should be responsible for determining the optimal execution of their tasks, and can do so via debug.
Now that we have standardized the output schema it would be great to include timing information to track how long certain tasks are taking. Then the reporter provider can use that data to either present it or not.
Currently a task has the current schema looks like the following:
I propose adding a time object to info property:
The text was updated successfully, but these errors were encountered: