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 602d79f commit 523f565Copy full SHA for 523f565
tests/benchmarks/test_e2e.py
@@ -31,7 +31,7 @@
31
layouts: tuple[Layout, ...] = (
32
# No shards, just 1000 chunks
33
Layout(shape=(1_000_000,), chunks=(1000,), shards=None),
34
- # 1:1 chunk:shard shape, should neasure overhead of sharding
+ # 1:1 chunk:shard shape, should measure overhead of sharding
35
Layout(shape=(1_000_000,), chunks=(1000,), shards=(1000,)),
36
# One shard with all the chunks, should measure overhead of handling inner shard chunks
37
Layout(shape=(1_000_000,), chunks=(100,), shards=(10000 * 100,)),
0 commit comments