tree: 822358b94c1b3e8e49be6b49e15c8b389526dd38 [path history] [tgz]
  1. precommit_job_times.ipynb
  2. README.md
.test-infra/jupyter/README.md

This directory contains Jupyter notebooks for use in gathering and analyzing test metrics.

Jupyter Setup

Instructions for installing on Linux using pip+venv:

python3 -m venv ~/virtualenvs/jupyter
source ~/virtualenvs/jupyter/bin/activate
pip install jupyter
# Optional packages, for example:
pip install pandas matplotlib requests
cd .test-infra/jupyter
jupyter notebook  # Should open a browser window.

Pull Requests

To minimize file size, diffs, and ease reviews, please clear all cell output (cell -> all output -> clear) before committing.