blob: 127e4c72b948a4da0fb2af9073addd9d8e8e28fd [file] [log] [blame]
venv:
rm -rf .venv
python3 -m venv .venv
. .venv/bin/activate
.venv/bin/pip install wheel
.venv/bin/pip install jupyter matplotlib pandas
timedruns:
.venv/bin/pip install jellyfish==0.10.0 # last C version
.venv/bin/python benchmarks/timedruns.py old > benchmarks/timedruns.csv
.venv/bin/pip uninstall jellyfish
.venv/bin/pip install -e .
.venv/bin/python benchmarks/timedruns.py new >> benchmarks/timedruns.csv