Skip to content

Commit 69c42fa

Browse files
committed
typo
1 parent a7d3be2 commit 69c42fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/scripts/extract_benchmark_results.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def extract_model_info(git_job_name: str) -> Dict[str, str]:
402402
benchmark-on-device (llama, xnnpack_q8, apple_iphone_15, arn:aws:devicefarm:us-west-2:30853538511... / mobile-job (ios)
403403
"""
404404
# Extract content inside the first parentheses,
405-
406405
pattern = r"benchmark-on-device \((.+)"
407406
match = re.search(pattern, git_job_name)
408407
if not match:

0 commit comments

Comments
 (0)