Skip to content

Commit 355b695

Browse files
committed
c=1 vs c=3 benchmark
1 parent 4b4a00e commit 355b695

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/benchmark_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class IOBenchmarkImage:
4040
params = [
4141
[None, [2, 2]], # scale_factors
4242
[(False, True), (False, False), (True, False)], # (use_tiff_memmap, compressed)
43-
[(1, 5000, 5000), (1, 1000, 1000)], # chunks
43+
[(1, 250, 250), (3, 250, 250)], # chunks
4444
]
4545
param_names = ["scale_factors", "memmap_compressed", "chunks"]
4646

0 commit comments

Comments
 (0)