Skip to content

Commit 523f565

Browse files
committed
fix typo
1 parent 602d79f commit 523f565

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
@@ -31,7 +31,7 @@
3131
layouts: tuple[Layout, ...] = (
3232
# No shards, just 1000 chunks
3333
Layout(shape=(1_000_000,), chunks=(1000,), shards=None),
34-
# 1:1 chunk:shard shape, should neasure overhead of sharding
34+
# 1:1 chunk:shard shape, should measure overhead of sharding
3535
Layout(shape=(1_000_000,), chunks=(1000,), shards=(1000,)),
3636
# One shard with all the chunks, should measure overhead of handling inner shard chunks
3737
Layout(shape=(1_000_000,), chunks=(100,), shards=(10000 * 100,)),

0 commit comments

Comments
 (0)