Skip to content

Commit 74bf7c9

Browse files
committed
Address comments
1 parent eefd191 commit 74bf7c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/extract_benchmark_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
IOS_TEST_NAME_REGEX = re.compile(
3232
r"test_(?P<method>forward|load|generate)_(?P<model_name>\w+)_pte.*iOS_(?P<ios_ver>\w+)_iPhone(?P<iphone_ver>\w+)"
3333
)
34-
IOS_MODEL_NAME_REGEX = re.compile(r"(?P<model>[^_]+)_(?P<backend>[^_]+)_(?P<dtype>\w+)")
34+
IOS_MODEL_NAME_REGEX = re.compile(r"(?P<model>[^_]+)_(?P<backend>\w+)_(?P<dtype>\w+)")
3535

3636

3737
class ValidateArtifacts(Action):

.github/workflows/apple-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
--output-dir benchmark-results \
365365
--repo ${{ github.repository }} \
366366
--head-branch ${{ github.head_ref || github.ref_name }} \
367-
--workflow-name ${{ github.workflow }} \
367+
--workflow-name "${{ github.workflow }}" \
368368
--workflow-run-id ${{ github.run_id }} \
369369
--workflow-run-attempt ${{ github.run_attempt }}
370370
done

0 commit comments

Comments
 (0)