Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 249 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 249 Bytes

zarr-chunk-benchmarking

2024 OME-Zarr Hackathon project for benchmarking read performance of chunk sizing on different storage environments

Environment setup

python3.12 -m venv env
. env/bin/activate
pip install -r requirements.txt