Skip to content

Commit 6612cdb

Browse files
author
Luke Shaw
committed
Reduce size of array in benchmark
1 parent 08d543d commit 6612cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/ndarray/slice-expr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
file = "dset-ones.b2nd"
99
# a = blosc2.open(file)
1010
# expr = blosc2.where(a < 5, a * 2**14, a)
11-
d = 200
11+
d = 160
1212
shape = (d,) * 4
1313
chunks = (d // 4,) * 4
1414
blocks = (d // 10,) * 4

0 commit comments

Comments
 (0)