Skip to content

Commit 79e7779

Browse files
committed
fix: correct typo in README regarding the splitting of test suites into shards
1 parent 5d9837b commit 79e7779

File tree

1 file changed

+1
-1
lines changed
  • exercises/04.performance/04.solution.sharding

1 file changed

+1
-1
lines changed

exercises/04.performance/04.solution.sharding/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Then, to run all the tests I will run that script in my terminal:
2525
./run-tests.sh
2626
```
2727

28-
This script will split the test suite in four shard and run them in parallel (`&`), producing isolated test reports.
28+
This script will split the test suite into four shards and run them in parallel (`&`), producing isolated test reports.
2929

3030
<callout-success>Sharding is particularly useful in CI. If you have a large test suite that takes 8s to complete, splitting it into four groups and four parallel CI jobs can speed up the tests up to _four times_.</callout-success>
3131

0 commit comments

Comments
 (0)