https://github.com/zarr-developers/zarr-benchmark
Benchmarking the performance of various Zarr implementations, using our perfcapture framework.
https://github.com/zarr-developers/zarr-benchmark
benchmark zarr
Last synced: 3 months ago
JSON representation
Benchmarking the performance of various Zarr implementations, using our perfcapture framework.
- Host: GitHub
- URL: https://github.com/zarr-developers/zarr-benchmark
- Owner: zarr-developers
- License: mit
- Created: 2023-10-02T12:14:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T21:39:37.000Z (over 1 year ago)
- Last Synced: 2025-01-13T08:12:26.471Z (4 months ago)
- Topics: benchmark, zarr
- Language: Jupyter Notebook
- Homepage:
- Size: 3.44 MB
- Stars: 1
- Watchers: 9
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zarr Benchmark
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`](https://github.com/zarr-developers/perfcapture).# Code maturity
This project started in early October 2023, and is currently in the planning stage!
This code does not run yet.# Usage
1. Install [`perfcapture`](https://github.com/zarr-developers/perfcapture).
2. `pip install zarr tensorstore`
3. Clone the `zarr-benchmark` GitHub repository.
4. Run `perfcapture/scripts/cli.py` with `--recipe-path` set to your `zarr-benchmark/recipes` path.