Benchmark the performance of Zarr implementations.
This repo defines Zarr-specific workloads and datasets. These are run by our general-purpose,
IO-centric benchmarking framework, perfcapture
.
This project started in early October 2023, and is currently in the planning stage! This code does not run yet.
- Install
perfcapture
. pip install zarr tensorstore
- Clone the
zarr-benchmark
GitHub repository. - Run
perfcapture/scripts/cli.py
with--recipe-path
set to yourzarr-benchmark/recipes
path.