We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e0c228 commit f613b29Copy full SHA for f613b29
tests/benchmarks/test_e2e.py
@@ -34,7 +34,7 @@
34
# 1:1 chunk:shard shape, should test overhead of sharding
35
Layout(shape=(1_000_000,), chunks=(1000,), shards=(1000,)),
36
# Sharding with 100 chunks per shard
37
- Layout(shape=(1_000_000,), chunks=(1000,), shards=(100_000,)),
+ Layout(shape=(1000 * 100_000,), chunks=(100_000,), shards=(100 * 100_000,)),
38
)
39
40
0 commit comments