Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b21d7fda authored by Carlos Llamas's avatar Carlos Llamas Committed by Alice Ryhl
Browse files

binderThroughputTest: training option shouldn't have a payload



The training round doesn't have an argument payload so remove this from
the help menu.

Change-Id: I4e7f40727baba92c54fb66541b4068d5c33c1138
Signed-off-by: default avatarCarlos Llamas <cmllamas@google.com>
parent 71686da5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -346,7 +346,7 @@ int main(int argc, char *argv[])
            cout << "\t-m N    : Specify expected max latency in microseconds." << endl;
            cout << "\t-p      : Split workers into client/server pairs." << endl;
            cout << "\t-s N    : Specify payload size." << endl;
            cout << "\t-t N    : Run training round." << endl;
            cout << "\t-t      : Run training round." << endl;
            cout << "\t-w N    : Specify total number of workers." << endl;
            return 0;
        }