https://github.com/neurodatawithoutborders/nwb_benchmarks
Benchmarking for NWB-related operations.
https://github.com/neurodatawithoutborders/nwb_benchmarks
Last synced: 8 months ago
JSON representation
Benchmarking for NWB-related operations.
- Host: GitHub
- URL: https://github.com/neurodatawithoutborders/nwb_benchmarks
- Owner: NeurodataWithoutBorders
- License: other
- Created: 2024-01-26T16:29:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T20:59:14.000Z (almost 2 years ago)
- Last Synced: 2024-05-20T23:56:36.419Z (almost 2 years ago)
- Language: Python
- Homepage: https://nwb-benchmarks.readthedocs.io/en/latest/
- Size: 829 KB
- Stars: 3
- Watchers: 9
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Code of conduct: .github/CODE_OF_CONDUCT.rst
Awesome Lists containing this project
README

# NWB Benchmarks
Benchmark suite for NWB performances using a customization of [airspeed velocity](https://asv.readthedocs.io/en/stable/).
## Dandisets
This project utilizes several dandisets.
HDF5: https://dandiarchive.org/dandiset/000717
Zarr: https://dandiarchive.org/dandiset/000719
LINDI: https://gui-staging.dandiarchive.org/dandiset/213889
## Building the Documentation
Public documentation can be found via `readthedocs`: https://nwb-benchmarks.readthedocs.io/en/latest/
To generate them locally, first install the additional packages required by executing the command...
```
pip install -r docs/requirements-rtd.txt
```
then build the docs by executing the command...
```
sphinx-build -M html docs docs/build
```