blob: cb2db495c6605c79f6815e1463cfc9717c2b79c5 [file] [log] [blame]
pytest:
maturin develop
.venv/bin/pytest
test: pytest
cargo test
venv:
rm -rf .venv
python3 -m venv .venv
. .venv/bin/activate
.venv/bin/pip install wheel pytest
.venv/bin/pip install jupyter pandas seaborn
timedruns-old:
.venv/bin/pip install jellyfish==0.10.0 # last C version
.venv/bin/python benchmarks/timedruns.py old > benchmarks/timedruns-old.csv
timedruns-new:
.venv/bin/pip uninstall jellyfish
.venv/bin/pip install -e .
#.venv/bin/pip install --pre jellyfish # latest Rust version
.venv/bin/python benchmarks/timedruns.py new >> benchmarks/timedruns-new.csv