This is an automated email from the ASF dual-hosted git repository.

weichen pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git.


    from 02c764d  fixing home env variable to work on Mac
     new 26df30d  Minor Bug fixes and Notebook security fix
     new 95335cc  Benchmark support added
     new 29fe0b7  Remove Jupyter Lab security flag
     new c7960db  Change host/port to grpchost/grpcport to avoid ambiguity
     new b24b1c4  Merge branch 'pr/53' into develop

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 marvin-cli/Makefile                                |   1 +
 marvin-cli/README.md                               |   2 +
 marvin-cli/bin/marvin                              |   8 +-
 .../marvin_cli/communication/remote_calls.py       |   5 +-
 marvin-cli/marvin_cli/management/engine.py         | 129 ++++++++++++--
 marvin-cli/marvin_cli/management/notebook.py       |   5 +-
 marvin-cli/marvin_cli/utils/benchmark.py           | 196 +++++++++++++++++++++
 marvin-cli/marvin_cli/utils/docker.py              |  12 +-
 marvin-cli/marvin_cli/utils/misc.py                |  54 +++++-
 marvin-cli/setup.py                                |   4 +-
 .../tests/communication/test_remote_calls.py       |   2 +-
 marvin-cli/tests/utils/test_benchmark.py           | 137 ++++++++++++++
 marvin-cli/tests/utils/test_misc.py                |   6 +-
 .../daemon_base/command_server.py                  |   6 +-
 .../notebook_extensions/jupyter_notebook_config.py |  76 +++++---
 .../marvin_python_daemon/management/engine.py      |   9 +-
 .../marvin_python_daemon/management/notebook.py    |  10 +-
 python-daemon/tests/management/test_notebook.py    |  32 +---
 18 files changed, 589 insertions(+), 105 deletions(-)
 create mode 100644 marvin-cli/marvin_cli/utils/benchmark.py
 create mode 100644 marvin-cli/tests/utils/test_benchmark.py

Reply via email to