-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dramatically increase mock generation speed
Mock generation speed is dramatically increased by specifying the packages to load in config instead of dynamically finding them. The issue with the previous logic is that a `package.Load` would be called once per file, even if multiple files were part of the same package. We can dramatically improve performance by giving a config file that states which packages should be generated. Add `with-expecter: True` Logic fixes
- Loading branch information
1 parent
02edbfe
commit 39ae11a
Showing
57 changed files
with
2,740 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.