pangeo-data / storage-benchmarks

testing performance of different storage layers
Apache License 2.0
12 stars 1 forks source link

Parameterized storage works for Zarr #23

Closed kaipak closed 6 years ago

kaipak commented 6 years ago
kaipak commented 6 years ago

Is your intent to add params for the other tests as well? (e.g. IORead_Random_HDF5_POSIX)

Yep, that's the plan. I could take a quick swag at adding parameters to hdf5 and include FUSE functionality since that's pretty straightforward.

After that, I plan on writing up some Xarray and Dask tests then we can circle back to round out the use cases (e.g., adding Amazon S3 and GCS/FUSE for the others).

FYI, I also managed to get ASV website working and combining tests on different machines. It's much easier than I originally thought, but for the time being, will require a bit of manual work.

jreadey commented 6 years ago

Sounds good!

Sent from my iPhone

On Apr 8, 2018, at 1:46 PM, Kai Pak notifications@github.com<mailto:notifications@github.com> wrote:

Is your intent to add params for the other tests as well? (e.g. IORead_Random_HDF5_POSIX)

Yep, that's the plan. I could take a quick swag at adding parameters to hdf5 and include FUSE functionality since that's pretty straightforward.

After that, I plan on writing up some Xarray and Dask tests then we can circle back to round out the use cases (e.g., adding Amazon S3 and GCS/FUSE for the others).

FYI, I also managed to get ASV website working and combining tests on different machines. It's much easier than I originally thought, but for the time being, will require a bit of manual work.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/pangeo-data/storage-benchmarks/pull/23#issuecomment-379581253, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHbMFGDDS3Pe5GCnaoPdmiAEpNf_Y4d5ks5tmncogaJpZM4TK7DT.

jreadey commented 6 years ago

Merged!