Skip to content
Snippets Groups Projects
Commit b0943462 authored by Andrea Spadaccini's avatar Andrea Spadaccini
Browse files

Add docs for missing option in gnt-debug man page


Document the --each option of gnt-debug submit-job.

Signed-off-by: default avatarAndrea Spadaccini <spadaccio@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent 085e0d9f
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ SUBMIT-JOB
~~~~~~~~~~
**submit-job** [--verbose] [--timing-stats] [--job-repeat ``N``]
[--op-repeat ``N``] {opcodes_file...}
[--op-repeat ``N``] [--each] {opcodes_file...}
This command builds a list of opcodes from files in JSON format and
submits a job per file to the master daemon. It can be used to test
......@@ -82,6 +82,9 @@ passing the arguments N times) while op-repeat will cause N copies
of each of the opcodes in the file to be executed (equivalent to
each file containing N copies of the opcodes).
The ``each`` option allow to submit each job separately (using ``N``
SubmitJob LUXI requests instead of one SubmitManyJobs request).
TEST-JOBQUEUE
~~~~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment