Skip to content
Snippets Groups Projects

[RTADPA BW Tests] Introducing an Hlt1-bandwidth test via Moore_in_Allen

Merged Luke Grazette requested to merge lugrazet-BW-initialhlt1test into master
Compare and Show latest version
8 files
+ 93
184
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -77,8 +77,8 @@ def main():
parser.add_argument(
'--stream-config',
type=str,
help='Choose production, per-WG or streamless stream configuration',
choices=['streamless', 'production', 'wg'],
help='Choose production or per-WG stream configuration',
choices=['production', 'wg'],
required=True)
parser.add_argument('--streams', nargs='+', type=str, required=True)
args = parser.parse_args()
Loading