You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/04.performance/04.solution.sharding/README.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Then, to run all the tests I will run that script in my terminal:
25
25
./run-tests.sh
26
26
```
27
27
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.
29
29
30
30
<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>
0 commit comments