Memory leak on CI#

You need to start a manual benchmark workflow in the repository actions. It will execute the following scenarios for memory leaks:

  • notebook: Create a new notebook and delete it.

  • file-editor: Create a new text file.

  • cell:

    • Add a cell (for all 3 types)

    • Move a cell by drag-and-drop (for all 3 types)

The workflow parameters are:

  • JupyterLab Git repository [required]: fork name in format {owner}/{repo}

  • Git repository branch [required]: typically branch name of a PR

  • Number of samples [default: 7]: Number of experiments to run to detect memory leaks (prefer a prime number).