Skip to content

Commit 46b6eab

Browse files
committed
Fix typo
Signed-off-by: Huy Do <[email protected]>
1 parent cfc5432 commit 46b6eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/extract_benchmark_results.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def transform(
366366
"benchmark_config": json.dumps(benchmark_config),
367367
"job_conclusion": "SUCCESS",
368368
"job_arn": job_report.get("arn", ""),
369-
"instance_arn": job_request.get("instance_arn", ""),
369+
"instance_arn": job_report.get("instance_arn", ""),
370370
},
371371
},
372372
"model": {

0 commit comments

Comments
 (0)