Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Acquire to benchmark #10

Closed
wants to merge 2 commits into from
Closed

Adding Acquire to benchmark #10

wants to merge 2 commits into from

Conversation

chris-delg
Copy link
Collaborator

This is what I have been able to get done so far. It builds just fine, but when trying to run the acquire code it throws me an error stating the following:

  • ImportError: /home/chris/miniforge3/envs/benchmark/bin/../lib/libstdc++.so.6: version GLIBCXX_3.4.30' not found (required by /home/chris/code/zarr-writers-benchmark/zarr_libraries/acquire/lib/libacquire-zarr.so)

I was testing the acquire code using a temporary python file with the following code inside:

from zarr_libraries.acquire.acquire import *


acquire = Acquire()
acquire.write_zarr(shape=[64, 1080, 1920], chunks=[64, 540, 960])

Note) Once acquire starts working, all that needs to be done is to add it to benchmark.py, specifically, in the init method, the run_write_tests method, and the run_append_tests method (this one might be less straight forward). The implementation of the other libraries in those methods can be used as a reference.

@aliddell aliddell closed this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants