-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CLIENT-2239] CI/CD: Run memory profiler test (#513)
* Allow pytest-memray to save dumps for tests with long names * Ignore ZeroDivisionError thrown by pytest-memray
- Loading branch information
1 parent
ac80c4d
commit f5f736e
Showing
3 changed files
with
43 additions
and
0 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
pytest==7.4.0 | ||
# To generate coverage reports in the Github Actions pipeline | ||
pytest-cov==4.1.0 | ||
# Memory profiling | ||
pytest-memray==1.5.0 | ||
# TODO: these should be removed since we are not using them | ||
psutil |