Skip to content

Commit f613b29

Browse files
committed
tweak tests
1 parent 5e0c228 commit f613b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmarks/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# 1:1 chunk:shard shape, should test overhead of sharding
3535
Layout(shape=(1_000_000,), chunks=(1000,), shards=(1000,)),
3636
# Sharding with 100 chunks per shard
37-
Layout(shape=(1_000_000,), chunks=(1000,), shards=(100_000,)),
37+
Layout(shape=(1000 * 100_000,), chunks=(100_000,), shards=(100 * 100_000,)),
3838
)
3939

4040

0 commit comments

Comments
 (0)