Skip to content

Commit 22a6159

Browse files
committed
add in ci
Signed-off-by: Yang Wang <[email protected]>
1 parent d778b2a commit 22a6159

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/scripts/extract_benchmark_results.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,9 @@ def extract_benchmark_result_from_artifact(
536536
)
537537
if not benchmark_results:
538538
return []
539-
return transform(app_type, benchmark_results, benchmark_config, job_name, job_report)
539+
return transform(
540+
app_type, benchmark_results, benchmark_config, job_name, job_report
541+
)
540542

541543

542544
def get_app_type(type: str):
@@ -678,7 +680,7 @@ def process_benchmark_results(content: Any, app: str, benchmark_configs: str):
678680
for job_artifact in job_artifacts:
679681
# generate result for each schema
680682
results = extract_benchmark_result_from_artifact(
681-
job_artifact, benchmark_config,job_report
683+
job_artifact, benchmark_config, job_report
682684
)
683685
all_benchmark_results.extend(results)
684686
return all_benchmark_results

0 commit comments

Comments
 (0)