-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce integration tests memory usage (#3864)
- Only load json files into memory once for all tests. - Don't run upgrade tests in parallel as they're pretty fast but do start sub-processes. Before: ~5.8gb peek memory and took 181.616s After: ~2.6gb peek memory and took 203.108s
- Loading branch information
1 parent
7694636
commit ab3d9fb
Showing
1 changed file
with
20 additions
and
15 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