fix typo index -> instead

This commit is contained in:
Phillip Yen
2023-11-04 08:24:05 -07:00
committed by Bruno Oliveira
parent 8f3d1ad92f
commit 93ca202b40

View File

@@ -29,8 +29,8 @@ The execution flow is:
corresponds to the position of that test in the original collection corresponds to the position of that test in the original collection
list. This works because all nodes have the same collection list, and list. This works because all nodes have the same collection list, and
saves bandwidth because the **controller** can now tell one of the saves bandwidth because the **controller** can now tell one of the
workers to just *execute test index 3* index of passing the full test workers to just *execute test index 3* instead of passing the full
id. test id.
4. If **dist-mode** is **each**: the **controller** just sends the full 4. If **dist-mode** is **each**: the **controller** just sends the full
list of test indexes to each node at this moment. list of test indexes to each node at this moment.