-
-
Notifications
You must be signed in to change notification settings - Fork 356
Open
Description
I just learned (from @jhamman) that I don't need to keep writing my own LatencyStore
class for benchmarking, because zarr-python already ships with a LatencyStore
implementation!
zarr-python/src/zarr/testing/store.py
Line 530 in 926a52f
class LatencyStore(WrapperStore[Store]): |
But unlike LoggingStore
and WrapperStore
, LatencyStore
is not exposed or documented publicly. I propose making it public.
Metadata
Metadata
Assignees
Labels
No labels