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
Using pytest-memray one can let a test fail if a certain memory limit is exceeded. I suggest adding such a limit to the detect markings test, in which all models are loaded and the ml-pipeline is executed. That way, we can detect an increase of memory consumption after updates to the pipeline or models.
The text was updated successfully, but these errors were encountered:
Using
pytest-memray
one can let a test fail if a certain memory limit is exceeded. I suggest adding such a limit to the detect markings test, in which all models are loaded and the ml-pipeline is executed. That way, we can detect an increase of memory consumption after updates to the pipeline or models.The text was updated successfully, but these errors were encountered: