Commit 6855e88b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Protos:

- extend load generator with max number of workers
parent f4207764
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -54,10 +54,11 @@ message Parameters {
  repeated ScalarOrRange availability = 6;    // one from the list is selected
  repeated ScalarOrRange capacity_gbps = 7;   // one from the list is selected
  repeated ScalarOrRange e2e_latency_ms = 8;  // one from the list is selected
  bool do_teardown = 9;
  bool dry_mode = 10;
  bool record_to_dlt = 11;
  string dlt_domain_id = 12;
  uint32 max_workers = 9;
  bool do_teardown = 10;
  bool dry_mode = 11;
  bool record_to_dlt = 12;
  string dlt_domain_id = 13;
}

message Status {