Skip to content

Commit

Permalink
Output history name used for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuderman committed Jul 10, 2023
1 parent a599029 commit c9b0578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abm/lib/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def run(context: Context, workflow_path, history_prefix: str, experiment: str):
inputs[input[0]] = {'id': dsid, 'src': 'hda', 'size': dssize}
else:
raise Exception(f'Invalid input value')
print(f"Running workflow {wfid}")
print(f"Running workflow {wfid} in history {new_history_name}")
invocation = gi.workflows.invoke_workflow(wfid, inputs=inputs, history_name=new_history_name)
id = invocation['id']
#invocations = gi.invocations.wait_for_invocation(id, 86400, 10, False)
Expand Down

0 comments on commit c9b0578

Please sign in to comment.