diff --git a/benchmark/runner.py b/benchmark/runner.py index a390b350..25f1a3c2 100644 --- a/benchmark/runner.py +++ b/benchmark/runner.py @@ -368,7 +368,7 @@ def run_no_docker(definition, dataset, count, runs, timeout, rebuild, cmd += ["--neurips23track", neurips23track] if neurips23track == 'streaming': - cmd += ["runbook_path", runbook_path] + cmd += ["--runbook_path", runbook_path] cmd.append(json.dumps(definition.arguments)) cmd += [json.dumps(qag) for qag in definition.query_argument_groups]