Closed
Description
When we want to remove the experimental flag for hooks we should check what the typical overhead is for hooks:
- If there are no hooks at all in the package graph, do
dart
andflutter
commands not regress. - The first-time hooks are run, what is the overhead of the hook compared to the actual work done in the hook. (Actual work: building/downloading a binary.)
- For the 2nd-time run, how much is the overhead of the md5 file hash checking.
Metadata
Metadata
Assignees
Type
Projects
Status
Done