Skip to content
  • Iustin Pop's avatar
    Allow gnt-debug submit-job to take multiple args · 99036060
    Iustin Pop authored
    
    
    Currently “gnt-debug submit-job” takes a single argument and has
    non-trivial startup-costs; in order to exercise the job system, it is
    better to be able to submit multiple jobs with a single invocation of
    the script.
    
    This patch extends it to take multiple argument, de-serialize the
    opcodes and then submit all of them as fast as possible, in order to
    increase pressure on the master daemon.
    
    Signed-off-by: default avatarIustin Pop <iustin@google.com>
    Reviewed-by: default avatarAlexander Schreiber <als@google.com>
    99036060