We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f262f9 commit 0b7b1a0Copy full SHA for 0b7b1a0
asv_bench/benchmarks/dataarray_missing.py
@@ -32,7 +32,7 @@ def setup(self, shape, chunks, limit):
32
@parameterized(
33
["shape", "chunks", "limit"],
34
(
35
- [(365, 50, 50)],
+ [(365, 75, 75)],
36
[None, {"x": 25, "y": 25}],
37
[None, 3],
38
),
0 commit comments