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
The initial unit testing branch parses the unit tests every time. In a large project with a large number of models this would probably be a performance issue.
Questions: Where should the parsed unit tests live? Should they be written out to the manifest.json or somewhere else?
Acceptance criteria
We don't need to re-read all of the yaml files in the models directory to get the unit tests.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Speed up unit test parsing by some partial parsing equivalent
[CT-2923] Speed up unit test parsing by some partial parsing equivalent
Aug 2, 2023
Description
The initial unit testing branch parses the unit tests every time. In a large project with a large number of models this would probably be a performance issue.
Questions: Where should the parsed unit tests live? Should they be written out to the manifest.json or somewhere else?
Acceptance criteria
We don't need to re-read all of the yaml files in the models directory to get the unit tests.
The text was updated successfully, but these errors were encountered: