Skip to content

Commit 6097089

Browse files
author
dtyagi
committed
benchmark URI addition - correction for test
1 parent 8e13401 commit 6097089

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/common/summarize_results.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def create_summary(configurations: list[str],
5353
parser.add_argument("--input_solution_metrics", nargs="+", type=str, required=True, help="Path to the metrics JSON file (input)")
5454
parser.add_argument("--input_solution_field_data", nargs="+", type=str, required=True, help="Path to the zipped solution files (input)")
5555
parser.add_argument("--input_benchmark", required=True, type=str, help="Name of the benchmark (input)")
56+
parser.add_argument("--input_benchmark_uri", required=True, type=str, help="URI of the benchmark (input)")
5657
parser.add_argument("--output_summary_json", required=True, type=str, help="Path to the summary JSON file (output)")
5758
args = parser.parse_args()
5859
create_summary(

0 commit comments

Comments
 (0)