Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Sep 5, 2023
1 parent 6df7c03 commit d534deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/benchmarks/zarr-compressors.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ def run(args, compressor: Compressor):
encode_time = clock() - t0

t0 = clock()
compressor.codec.decode(a)
b = compressor.codec.decode(a)
decode_time = clock() - t0

del b
return encode_time, decode_time


Expand Down

0 comments on commit d534deb

Please sign in to comment.