Loading proto/load_generator.proto +5 −4 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
proto/load_generator.proto +5 −4 Original line number Diff line number Diff line Loading @@ -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 { Loading