benchmarking/parquet/README.md
Goals:
Create a new virtual environment and install the dependencies
python -m venv .venv
source .venv/bin/activate
pip install -r benchmark-requirements.txt
Now, install the version of Daft you wish to use for benchmarking (either a released wheel, or if you want, a local build)
pip install daft
pytest benchmarking/parquet/ -m benchmark --benchmark-group-by=group -k daft
pytest benchmarking/parquet/ -m benchmark --benchmark-group-by=param:path
Ensure that you have pytest-memray installed.
pytest benchmarking/parquet/ -m benchmark --memray